--- license: apache-2.0 base_model: Qwen/Qwen3.5-4B library_name: transformers pipeline_tag: text-generation tags: - kozu - reasoning - chain-of-thought - instruction-following - qwen3_5 - sft - fable - mythos language: - en ---
Deimos R1 is a focused 4B-class system for reasoning and instruction following. In like-for-like evaluation, it improves five of seven reported full-budget capability rows while using substantially fewer thinking tokens on the headline tasks.
The central result is efficiency, not scale. Deimos R1 reaches 0.907 GSM8K flexible and 0.551 MMLU-Pro in the recorded full-budget run while reducing mean thinking tokens by 5.0× and 2.9× respectively.
The table reports matched comparisons under the same open harness, generation budget, sampling settings, and seed. Values are run-local and should not be compared with vendor-published numbers produced by other evaluation stacks.
| Full-budget benchmark | Reference | Deimos R1 | Delta | Think tokens · ref → R1 |
|---|---|---|---|---|
| GSM8K · flexible | 0.860 | 0.907 | +0.047 | 1,778 → 357 |
| MMLU-Pro | 0.363 | 0.551 | +0.188 | 1,984 → 677 |
| IFEval · prompt loose | 0.260 | 0.353 | +0.093 | 4,808 → 1,189 |
| IFEval · instruction loose | 0.437 | 0.487 | +0.050 | — |
| IFEval · prompt strict | 0.260 | 0.267 | +0.007 | — |
| IFEval · instruction strict | 0.437 | 0.429 | −0.008 | — |
| GSM8K · strict format | 0.727 | 0.333 | −0.394 | — |
lm-eval 0.4.12 · 32,768-token generation budget · temperature 1.0 · top_p 0.95 · presence penalty 1.5 · thinking enabled · GSM8K/IFEval n=150 · MMLU-Pro n=25 per subtask · seed 42.
| 4,096-token constrained run | Reference | Deimos R1 | Delta |
|---|---|---|---|
| GSM8K · flexible | 0.660 | 0.933 | +0.273 |
| MMLU-Pro | 0.394 | 0.634 | +0.240 |
| IFEval · prompt strict | 0.247 | 0.320 | +0.073 |
Constrained-budget results use greedy decoding. Compare within this table, not across decoding regimes.
#### N ending. Deimos R1 is materially weaker at silently copying that demonstrated format. Explicit format requests are more reliable.kozu_reasoning_v1.1 is a roughly 10k-example blend of verified reasoning traces and human-authored instruction data. The release uses a three-layer quality process for the reasoning portion and a dedicated 800-example format-adherence slice.
The repository includes merged BF16 weights, tokenizer assets, processor configuration, generation configuration, and the model chat template. Thinking is enabled by default and appears inside <think>…</think> before the final answer.
vllm serve Michael-Kozu/Deimos-R1 --served-model-name deimos-r1 \
--max-model-len 8192 --gpu-memory-utilization 0.80 --trust-remote-code
Recommended sampling: temperature 0.6–1.0 and top_p 0.95. Request required output formats explicitly.