Llama-3.1-Carrot / config.json
adarshxs's picture
Update config.json
c49d937 verified
raw
history blame contribute delete
No virus
1.33 kB
{
"_name_or_path": "./Meta-Llama-3.1-8B-Instruct",
"architectures": [
"CapxLlamaForCausalLM"
],
"auto_map": {
"AutoConfig": "configuration_capx_llama.CapxLlamaConfig",
"AutoModelForCausalLM": "modeling_capx_llama.CapxLlamaForCausalLM"
},
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 128000,
"eos_token_id": 128001,
"freeze_mm_mlp_adapter": false,
"hidden_act": "silu",
"hidden_size": 4096,
"image_aspect_ratio": "pad",
"initializer_range": 0.02,
"intermediate_size": 14336,
"max_position_embeddings": 131072,
"mlp_bias": false,
"mm_hidden_size": 1152,
"mm_projector_lr": 2e-05,
"mm_projector_type": "mlp2x_gelu",
"mm_vision_tower": "google/siglip-so400m-patch14-384",
"model_type": "capx-llama",
"num_attention_heads": 32,
"num_hidden_layers": 32,
"num_key_value_heads": 8,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": {
"factor": 8.0,
"type": "dynamic"
},
"rope_theta": 500000.0,
"tie_word_embeddings": false,
"tokenizer_model_max_length": 2048,
"tokenizer_padding_side": "right",
"torch_dtype": "float16",
"transformers_version": "4.44.2",
"tune_mm_mlp_adapter": false,
"unfreeze_vision_tower": false,
"use_cache": true,
"use_mm_proj": true,
"use_s2": false,
"vocab_size": 128256
}