Bunny-v1_0-4B / config.json
Isaachh's picture
init
9eb6575
raw
history blame
No virus
1.31 kB
{
"_name_or_path": "BAAI/Bunny-v1_0-4B",
"architectures": [
"BunnyPhi3ForCausalLM"
],
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "configuration_bunny_phi3.BunnyPhi3Config",
"AutoModelForCausalLM": "modeling_bunny_phi3.BunnyPhi3ForCausalLM"
},
"bos_token_id": 1,
"embd_pdrop": 0.0,
"eos_token_id": 32000,
"freeze_mm_mlp_adapter": false,
"hidden_act": "silu",
"hidden_size": 3072,
"image_aspect_ratio": "pad",
"initializer_range": 0.02,
"intermediate_size": 8192,
"max_position_embeddings": 4096,
"mm_hidden_size": 1152,
"mm_projector_lr": 2e-05,
"mm_projector_type": "mlp2x_gelu",
"mm_vision_tower": "google/siglip-so400m-patch14-384",
"model_type": "bunny-phi3",
"num_attention_heads": 32,
"num_hidden_layers": 32,
"num_key_value_heads": 32,
"original_max_position_embeddings": 4096,
"pad_token_id": 32000,
"resid_pdrop": 0.0,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 10000.0,
"sliding_window": 2047,
"tie_word_embeddings": false,
"tokenizer_model_max_length": 4096,
"tokenizer_padding_side": "right",
"torch_dtype": "float16",
"transformers_version": "4.40.0",
"tune_mm_mlp_adapter": false,
"unfreeze_vision_tower": true,
"use_cache": true,
"use_mm_proj": true,
"vocab_size": 32038
}