ai-infra-jobs

tools/llm-vis / qwen3-235b-a22b

Qwen3-235B-A22B

Fine-grained MoE with per-head QK-Norm and no shared expert — a deliberate contrast with DeepSeek's recipe.

params=235Bactive=22Blayers=94ctx=40Kvocab=151,936

source: config.json ↗ · tech report ↗ snapshot 2026-08-24

attentionFFN / MoEnorm / residualembedding / headauxiliarydata flowresidualauxiliary
TRANSFORMER LAYER[× 94 layers]GROUPED-QUERY ATTENTION + QK-NORMMIXTURE OF EXPERTS FFNinput_ids[B, T]Token embeddingV=151,936 → d=4096RMSNormeps=0.000001Q/K RMSNormper head · eps=0.000001Grouped-Query Attention64Q / 4KV heads · d_h=128RoPE θ=1M⊕ residual addRMSNormeps=0.000001Routersoftmax over 128 expertstop-8Routed expertsSwiGLU d=4096 → 1536×128 · 8 active⊕ weighted sumΣ wᵢ·eᵢ(x)⊕ residual addRMSNormeps=0.000001LM headd=4096 → V=151,936next-token logits[B, T, 151936]