alexshengzhili commited on
Commit
227cac9
·
verified ·
1 Parent(s): 77b1a3e

Training in progress, step 200

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
adapter_config.json ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "Qwen2_5_VLForConditionalGeneration",
5
+ "parent_library": "transformers.models.qwen2_5_vl.modeling_qwen2_5_vl"
6
+ },
7
+ "base_model_name_or_path": "Qwen/Qwen2.5-VL-32B-Instruct",
8
+ "bias": "none",
9
+ "corda_config": null,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "r": 64,
27
+ "rank_pattern": {},
28
+ "revision": null,
29
+ "target_modules": [
30
+ "55.mlp.gate_proj",
31
+ "33.mlp.down_proj",
32
+ "59.mlp.down_proj",
33
+ "layers.22.mlp.up_proj",
34
+ "layers.26.mlp.up_proj",
35
+ "layers.13.mlp.gate_proj",
36
+ "layers.31.mlp.down_proj",
37
+ "53.mlp.down_proj",
38
+ "layers.29.mlp.gate_proj",
39
+ "39.mlp.down_proj",
40
+ "layers.23.mlp.gate_proj",
41
+ "layers.18.mlp.down_proj",
42
+ "layers.5.mlp.up_proj",
43
+ "layers.20.mlp.down_proj",
44
+ "56.mlp.gate_proj",
45
+ "59.mlp.up_proj",
46
+ "layers.0.mlp.down_proj",
47
+ "layers.21.mlp.down_proj",
48
+ "layers.1.mlp.down_proj",
49
+ "56.mlp.down_proj",
50
+ "35.mlp.gate_proj",
51
+ "43.mlp.gate_proj",
52
+ "62.mlp.down_proj",
53
+ "58.mlp.gate_proj",
54
+ "52.mlp.up_proj",
55
+ "37.mlp.gate_proj",
56
+ "52.mlp.down_proj",
57
+ "layers.17.mlp.up_proj",
58
+ "33.mlp.up_proj",
59
+ "layers.17.mlp.gate_proj",
60
+ "62.mlp.gate_proj",
61
+ "layers.3.mlp.gate_proj",
62
+ "36.mlp.up_proj",
63
+ "42.mlp.up_proj",
64
+ "46.mlp.gate_proj",
65
+ "layers.14.mlp.gate_proj",
66
+ "layers.7.mlp.gate_proj",
67
+ "layers.8.mlp.gate_proj",
68
+ "layers.0.mlp.up_proj",
69
+ "58.mlp.down_proj",
70
+ "39.mlp.up_proj",
71
+ "45.mlp.gate_proj",
72
+ "43.mlp.up_proj",
73
+ "layers.19.mlp.down_proj",
74
+ "45.mlp.down_proj",
75
+ "layers.25.mlp.gate_proj",
76
+ "layers.30.mlp.down_proj",
77
+ "38.mlp.down_proj",
78
+ "o_proj",
79
+ "layers.29.mlp.down_proj",
80
+ "layers.19.mlp.up_proj",
81
+ "layers.8.mlp.down_proj",
82
+ "layers.3.mlp.down_proj",
83
+ "layers.23.mlp.down_proj",
84
+ "44.mlp.down_proj",
85
+ "layers.14.mlp.down_proj",
86
+ "35.mlp.up_proj",
87
+ "54.mlp.gate_proj",
88
+ "layers.25.mlp.down_proj",
89
+ "42.mlp.down_proj",
90
+ "layers.2.mlp.up_proj",
91
+ "layers.11.mlp.down_proj",
92
+ "39.mlp.gate_proj",
93
+ "layers.2.mlp.down_proj",
94
+ "32.mlp.down_proj",
95
+ "q_proj",
96
+ "57.mlp.down_proj",
97
+ "46.mlp.down_proj",
98
+ "36.mlp.down_proj",
99
+ "40.mlp.gate_proj",
100
+ "48.mlp.up_proj",
101
+ "layers.17.mlp.down_proj",
102
+ "48.mlp.gate_proj",
103
+ "layers.1.mlp.gate_proj",
104
+ "layers.31.mlp.up_proj",
105
+ "49.mlp.up_proj",
106
+ "35.mlp.down_proj",
107
+ "layers.21.mlp.up_proj",
108
+ "k_proj",
109
+ "layers.13.mlp.up_proj",
110
+ "layers.2.mlp.gate_proj",
111
+ "59.mlp.gate_proj",
112
+ "layers.30.mlp.up_proj",
113
+ "41.mlp.gate_proj",
114
+ "40.mlp.down_proj",
115
+ "44.mlp.gate_proj",
116
+ "layers.8.mlp.up_proj",
117
+ "layers.23.mlp.up_proj",
118
+ "layers.13.mlp.down_proj",
119
+ "layers.10.mlp.gate_proj",
120
+ "47.mlp.up_proj",
121
+ "60.mlp.up_proj",
122
+ "layers.22.mlp.down_proj",
123
+ "layers.12.mlp.down_proj",
124
+ "layers.24.mlp.up_proj",
125
+ "layers.26.mlp.gate_proj",
126
+ "51.mlp.gate_proj",
127
+ "63.mlp.down_proj",
128
+ "54.mlp.up_proj",
129
+ "layers.5.mlp.gate_proj",
130
+ "51.mlp.up_proj",
131
+ "34.mlp.gate_proj",
132
+ "32.mlp.gate_proj",
133
+ "layers.14.mlp.up_proj",
134
+ "36.mlp.gate_proj",
135
+ "layers.0.mlp.gate_proj",
136
+ "layers.4.mlp.gate_proj",
137
+ "layers.28.mlp.up_proj",
138
+ "layers.4.mlp.down_proj",
139
+ "60.mlp.down_proj",
140
+ "44.mlp.up_proj",
141
+ "38.mlp.up_proj",
142
+ "layers.27.mlp.gate_proj",
143
+ "63.mlp.up_proj",
144
+ "layers.19.mlp.gate_proj",
145
+ "63.mlp.gate_proj",
146
+ "37.mlp.up_proj",
147
+ "57.mlp.up_proj",
148
+ "layers.12.mlp.gate_proj",
149
+ "layers.6.mlp.gate_proj",
150
+ "58.mlp.up_proj",
151
+ "layers.15.mlp.gate_proj",
152
+ "42.mlp.gate_proj",
153
+ "layers.31.mlp.gate_proj",
154
+ "layers.12.mlp.up_proj",
155
+ "layers.30.mlp.gate_proj",
156
+ "61.mlp.down_proj",
157
+ "layers.24.mlp.down_proj",
158
+ "layers.9.mlp.gate_proj",
159
+ "layers.10.mlp.up_proj",
160
+ "layers.25.mlp.up_proj",
161
+ "layers.21.mlp.gate_proj",
162
+ "33.mlp.gate_proj",
163
+ "34.mlp.up_proj",
164
+ "layers.22.mlp.gate_proj",
165
+ "layers.28.mlp.down_proj",
166
+ "54.mlp.down_proj",
167
+ "41.mlp.up_proj",
168
+ "layers.29.mlp.up_proj",
169
+ "layers.9.mlp.up_proj",
170
+ "layers.3.mlp.up_proj",
171
+ "48.mlp.down_proj",
172
+ "57.mlp.gate_proj",
173
+ "layers.18.mlp.gate_proj",
174
+ "50.mlp.up_proj",
175
+ "layers.16.mlp.gate_proj",
176
+ "50.mlp.down_proj",
177
+ "46.mlp.up_proj",
178
+ "layers.6.mlp.up_proj",
179
+ "layers.20.mlp.up_proj",
180
+ "60.mlp.gate_proj",
181
+ "layers.5.mlp.down_proj",
182
+ "layers.9.mlp.down_proj",
183
+ "layers.7.mlp.down_proj",
184
+ "43.mlp.down_proj",
185
+ "layers.6.mlp.down_proj",
186
+ "51.mlp.down_proj",
187
+ "50.mlp.gate_proj",
188
+ "34.mlp.down_proj",
189
+ "37.mlp.down_proj",
190
+ "49.mlp.down_proj",
191
+ "layers.26.mlp.down_proj",
192
+ "49.mlp.gate_proj",
193
+ "55.mlp.up_proj",
194
+ "38.mlp.gate_proj",
195
+ "45.mlp.up_proj",
196
+ "47.mlp.down_proj",
197
+ "47.mlp.gate_proj",
198
+ "layers.7.mlp.up_proj",
199
+ "layers.18.mlp.up_proj",
200
+ "53.mlp.up_proj",
201
+ "layers.15.mlp.down_proj",
202
+ "layers.27.mlp.down_proj",
203
+ "layers.28.mlp.gate_proj",
204
+ "41.mlp.down_proj",
205
+ "53.mlp.gate_proj",
206
+ "v_proj",
207
+ "layers.16.mlp.down_proj",
208
+ "layers.27.mlp.up_proj",
209
+ "layers.4.mlp.up_proj",
210
+ "55.mlp.down_proj",
211
+ "layers.16.mlp.up_proj",
212
+ "layers.20.mlp.gate_proj",
213
+ "52.mlp.gate_proj",
214
+ "layers.10.mlp.down_proj",
215
+ "layers.1.mlp.up_proj",
216
+ "32.mlp.up_proj",
217
+ "layers.15.mlp.up_proj",
218
+ "40.mlp.up_proj",
219
+ "62.mlp.up_proj",
220
+ "56.mlp.up_proj",
221
+ "layers.24.mlp.gate_proj",
222
+ "layers.11.mlp.gate_proj",
223
+ "layers.11.mlp.up_proj",
224
+ "61.mlp.gate_proj",
225
+ "61.mlp.up_proj"
226
+ ],
227
+ "task_type": null,
228
+ "trainable_token_indices": null,
229
+ "use_dora": false,
230
+ "use_rslora": false
231
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71e4c3a20d8ab853d1d2f0c38d6c2a165f1f25f16f5f2448ececa8c50789465e
3
+ size 1073864104
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
chat_template.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}"
3
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": true,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.48145466,
8
+ 0.4578275,
9
+ 0.40821073
10
+ ],
11
+ "image_processor_type": "Qwen2VLImageProcessor",
12
+ "image_std": [
13
+ 0.26862954,
14
+ 0.26130258,
15
+ 0.27577711
16
+ ],
17
+ "max_pixels": 12845056,
18
+ "merge_size": 2,
19
+ "min_pixels": 3136,
20
+ "patch_size": 14,
21
+ "processor_class": "Qwen2_5_VLProcessor",
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "longest_edge": 12845056,
26
+ "shortest_edge": 3136
27
+ },
28
+ "temporal_patch_size": 2
29
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n{% endif %}<|im_start|>{{ message['role'] }}\n{% if message['content'] is string %}{{ message['content'] }}<|im_end|>\n{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>\n{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "processor_class": "Qwen2_5_VLProcessor",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e93c879facb96505d6a5067785fbf6dd14d2f405f3ba2e0aaa35de24f9273730
3
+ size 7672
vocab.json ADDED
The diff for this file is too large to render. See raw diff