File size: 1,046 Bytes
4930327 8bdd6aa 4930327 78ba357 4930327 8bdd6aa 78ba357 8bdd6aa 4930327 8bdd6aa 4930327 8bdd6aa 4930327 78ba357 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
{
"attention_dropout": 0.0,
"bos_token_id": 200034,
"eos_token_id": 200020,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 3072,
"initializer_range": 0.02,
"intermediate_size": 1536,
"max_position_embeddings": 196608,
"model_type": "minimax_m2",
"num_attention_heads": 48,
"num_experts_per_tok": 8,
"num_hidden_layers": 62,
"num_key_value_heads": 8,
"num_local_experts": 256,
"output_router_logits": false,
"quantization_config": {
"activation_scheme": "dynamic",
"dequantize": false,
"modules_to_not_convert": [
"gate",
"e_score_correction_bias",
"lm_head"
],
"quant_method": "fp8",
"weight_block_size": [
128,
128
]
},
"rms_norm_eps": 1e-06,
"rope_parameters": {
"partial_rotary_factor": 0.5,
"rope_theta": 5000000.0,
"rope_type": "default"
},
"router_aux_loss_coef": 0.001,
"router_jitter_noise": 0.0,
"tie_word_embeddings": false,
"transformers_version": "5.0.0.dev0",
"use_cache": true,
"vocab_size": 200064
}
|