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 |
아키텍처 개요
어텐션
그룹화 쿼리 어텐션(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-01 | MiniMax-M1 | 배수 |
|---|---|---|---|
| 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-M1 (MiniMax, 2025-06) 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.json 전체 필드
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 |