barozp commited on
Commit
f11f37b
·
verified ·
1 Parent(s): bee88f8

Use explicit model names (Qwen3.6-35B-A3B / RangerX REAP-20%) in benchmark table headers

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -90,7 +90,7 @@ Measured with `llama-cli` (`Q4_K_M`, flash attention on, greedy decoding, 5 runs
90
 
91
  Measured with `lm-evaluation-harness` (HF backend, bfloat16, chat template **disabled** — see note) on the underlying safetensors checkpoint, against the same base chain: unpruned `Qwen3.6-35B-A3B` → REAP 205/256 pruning only (no LoRA, [RangerX/Qwen3.6-35B-REAP-Pruned-ratio-0.2](https://huggingface.co/RangerX/Qwen3.6-35B-REAP-Pruned-ratio-0.2)) → the [non-MTP merge](https://huggingface.co/barozp/Qwen3.6-29B-REAP-Opus-Reasoning-Distill) → this checkpoint.
92
 
93
- | Task | Axis | Base (256/256 experts) | REAP 20% only, no LoRA | Ours, no MTP | **This model (+MTP)** |
94
  |---|---|---:|---:|---:|---:|
95
  | wikitext perplexity (lower=better) | sanity | 7.85 | 10.06 | 10.0635 | 10.0635 |
96
  | MMLU | out-of-calibration | 0.8409 | 0.8152 | 0.8257 | **0.8257** |
 
90
 
91
  Measured with `lm-evaluation-harness` (HF backend, bfloat16, chat template **disabled** — see note) on the underlying safetensors checkpoint, against the same base chain: unpruned `Qwen3.6-35B-A3B` → REAP 205/256 pruning only (no LoRA, [RangerX/Qwen3.6-35B-REAP-Pruned-ratio-0.2](https://huggingface.co/RangerX/Qwen3.6-35B-REAP-Pruned-ratio-0.2)) → the [non-MTP merge](https://huggingface.co/barozp/Qwen3.6-29B-REAP-Opus-Reasoning-Distill) → this checkpoint.
92
 
93
+ | Task | Axis | Qwen3.6-35B-A3B | RangerX REAP-20% | Ours, no MTP | **This model (+MTP)** |
94
  |---|---|---:|---:|---:|---:|
95
  | wikitext perplexity (lower=better) | sanity | 7.85 | 10.06 | 10.0635 | 10.0635 |
96
  | MMLU | out-of-calibration | 0.8409 | 0.8152 | 0.8257 | **0.8257** |