|
{ |
|
"_name_or_path": "microsoft/Phi-3-mini-4k-instruct", |
|
"architectures": [ |
|
"LamedPhi3ForCausalLM" |
|
], |
|
"attention_bias": false, |
|
"attention_dropout": 0.0, |
|
"auto_map": { |
|
"AutoConfig": "microsoft/Phi-3-mini-4k-instruct--configuration_phi3.Phi3Config", |
|
"AutoModelForCausalLM": "microsoft/Phi-3-mini-4k-instruct--modeling_phi3.Phi3ForCausalLM" |
|
}, |
|
"bos_token_id": 1, |
|
"embd_pdrop": 0.0, |
|
"eos_token_id": 32000, |
|
"hidden_act": "silu", |
|
"hidden_size": 3072, |
|
"image_channel": 1, |
|
"image_size": [ |
|
32, |
|
256, |
|
256 |
|
], |
|
"initializer_range": 0.02, |
|
"intermediate_size": 8192, |
|
"max_position_embeddings": 4096, |
|
"mm_hidden_size": 768, |
|
"mm_projector_type": "spp", |
|
"model_type": "lamed_phi3", |
|
"num_attention_heads": 32, |
|
"num_hidden_layers": 32, |
|
"num_key_value_heads": 32, |
|
"original_max_position_embeddings": 4096, |
|
"pad_token_id": 32000, |
|
"patch_size": [ |
|
4, |
|
16, |
|
16 |
|
], |
|
"proj_layer_num": 2, |
|
"proj_layer_type": "mlp", |
|
"proj_pooling_size": 2, |
|
"proj_pooling_type": "spatial", |
|
"resid_pdrop": 0.0, |
|
"rms_norm_eps": 1e-05, |
|
"rope_scaling": null, |
|
"rope_theta": 10000.0, |
|
"seg_token_id": 32014, |
|
"sliding_window": 2047, |
|
"tie_word_embeddings": false, |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.43.0.dev0", |
|
"use_cache": true, |
|
"vision_select_feature": "patch", |
|
"vision_select_layer": -1, |
|
"vision_tower": "vit3d", |
|
"vocab_size": 32015 |
|
} |
|
|