q-r-e / config.json
htrivedi99's picture
Upload config.json with huggingface_hub
bc616e3 verified
{
"architectures": [
"LlamaForCausalLMEagle3"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 151643,
"draft_vocab_size": 32000,
"eos_token_id": 151645,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 18944,
"max_position_embeddings": 8192,
"max_window_layers": 28,
"mlp_bias": false,
"model_type": "llama",
"num_attention_heads": 28,
"num_hidden_layers": 1,
"num_key_value_heads": 4,
"pretraining_tp": 1,
"rms_norm_eps": 1e-06,
"rope_scaling": {
"mrope_section": [
16,
24,
24
],
"rope_type": "mrope",
"type": "mrope"
},
"rope_theta": 1000000,
"sliding_window": 32768,
"target_model_type": "qwen2_5_vl",
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.55.2",
"use_cache": true,
"use_sliding_window": false,
"vocab_size": 151936
}