MiniMax · 2025-06 · 稀疏 MoE
MiniMax-M1
MiniMax-M1 是 MiniMax 於 2025-06 發布的 分組查詢注意力(GQA) Transformer,共 80 層,隱藏維度 6144,上下文視窗 10,240,000 個 token。
層堆疊
线性 ×70 注意力 ×10 · 層數 80
關鍵參數
| 實驗室 | MiniMax |
|---|---|
| 發布時間 | 2025-06 |
| 總參數 | 456 B |
| 激活參數 | 45.9 B |
| 上下文 | 10,240,000 tokens |
| 注意力 | GQA (64:8) |
| 層數 | 80 |
| 隱藏維度 | 6,144 |
| 注意力頭 | 64 |
| 詞表 | 200,064 |
| 位置編碼 | RoPE |
| 正規化 | RMSNorm |
| 激活函數 | silu |
| 訓練精度 | bf16 |
| 架構類別 | MiniMaxForCausalLM |
架構概覽
注意力
分組查詢注意力(GQA) — 64 q-heads / 8 kv-heads. RoPE θ=10,000,000.
前饋 / MoE
它是稀疏混合專家模型:32 個路由專家、top-2 路由;每個 token 約激活 45.9B 參數。
欄位級對比
對比對象為同實驗室的上一代模型;無前代時取結構最相似的模型。倍數欄 = 本模型數值 ÷ 對比模型數值。
與前代 MiniMax-Text-01 的全欄位對比
| 模型 | MiniMax-M1 | MiniMax-Text-01 | 倍數 |
|---|---|---|---|
| model_type | minimax | minimax | = |
| architectures | MiniMaxForCausalLM | MiniMaxForCausalLM | = |
| hidden_size | 6144 | 6144 | ≈1 |
| num_hidden_layers | 80 | 80 | ≈1 |
| num_attention_heads | 64 | 64 | ≈1 |
| num_key_value_heads | 8 | 8 | ≈1 |
| head_dim | 128 | 128 | ≈1 |
| intermediate_size | 9216 | 9216 | ≈1 |
| hidden_act | silu | silu | = |
| num_experts_per_tok | 2 | 2 | ≈1 |
| rope_theta | 10000000 | 10000000 | ≈1 |
| max_position_embeddings | 10240000 | 10240000 | ≈1 |
| rms_norm_eps | 0.00001 | 0.00001 | ≈1 |
| vocab_size | 200064 | 200064 | ≈1 |
| attention_dropout | 0 | 0 | = |
| layer_types | linear_attention×70 + full_attention×10 | linear_attention×70 + full_attention×10 | = |
| initializer_range | 0.02 | 0.02 | ≈1 |
| full_attn_alpha_factor | 3.5565588200778455 | 3.5565588200778455 | ≈1 |
| full_attn_beta_factor | 1 | 1 | ≈1 |
| linear_attn_alpha_factor | 3.5565588200778455 | 3.5565588200778455 | ≈1 |
| linear_attn_beta_factor | 1 | 1 | ≈1 |
| mlp_alpha_factor | 3.5565588200778455 | 3.5565588200778455 | ≈1 |
| mlp_beta_factor | 1 | 1 | ≈1 |
| num_local_experts | 32 | 32 | ≈1 |
| output_router_logits | false | false | = |
| postnorm | true | true | = |
結構最相似的模型
- MiniMax-Text-01 (MiniMax, 2025-01) 1.000
- Qwen3 235B A22B (Qwen, 2025-04) 0.991
- GLM-4.6 (GLM, 2025-10) 0.990
- GLM-4.5 (GLM, 2025-07) 0.989
- Mixtral 8x22B (Mistral, 2024-04) 0.988
- GLM-4.5-Air (GLM, 2025-07) 0.984
相似度取值範圍 0(無共同類別特徵)到 1(結構輪廓完全一致)。
原始 config 欄位
34 個欄位
| architectures | MiniMaxForCausalLM |
|---|---|
| attention_dropout | 0 |
| layer_types | linear_attention×70 + full_attention×10 |
| head_dim | 128 |
| hidden_act | silu |
| hidden_size | 6144 |
| initializer_range | 0.02 |
| intermediate_size | 9216 |
| full_attn_alpha_factor | 3.5565588200778455 |
| full_attn_beta_factor | 1 |
| linear_attn_alpha_factor | 3.5565588200778455 |
| linear_attn_beta_factor | 1 |
| mlp_alpha_factor | 3.5565588200778455 |
| mlp_beta_factor | 1 |
| max_position_embeddings | 10240000 |
| model_type | minimax |
| num_attention_heads | 64 |
| num_experts_per_tok | 2 |
| num_hidden_layers | 80 |
| num_key_value_heads | 8 |
| num_local_experts | 32 |
| output_router_logits | false |
| postnorm | true |
| rms_norm_eps | 0.00001 |
| rope_theta | 10000000 |
| rotary_dim | 64 |
| router_aux_loss_coef | 0.001 |
| router_jitter_noise | 0 |
| shared_intermediate_size | 0 |
| shared_moe_mode | sigmoid |
| tie_word_embeddings | false |
| transformers_version | 4.45.2 |
| use_cache | true |
| vocab_size | 200064 |