A training-free layer that turns an open LLM into a decision model. It reads typed choice, yes/no and score answers from one prefill, removes option-order bias with no labels and, from a few hundred labels, calibrates or fits a closed-form head. Weights stay untouched.
An independent Jev-shaped reproduction on DeBERTa-v3-large. One state and any number of choice, score and yes/no questions go in, and a calibrated distribution per question comes out of one forward pass. Public gold labels only.
Decides
choice, score, noul, classify, route
choice, score, noul, classify
Architecture
anyjev
open-jev
Fine-tuned from
qwen/qwen3-8b
microsoft/deberta-v3-large
License
apache-2.0
apache-2.0
Availability
Open weights
Open weights
Hosted by
—
—
Input price
—
—
Decision accuracy
77.1%
85.4%
Calibration error
0.034
0.022
Valid action rate
—
—
Median latency
—
28 ms
p95 latency
—
—
Figures are from each model’s manifest; accuracy and latency are what the publishers report, on their own suites and hardware. Add a third model.
Questions
What is the difference between anyjev and open-jev-deberta-v3-large?
anyjev is from Nokia Applied Research and open-jev-deberta-v3-large from Kotoba Labs. Both have open weights you can download and run. Both answer choice, score, noul and classify questions. Only anyjev answers route. open-jev-deberta-v3-large is the smaller model, at 434M parameters to 8.0B.
Which is more accurate, anyjev or open-jev-deberta-v3-large?
They report on different suites — anyjev 77.1% on LocalLLaMA/typed-decisions (2,000 held-out decisions), L2 with 300 labels per question, open-jev-deberta-v3-large 85.4% on Kotoba held-out test, seen question types (banking77, SST-5, BoolQ) — so the numbers do not rank them. Test both on your own labelled examples.
Which is cheaper, anyjev or open-jev-deberta-v3-large?
anyjev: Free (open weights). open-jev-deberta-v3-large: Free (open weights). Open weights cost nothing per call beyond your own hardware.
Can I run anyjev or open-jev-deberta-v3-large locally?
Yes, both: systemone pull nokia-applied-research/anyjev and systemone pull kotoba-labs/open-jev-deberta-v3-large download the weights.
Evaluation suite
LocalLLaMA/typed-decisions (2,000 held-out decisions), L2 with 300 labels per question
Kotoba held-out test, seen question types (banking77, SST-5, BoolQ)