File size: 1,477 Bytes
d7e6319
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
    "architectures": [
        "LlavaForConditionalGeneration"
    ],
    "ignore_index": -100,
    "image_token_index": 151646,
    "model_type": "llava",
    "projector_hidden_act": "gelu",
    "quantization": {
        "group_size": 64,
        "bits": 8
    },
    "text_config": {
        "_name_or_path": "Qwen/Qwen1.5-0.5B-Chat",
        "architectures": [
            "Qwen2ForCausalLM"
        ],
        "bos_token_id": 151643,
        "eos_token_id": 151645,
        "hidden_size": 1024,
        "intermediate_size": 2816,
        "max_position_embeddings": 32768,
        "max_window_layers": 21,
        "model_type": "qwen2",
        "num_attention_heads": 16,
        "num_hidden_layers": 24,
        "num_key_value_heads": 16,
        "rope_theta": 1000000.0,
        "sliding_window": 32768,
        "tie_word_embeddings": true,
        "torch_dtype": "bfloat16",
        "use_sliding_window": false,
        "vocab_size": 152000
    },
    "torch_dtype": "bfloat16",
    "transformers_version": "4.43.0.dev0",
    "vision_config": {
        "hidden_act": "gelu_pytorch_tanh",
        "hidden_size": 1152,
        "image_size": 384,
        "intermediate_size": 4352,
        "layer_norm_eps": 1e-06,
        "model_type": "siglip_vision_model",
        "num_attention_heads": 16,
        "num_hidden_layers": 26,
        "patch_size": 14,
        "vision_use_head": false
    },
    "vision_feature_layer": -1,
    "vision_feature_select_strategy": "full"
}