AirRain03 commited on
Commit
a5706ac
·
verified ·
1 Parent(s): 8e323bf

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +168 -0
config.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2_5_VLForConditionalGeneration"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "dtype": "bfloat16",
7
+ "eos_token_id": 151645,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 5120,
10
+ "image_token_id": 151655,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 27648,
13
+ "max_position_embeddings": 128000,
14
+ "max_window_layers": 64,
15
+ "model_type": "qwen2_5_vl",
16
+ "num_attention_heads": 40,
17
+ "num_hidden_layers": 64,
18
+ "num_key_value_heads": 8,
19
+ "pad_token_id": 151643,
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_scaling": {
22
+ "mrope_section": [
23
+ 16,
24
+ 24,
25
+ 24
26
+ ],
27
+ "rope_type": "default",
28
+ "type": "default"
29
+ },
30
+ "rope_theta": 1000000.0,
31
+ "sliding_window": 32768,
32
+ "text_config": {
33
+ "_name_or_path": "Qwen/Qwen2.5-VL-32B-Instruct",
34
+ "architectures": [
35
+ "Qwen2_5_VLForConditionalGeneration"
36
+ ],
37
+ "attention_dropout": 0.0,
38
+ "dtype": "bfloat16",
39
+ "eos_token_id": 151645,
40
+ "hidden_act": "silu",
41
+ "hidden_size": 5120,
42
+ "initializer_range": 0.02,
43
+ "intermediate_size": 27648,
44
+ "layer_types": [
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention",
50
+ "full_attention",
51
+ "full_attention",
52
+ "full_attention",
53
+ "full_attention",
54
+ "full_attention",
55
+ "full_attention",
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
+ "full_attention",
85
+ "full_attention",
86
+ "full_attention",
87
+ "full_attention",
88
+ "full_attention",
89
+ "full_attention",
90
+ "full_attention",
91
+ "full_attention",
92
+ "full_attention",
93
+ "full_attention",
94
+ "full_attention",
95
+ "full_attention",
96
+ "full_attention",
97
+ "full_attention",
98
+ "full_attention",
99
+ "full_attention",
100
+ "full_attention",
101
+ "full_attention",
102
+ "full_attention",
103
+ "full_attention",
104
+ "full_attention",
105
+ "full_attention",
106
+ "full_attention",
107
+ "full_attention",
108
+ "full_attention"
109
+ ],
110
+ "max_position_embeddings": 128000,
111
+ "max_window_layers": 64,
112
+ "model_type": "qwen2_5_vl_text",
113
+ "num_attention_heads": 40,
114
+ "num_hidden_layers": 64,
115
+ "num_key_value_heads": 8,
116
+ "pad_token_id": 151643,
117
+ "rms_norm_eps": 1e-06,
118
+ "rope_scaling": {
119
+ "mrope_section": [
120
+ 16,
121
+ 24,
122
+ 24
123
+ ],
124
+ "rope_type": "default",
125
+ "type": "default"
126
+ },
127
+ "rope_theta": 1000000.0,
128
+ "sliding_window": null,
129
+ "use_cache": false,
130
+ "use_sliding_window": false,
131
+ "vision_token_id": 151654,
132
+ "vocab_size": 152064
133
+ },
134
+ "tie_word_embeddings": false,
135
+ "transformers_version": "4.57.1",
136
+ "use_cache": true,
137
+ "use_sliding_window": false,
138
+ "video_token_id": 151656,
139
+ "vision_config": {
140
+ "depth": 32,
141
+ "dtype": "bfloat16",
142
+ "fullatt_block_indexes": [
143
+ 7,
144
+ 15,
145
+ 23,
146
+ 31
147
+ ],
148
+ "hidden_act": "silu",
149
+ "hidden_size": 1280,
150
+ "in_channels": 3,
151
+ "in_chans": 3,
152
+ "initializer_range": 0.02,
153
+ "intermediate_size": 3456,
154
+ "model_type": "qwen2_5_vl",
155
+ "num_heads": 16,
156
+ "out_hidden_size": 5120,
157
+ "patch_size": 14,
158
+ "spatial_merge_size": 2,
159
+ "spatial_patch_size": 14,
160
+ "temporal_patch_size": 2,
161
+ "tokens_per_second": 2,
162
+ "window_size": 112
163
+ },
164
+ "vision_end_token_id": 151653,
165
+ "vision_start_token_id": 151652,
166
+ "vision_token_id": 151654,
167
+ "vocab_size": 152064
168
+ }