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.
Native MLX FP16 conversion of Laya's multilingual checkpoint (mmBERT) for Apple silicon, with a 1,024-token context. The base for multilingual fine-tunes in Laya Studio.
Decides
choice, score, noul, classify, route
choice, score, noul
Architecture
anyjev
laya
Fine-tuned from
qwen/qwen3-8b
convaiinnovations/laya-multilingual
License
apache-2.0
apache-2.0
Availability
Open weights
Open weights
Hosted by
—
—
Input price
—
—
Decision accuracy
77.1%
—
Calibration error
0.034
—
Valid action rate
—
—
Median latency
—
—
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 laya-multilingual-mlx?
anyjev is from Nokia Applied Research and laya-multilingual-mlx from aac6fef. Both have open weights you can download and run. Both answer choice, score and noul questions. Only anyjev answers classify and route. laya-multilingual-mlx is the smaller model, at 322M parameters to 8.0B.
Which is more accurate, anyjev or laya-multilingual-mlx?
Only anyjev publishes an accuracy figure (77.1% on LocalLLaMA/typed-decisions (2,000 held-out decisions), L2 with 300 labels per question); laya-multilingual-mlx does not, so there is no comparison to make without your own test.
Which is cheaper, anyjev or laya-multilingual-mlx?
anyjev: Free (open weights). laya-multilingual-mlx: Free (open weights). Open weights cost nothing per call beyond your own hardware.
Can I run anyjev or laya-multilingual-mlx locally?
Yes, both: systemone pull nokia-applied-research/anyjev and systemone pull aac6fef/laya-multilingual-mlx download the weights.
Evaluation suite
LocalLLaMA/typed-decisions (2,000 held-out decisions), L2 with 300 labels per question