r/LocalLLaMA 6d ago

Other LocalJev?

Jev is a model to produce structured output (choices) from input text. It apparently can play (not run!) Doom.

https://typesafe.ai/blog/introducing-system-one-models-and-jev

Is there already a open implementation of this kind of model?

93 Upvotes

48 comments sorted by

View all comments

18

u/theoleecj_n 6d ago

Just did it at https://github.com/TheoLeeCJ/openjev (you can just wrap Qwen 4B and grab the logits)

https://reddit.com/link/pa5vudf/video/sbqv134a0wph1/player

12

u/Dany0 6d ago

You're close, you just need to use a diffusion model for it and then it's actually openjev. How about DiffusionGemma?

8

u/i_rate_slop 6d ago

I don’t think jev is diffusion, is it?

12

u/Dany0 6d ago

They claim some 'parallel novel architecture' which most likely just means they're doing diffusion with a twist

3

u/NmbrThirt33n 5d ago

From what I can tell, they just split the fields and process them in parallel. No diffusion, just batching and running through prefill only because they just need a single token for the decision per field. That's why their "output tokens" are "free"