MiniMax-M2.5-Eagle3 / config.json
lujangusface's picture
Upload config.json with huggingface_hub
42b815f verified
Raw
History Blame Contribute Delete
874 Bytes
{
"architectures": [
"LlamaForCausalLMEagle3"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 1,
"draft_vocab_size": 32000,
"dtype": "bfloat16",
"eagle_config": {
"eagle_aux_hidden_state_layer_ids": [
1,
30,
58
],
"use_aux_hidden_state": true
},
"eos_token_id": 2,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 3072,
"initializer_range": 0.02,
"intermediate_size": 8192,
"max_position_embeddings": 196608,
"mlp_bias": false,
"model_type": "llama",
"num_attention_heads": 24,
"num_hidden_layers": 1,
"num_key_value_heads": 8,
"pretraining_tp": 1,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 5000000.0,
"target_hidden_size": 3072,
"tie_word_embeddings": false,
"transformers_version": "4.57.1",
"use_cache": true,
"vocab_size": 200064
}