pllava-13b / config.json
ermu2001's picture
Upload folder using huggingface_hub
dbdf958 verified
{
"_name_or_path": "MODELS/llava-v1.6-vicuna-13b-hf",
"architectures": [
"MagicForConditionalGeneration"
],
"causal_conv_ks": [
3,
3,
3
],
"causal_conv_pad_mod": "constant",
"dilation": 1,
"frame_shape": [
24,
24
],
"highres": null,
"ignore_index": -100,
"image_grid_pinpoints": [
[
336,
672
],
[
672,
336
],
[
672,
672
],
[
1008,
336
],
[
336,
1008
]
],
"image_token_index": 32000,
"model_type": "llava",
"num_frames": 16,
"pooling_method": "avg",
"pooling_shape": [
16,
12,
12
],
"projector_hidden_act": "gelu",
"register": false,
"slide_pooling_shape": [
16,
2,
2
],
"stride": 1,
"text_config": {
"_name_or_path": "lmsys/vicuna-13b-v1.5",
"architectures": [
"LlamaForCausalLM"
],
"gradient_checkpointing": false,
"hidden_size": 5120,
"intermediate_size": 13824,
"max_length": 4096,
"max_position_embeddings": 4096,
"model_type": "llama",
"num_attention_heads": 40,
"num_hidden_layers": 40,
"num_key_value_heads": 40,
"pad_token_id": 0,
"rms_norm_eps": 1e-05,
"torch_dtype": "bfloat16",
"use_cache": false,
"vocab_size": 32064
},
"torch_dtype": "bfloat16",
"transformers_version": "4.37.1",
"use_cc": false,
"use_image_newline_parameter": true,
"use_pooling": true,
"use_yi": false,
"vision_config": {
"hidden_size": 1024,
"image_size": 336,
"intermediate_size": 4096,
"model_type": "clip_vision_model",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"patch_size": 14,
"projection_dim": 768,
"vocab_size": 32000
},
"vision_feature_layer": -2,
"vision_feature_select_strategy": "default",
"vocab_size": 32064
}