Views
No views yet
Qwen/Qwen3.6-35B-A3B's expert FFN widths to ~75% (per-layer, mean 384 of 512) and healing with Muon + coarse-tail KL distillation.| params | MMLU-Pro | IFEval | GPQA-D | |
|---|---|---|---|---|
| parent Qwen3.6-35B-A3B | 35B | 77.78 | 84.10 | 80.81 |
| this model | 26.61B | 73.65 | 79.30 | 68.69 |
moe_intermediate_sizes), which stock transformers does not read — it will build 40 uniform layers and fail on shape mismatch. Patch first:1import perlayer_moe # included in this repo
2perlayer_moe.patch() # must precede from_pretrained
3from transformers import AutoModelForCausalLM
4m = AutoModelForCausalLM.from_pretrained("senorperez/qwen3.6-35b-a3b-puzzle-75pct", dtype="bfloat16")num_experts_per_tok — the latter renormalises the surviving gates and costs 2–5× more perplexity at identical FLOPs (+2.74% vs +0.57% at k=6).