A 0.6B replica of the System One idea trained on game environments. A Qwen3-0.6B backbone with an attention-based Choice head that scores a dynamic candidate set for Maze, Snake, ViZDoom and position prediction, shipped with its full training pipeline.
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, noul, score
choice, score, noul, classify
Architecture
nanojev
open-jev
Fine-tuned from
qwen/qwen3-0.6b
microsoft/deberta-v3-large
License
mit
apache-2.0
Availability
Open weights
Open weights
Hosted by
—
—
Input price
—
—
Decision accuracy
—
85.4%
Calibration error
—
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 nanojev and open-jev-deberta-v3-large?
nanojev is from TianyuCodings and open-jev-deberta-v3-large from Kotoba Labs. Both have open weights you can download and run. Both answer choice, noul and score questions. Only open-jev-deberta-v3-large answers classify. open-jev-deberta-v3-large is the smaller model, at 434M parameters to 600M. nanojev is licensed mit; open-jev-deberta-v3-large, apache-2.0.
Which is more accurate, nanojev or open-jev-deberta-v3-large?
Only open-jev-deberta-v3-large publishes an accuracy figure (85.4% on Kotoba held-out test, seen question types (banking77, SST-5, BoolQ)); nanojev does not, so there is no comparison to make without your own test.
Which is cheaper, nanojev or open-jev-deberta-v3-large?
nanojev: Free (open weights). open-jev-deberta-v3-large: Free (open weights). Open weights cost nothing per call beyond your own hardware.
Can I run nanojev or open-jev-deberta-v3-large locally?
Yes, both: systemone pull tianyu-codings/nanojev and systemone pull kotoba-labs/open-jev-deberta-v3-large download the weights.
Evaluation suite
—
Kotoba held-out test, seen question types (banking77, SST-5, BoolQ)