Ollaya – Ollama for open-source, Jev-style decision models

2 hours ago (ollaya.dev)

Guys I have a real q, what is the difference between an instruct based re-ranker and laya/jev I just don't see it.

Has anyone actually seen better or the same results with Laya compared to Jev? From my experience, Laya performs significantly worse. It's less confident and often makes wrong decisions with more complex queries.

  • I've been following jevbench twice a day for the past week and that's been a lot of fun. Latest update:

    Rank System Score Public / sealed accuracy Evidence

    1 decider-4b v2 64.13 83.5% / 34.7% Evaluator-run, offline

    2 Jev 1.13 63.29 86.6% / 36.7% Evaluator-run API

    3 JevK5 v0.2 62.04 85.3% / 33.1% Evaluator-run

    4 Cygnet 12B 61.76 87.9% / 33.8% Evaluator-run, offline

    5 Hopper 59.43 82.3% / 34.1% Evaluator-run

    28 Kev 4B 36.14 66.2% / 22.4% Evaluator-run

    41 Laya 421M 30.25 58.4% / 30.8% Evaluator-run

    https://benchmarkheaven.com/jev-models

  • Yes. JEV generalizes better because they probably have an enormous corpus and trained on it for a long time. Laya's out of the box model is much weaker. However, in the age of LLM's it's incredibly easy and cheap to generate large datasets to fine tune laya for your task, and the training loop is pretty quick and cheap too.

    It's so easy that I question why I would ever pay for JEV when eventually I'll have done enough random things that I will also have a large corpus and likely a general model as well.

    • Isn't the point of Jev that it generalises better?

      It's a fast classifier you can use out-the-box, ~1.5bn tokens is about $40 (I've been hammering it)

      It just works ... a whole bunch of low-level/low-importance workflow stuff that was getting farmed out to small/fast LLM models now has a competitive alternative ... and bits that hadn't even been considered to go into some external descision/classifier service can be tested/deployed at ~$0.00003/req

      I don't get this wall of negativity on it, it's genuinely innovative/useful tech ... would expect HN to be more positive, regardless of whether it's the absolute best execution

      4 replies →

  • Developer here. You're right, Laya is a lot weaker than Jev, especially on harder queries. It's a small model, so it's fast, but that's the trade-off. The open models that get close to Jev are much bigger, and running those is what I'm working on next.

  • one day, perhaps people will click through to the laya author's arxiv paper content and the why may become clearer, you won't have to read it, a skim will suffice

  • Nothing yet. Unfortunately it sometimes feels like our industry has been overrun by grifters and chancers.

    I’m sure this has been a gradual and long decline. Maybe it even started with the dot com boom and accelerated with crypto. With AI it seems to have got worse.

Does anyone know what laya multi lang is faster than laya en? I would have thought focusing on a single language would be faster.

>Run decision models locally.

>example is a text classification task instead of a decision

It would be really cool to have LLMs and System One in a single tool - in this case, if Ollama implemented it.

Are there many models that are comparable to Jev for generic decision making?

Smarter move if you have an eval set is to just train a classifier and call it a day.

Cool... but this does seem undermined by the fact that Ollama can add support for decision models at any time.

  • Fair, and I'd be happy if they did. Ollaya uses the same API as Jev, so your code isn't tied to it either way

Sounds good on latency but how is its actual decision quality vs. Jev?

  • Depends on the model. The small ones I support today are well below Jev on harder queries, but fine for simple, well-defined questions. The open models that get close to Jev are bigger, and I'm adding support for those next.

I am fairly confident if Jev-style decision models are seen as prominent (which, they seem to be), Ollama will support them. Surprised the team hasn't implemented this already.