Variants
Fastest path to train
Qwen3-4B on a single 8× H100 node — the canonical starter recipe:/root/dapo-math-17k/dapo-math-17k.jsonl. See the Qwen3 Dense page for the full walkthrough, weight conversion, and variants.
Which variant do I pick?
- Learning Miles for the first time → Qwen3-4B (qwen3). Fits one H100 node, fast loop.
- Need MoE on a single node → Qwen3-30B-A3B (qwen3-moe).
- Scaling to multi-node → Qwen3-235B-A22B (qwen3-moe).
- Latest dense architecture (gated attention, A_log FP32) → Qwen3.5-4B (qwen3-5).
- Hybrid MTP / speculative decoding experiments → Qwen3.5-35B-A3B (qwen3-5-moe).
- Gated-Delta-Net (fla backend, real-CP) → Qwen3-Next-80B-A3B (qwen3-next).

