woodchen7 commited on
Commit
5f2aeb2
·
verified ·
1 Parent(s): 668bbe4

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +146 -0
config.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2_5_VLForConditionalGeneration"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151645,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 3584,
10
+ "image_token_id": 151655,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 18944,
13
+ "max_position_embeddings": 128000,
14
+ "max_window_layers": 28,
15
+ "model_type": "qwen2_5_vl",
16
+ "num_attention_heads": 28,
17
+ "num_hidden_layers": 28,
18
+ "num_key_value_heads": 4,
19
+ "quantization_config": {
20
+ "activation_scheme": "dynamic",
21
+ "ignored_layers": [
22
+ "model.visual.patch_embed.proj",
23
+ "model.lm_head",
24
+ "model.language_model.embed_tokens",
25
+ "model.visual.merger.mlp.0",
26
+ "model.visual.merger.mlp.2",
27
+ "lm_head"
28
+ ],
29
+ "quant_method": "fp8"
30
+ },
31
+ "rms_norm_eps": 1e-06,
32
+ "rope_scaling": {
33
+ "mrope_section": [
34
+ 16,
35
+ 24,
36
+ 24
37
+ ],
38
+ "rope_type": "default",
39
+ "type": "default"
40
+ },
41
+ "rope_theta": 1000000.0,
42
+ "sliding_window": 32768,
43
+ "text_config": {
44
+ "architectures": [
45
+ "Qwen2_5_VLForConditionalGeneration"
46
+ ],
47
+ "attention_dropout": 0.0,
48
+ "bos_token_id": 151643,
49
+ "eos_token_id": 151645,
50
+ "hidden_act": "silu",
51
+ "hidden_size": 3584,
52
+ "image_token_id": null,
53
+ "initializer_range": 0.02,
54
+ "intermediate_size": 18944,
55
+ "layer_types": [
56
+ "full_attention",
57
+ "full_attention",
58
+ "full_attention",
59
+ "full_attention",
60
+ "full_attention",
61
+ "full_attention",
62
+ "full_attention",
63
+ "full_attention",
64
+ "full_attention",
65
+ "full_attention",
66
+ "full_attention",
67
+ "full_attention",
68
+ "full_attention",
69
+ "full_attention",
70
+ "full_attention",
71
+ "full_attention",
72
+ "full_attention",
73
+ "full_attention",
74
+ "full_attention",
75
+ "full_attention",
76
+ "full_attention",
77
+ "full_attention",
78
+ "full_attention",
79
+ "full_attention",
80
+ "full_attention",
81
+ "full_attention",
82
+ "full_attention",
83
+ "full_attention"
84
+ ],
85
+ "max_position_embeddings": 128000,
86
+ "max_window_layers": 28,
87
+ "model_type": "qwen2_5_vl_text",
88
+ "num_attention_heads": 28,
89
+ "num_hidden_layers": 28,
90
+ "num_key_value_heads": 4,
91
+ "rms_norm_eps": 1e-06,
92
+ "rope_scaling": {
93
+ "mrope_section": [
94
+ 16,
95
+ 24,
96
+ 24
97
+ ],
98
+ "rope_type": "default",
99
+ "type": "default"
100
+ },
101
+ "rope_theta": 1000000.0,
102
+ "sliding_window": null,
103
+ "torch_dtype": "bfloat16",
104
+ "use_cache": true,
105
+ "use_sliding_window": false,
106
+ "video_token_id": null,
107
+ "vision_end_token_id": 151653,
108
+ "vision_start_token_id": 151652,
109
+ "vision_token_id": 151654,
110
+ "vocab_size": 152064
111
+ },
112
+ "tie_word_embeddings": false,
113
+ "torch_dtype": "bfloat16",
114
+ "transformers_version": "4.53.3",
115
+ "use_cache": false,
116
+ "use_sliding_window": false,
117
+ "video_token_id": 151656,
118
+ "vision_config": {
119
+ "depth": 32,
120
+ "fullatt_block_indexes": [
121
+ 7,
122
+ 15,
123
+ 23,
124
+ 31
125
+ ],
126
+ "hidden_act": "silu",
127
+ "hidden_size": 1280,
128
+ "in_channels": 3,
129
+ "in_chans": 3,
130
+ "initializer_range": 0.02,
131
+ "intermediate_size": 3420,
132
+ "model_type": "qwen2_5_vl",
133
+ "num_heads": 16,
134
+ "out_hidden_size": 3584,
135
+ "patch_size": 14,
136
+ "spatial_merge_size": 2,
137
+ "spatial_patch_size": 14,
138
+ "temporal_patch_size": 2,
139
+ "tokens_per_second": 2,
140
+ "window_size": 112
141
+ },
142
+ "vision_end_token_id": 151653,
143
+ "vision_start_token_id": 151652,
144
+ "vision_token_id": 151654,
145
+ "vocab_size": 152064
146
+ }