Kimi-K2.7-Code-EAGLE3 / config.json
cm00cm's picture
Super-squash branch 'main' using huggingface_hub
d55cc99
Raw
History Blame Contribute Delete
911 Bytes
{
"architectures": [
"LlamaForCausalLMEagle3"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 163584,
"draft_vocab_size": 32000,
"dtype": "bfloat16",
"eagle_config": {
"eagle_aux_hidden_state_layer_ids": [
1,
29,
57
],
"use_aux_hidden_state": true
},
"eos_token_id": 163586,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 7168,
"initializer_range": 0.02,
"intermediate_size": 40960,
"max_position_embeddings": 163840,
"mlp_bias": false,
"model_type": "llama",
"num_attention_heads": 56,
"num_hidden_layers": 1,
"num_key_value_heads": 8,
"pad_token_id": 163839,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_parameters": {
"rope_theta": 10000.0,
"rope_type": "default"
},
"tie_word_embeddings": false,
"transformers_version": "5.3.0",
"use_cache": true,
"vocab_size": 163840
}