Hanrui / progress /github /SpecForge /configs /longcat-flash-eagle3.json
Lekr0's picture
Add files using upload-large-folder tool
212a146 verified
{
"architectures": [
"LlamaForCausalLMEagle3"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 1,
"eos_token_id": 2,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 6144,
"initializer_range": 0.02,
"intermediate_size": 12288,
"max_position_embeddings": 131072,
"max_window_layers": 48,
"model_type": "llama",
"num_attention_heads": 64,
"num_hidden_layers": 1,
"num_key_value_heads":16,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 10000000.0,
"sliding_window": null,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.53.2",
"use_cache": true,
"use_sliding_window": false,
"vocab_size": 131072,
"draft_vocab_size": 131072
}