logoalt Hacker News

Reverse-engineered Jev-like model

127 pointsby rochansinhayesterday at 6:49 PM20 commentsview on HN

Comments

mmastracyesterday at 11:48 PM

Any diffusion model is potentially a Jev in disguise: https://github.com/vllm-project/vllm/pull/57250

Runs ~0.2s per decision on my DGX Spark.

  10/10 programming language detection
  9/10 human language detection
  10/12 unit magnitude comparison
All incorrect answers are marked with low-P.

It (DiffusionGemma with the Jev mode) can also solve an ASCII maze.

steeveyesterday at 9:43 PM

https://x.com/harshagundal/status/2100044305536889015?s=20

> They were building in stealth for 2 years, I was building in stealth for 2 hours…

> Happy to open source Qwen-2.5-1B-RLCD, 5x faster on-device inference for JSON workloads that need to be type-safe.

show 1 reply
razstertoday at 3:33 AM

You can ask this Redditor saying he made it. https://old.reddit.com/r/LocalLLaMA/comments/1wihgum/i_liter... I think.

rollulustoday at 7:39 AM

From the readme

> A Jev-like model takes a piece of text and a list of N text options. It returns one probability for each option. It does this in one pass instead of writing an answer word by word.

I’ve read TypeSafe’s announcement, watched the home assistant demo, and still had no idea what it was. If instead those three sentences were in the announcement…

vrctoday at 1:05 AM

Out of curiosity and semi unrelated — why do so many of these projects with customized encoder-decoder setups use earlier Qwen versions like 2.5 and 3 and not the smallest 3.5? Purely the few 100m params, or something else in the latter’s arch or pretraining?

show 4 replies
suresktoday at 4:59 AM

I've seen a lot of LLM uses that are really just zero/few-shot classifiers with a lot of extra steps, so it is interesting to see more models that are taking advantage of all the intelligence encoded in the latent spaces of these models with really efficient output. It feels like this is an under-explored area of LLMs right now and I'm excited to see what comes out of it.

rochansinhayesterday at 6:49 PM

Can play Doom too - https://x.com/vinnylarouge/status/2100281651930513460

show 1 reply
tomrodyesterday at 11:10 PM

I like it! I suspect Jev may have more going on under the hood, but I like the idea of efficient universal transformers

_superposition_yesterday at 9:24 PM

That was super quick.

show 1 reply