MiniMax · 2025-01 · スパースMoE

MiniMax-Text-01

MiniMax-Text-01 は MiniMax が 2025-01 に公開した グループ化クエリ注意(GQA) Transformer です。80 層、隠れ次元 6144、コンテキスト長 10,240,000 トークン。

層スタック

線形 ×70 注意機構 ×10 · 層数 80

主要スペック

開発元MiniMax
公開日2025-01
総パラメータ456 B
活性パラメータ45.9 B
コンテキスト10,240,000 tokens
注意機構GQA (64:8)
層数80
隠れ次元6,144
注意ヘッド64
語彙数200,064
位置エンコーディングRoPE
正規化RMSNorm
活性化関数silu
学習精度bf16
アーキテクチャクラスMiniMaxForCausalLM

アーキテクチャ概要

t₁ t₂ t₃ t₄ 入力トークン Embedding · 語彙数 200,064 → 隠れ次元 6,144 Q1 Q2 Q3 Qn KV1 KV2 KV3 KVn 注意ヘッド 64 KVヘッド 8 head dim 128 · RoPE ルーター E1 E2 E3 E4 E5 E6 E7 E8 +24… 32 エキスパートから top-2 · トークンごとに約 45.9B パラメータ活性 × 80 Transformer ブロック 注意機構 FFN / MoE RMSNorm pre-norm 最終正規化 · RMSNorm LM head → 語彙数 200,064 p p p → 次のトークン 位置エンコーディング RoPE 学習精度 BF16 コンテキスト 10000K tok
同梱の config.json に基づき作図 · 80 層 / 隠れ次元 6,144 / コンテキスト 10,240,000。図は本サイトのオリジナルです。

注意機構

グループ化クエリ注意(GQA) — 64 q-heads / 8 kv-heads. RoPE θ=10,000,000.

FFN / MoE

スパースなMixture-of-Expertsモデルで、32 個のルーティングエキスパートと top-2 ルーティングを持ち、トークンごとに約 45.9B のパラメータが活性化します。

フィールド単位の比較

同一開発元の前世代モデルと比較します。前世代がない場合は構造最相似モデルと比較。倍数欄 = 本モデル ÷ 比較対象。

最相似 MiniMax-M1 との全フィールド比較
モデルMiniMax-Text-01MiniMax-M1倍数
model_typeminimaxminimax
architecturesMiniMaxForCausalLMMiniMaxForCausalLM
hidden_size61446144≈1
num_hidden_layers8080≈1
num_attention_heads6464≈1
num_key_value_heads88≈1
head_dim128128≈1
intermediate_size92169216≈1
hidden_actsilusilu
num_experts_per_tok22≈1
rope_theta1000000010000000≈1
max_position_embeddings1024000010240000≈1
rms_norm_eps0.000010.00001≈1
vocab_size200064200064≈1
attention_dropout00
layer_typeslinear_attention×70 + full_attention×10linear_attention×70 + full_attention×10
initializer_range0.020.02≈1
full_attn_alpha_factor3.55655882007784553.5565588200778455≈1
full_attn_beta_factor11≈1
linear_attn_alpha_factor3.55655882007784553.5565588200778455≈1
linear_attn_beta_factor11≈1
mlp_alpha_factor3.55655882007784553.5565588200778455≈1
mlp_beta_factor11≈1
num_local_experts3232≈1
output_router_logitsfalsefalse
postnormtruetrue

構造が最も近いモデル

類似度は 0(共通のカテゴリ特徴なし)から 1(構造プロファイルが完全に一致)の範囲です。

config.json の全フィールド

34 フィールド
architecturesMiniMaxForCausalLM
attention_dropout0
layer_typeslinear_attention×70 + full_attention×10
head_dim128
hidden_actsilu
hidden_size6144
initializer_range0.02
intermediate_size9216
full_attn_alpha_factor3.5565588200778455
full_attn_beta_factor1
linear_attn_alpha_factor3.5565588200778455
linear_attn_beta_factor1
mlp_alpha_factor3.5565588200778455
mlp_beta_factor1
max_position_embeddings10240000
model_typeminimax
num_attention_heads64
num_experts_per_tok2
num_hidden_layers80
num_key_value_heads8
num_local_experts32
output_router_logitsfalse
postnormtrue
rms_norm_eps0.00001
rope_theta10000000
rotary_dim64
router_aux_loss_coef0.001
router_jitter_noise0
shared_intermediate_size0
shared_moe_modesigmoid
tie_word_embeddingsfalse
transformers_version4.45.2
use_cachetrue
vocab_size200064