Views
No views yet
| Routed experts | 256 → 128/layer (−50%), uniform |
| Active | top-8 + 1 shared |
| Healing | none (cold) |
| Format | MLX, 8-bit |
| metric | base | this model |
|---|---|---|
| wikitext PPL | 7.98 | 11.11 |
| winogrande | 0.70 | 0.65 |
| hellaswag (acc_norm) | 0.555 | 0.57 |
| piqa (acc_norm) | 0.84 | 0.80 |
| gsm8k (strict) | 0.99 | 0.97 |
| ifeval (prompt-strict) | 0.86 | 0.74 |
| ifeval (inst-loose) | 0.933 | 0.865 |
1from mlx_lm import load, generate
2model, tok = load("neopolita/Qwen3.6-35B-A3B-8bit-Prune-50-Uniform")
3print(generate(model, tok, prompt="Hello", max_tokens=128))