qnguyen3 commited on
Commit
b39a114
·
verified ·
1 Parent(s): e308517

Upload folder using huggingface_hub

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
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
+ }
config.json CHANGED
@@ -1,227 +1,65 @@
1
  {
2
  "architectures": [
3
- "ColQwen2_5ForRetrieval"
4
  ],
5
- "embedding_dim": 128,
 
 
 
 
 
6
  "initializer_range": 0.02,
7
- "is_composition": false,
8
- "model_type": "colqwen2_5",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  "torch_dtype": "bfloat16",
10
- "transformers_version": "4.53.0.dev0",
11
- "vlm_config": {
12
- "_name_or_path": "Qwen/Qwen2.5-VL-3B-Instruct",
13
- "attention_dropout": 0.0,
14
- "bos_token_id": 151643,
15
- "eos_token_id": 151645,
 
 
 
 
 
 
16
  "hidden_act": "silu",
17
- "hidden_size": 2048,
18
- "image_token_id": 151655,
19
- "initializer_range": 0.02,
20
- "intermediate_size": 11008,
21
- "max_position_embeddings": 128000,
22
- "max_window_layers": 70,
23
  "model_type": "qwen2_5_vl",
24
- "num_attention_heads": 16,
25
- "num_hidden_layers": 36,
26
- "num_key_value_heads": 2,
27
- "rms_norm_eps": 1e-06,
28
- "rope_scaling": {
29
- "mrope_section": [
30
- 16,
31
- 24,
32
- 24
33
- ],
34
- "rope_type": "default",
35
- "type": "default"
36
- },
37
- "rope_theta": 1000000.0,
38
- "sliding_window": 32768,
39
- "text_config": {
40
- "_name_or_path": "",
41
- "add_cross_attention": false,
42
- "architectures": [
43
- "ColQwen2_5"
44
- ],
45
- "attention_dropout": 0.0,
46
- "bad_words_ids": null,
47
- "begin_suppress_tokens": null,
48
- "bos_token_id": 151643,
49
- "chunk_size_feed_forward": 0,
50
- "cross_attention_hidden_size": null,
51
- "decoder_start_token_id": null,
52
- "diversity_penalty": 0.0,
53
- "do_sample": false,
54
- "early_stopping": false,
55
- "encoder_no_repeat_ngram_size": 0,
56
- "eos_token_id": 151645,
57
- "exponential_decay_length_penalty": null,
58
- "finetuning_task": null,
59
- "forced_bos_token_id": null,
60
- "forced_eos_token_id": null,
61
- "hidden_act": "silu",
62
- "hidden_size": 2048,
63
- "id2label": {
64
- "0": "LABEL_0",
65
- "1": "LABEL_1"
66
- },
67
- "image_token_id": null,
68
- "initializer_range": 0.02,
69
- "intermediate_size": 11008,
70
- "is_decoder": false,
71
- "is_encoder_decoder": false,
72
- "label2id": {
73
- "LABEL_0": 0,
74
- "LABEL_1": 1
75
- },
76
- "length_penalty": 1.0,
77
- "max_length": 20,
78
- "max_position_embeddings": 128000,
79
- "max_window_layers": 70,
80
- "min_length": 0,
81
- "model_type": "qwen2_5_vl_text",
82
- "no_repeat_ngram_size": 0,
83
- "num_attention_heads": 16,
84
- "num_beam_groups": 1,
85
- "num_beams": 1,
86
- "num_hidden_layers": 36,
87
- "num_key_value_heads": 2,
88
- "num_return_sequences": 1,
89
- "output_attentions": false,
90
- "output_hidden_states": false,
91
- "output_scores": false,
92
- "pad_token_id": null,
93
- "prefix": null,
94
- "problem_type": null,
95
- "pruned_heads": {},
96
- "remove_invalid_values": false,
97
- "repetition_penalty": 1.0,
98
- "return_dict": true,
99
- "return_dict_in_generate": false,
100
- "rms_norm_eps": 1e-06,
101
- "rope_scaling": {
102
- "mrope_section": [
103
- 16,
104
- 24,
105
- 24
106
- ],
107
- "rope_type": "default",
108
- "type": "default"
109
- },
110
- "rope_theta": 1000000.0,
111
- "sep_token_id": null,
112
- "sliding_window": 32768,
113
- "suppress_tokens": null,
114
- "task_specific_params": null,
115
- "temperature": 1.0,
116
- "tf_legacy_loss": false,
117
- "tie_encoder_decoder": false,
118
- "tie_word_embeddings": true,
119
- "tokenizer_class": null,
120
- "top_k": 50,
121
- "top_p": 1.0,
122
- "torch_dtype": "bfloat16",
123
- "torchscript": false,
124
- "typical_p": 1.0,
125
- "use_bfloat16": false,
126
- "use_cache": true,
127
- "use_sliding_window": false,
128
- "video_token_id": null,
129
- "vision_end_token_id": 151653,
130
- "vision_start_token_id": 151652,
131
- "vision_token_id": 151654,
132
- "vocab_size": 151936
133
- },
134
  "torch_dtype": "bfloat16",
135
- "use_cache": true,
136
- "use_sliding_window": false,
137
- "video_token_id": 151656,
138
- "vision_config": {
139
- "_name_or_path": "",
140
- "add_cross_attention": false,
141
- "architectures": null,
142
- "bad_words_ids": null,
143
- "begin_suppress_tokens": null,
144
- "bos_token_id": null,
145
- "chunk_size_feed_forward": 0,
146
- "cross_attention_hidden_size": null,
147
- "decoder_start_token_id": null,
148
- "depth": 32,
149
- "diversity_penalty": 0.0,
150
- "do_sample": false,
151
- "early_stopping": false,
152
- "encoder_no_repeat_ngram_size": 0,
153
- "eos_token_id": null,
154
- "exponential_decay_length_penalty": null,
155
- "finetuning_task": null,
156
- "forced_bos_token_id": null,
157
- "forced_eos_token_id": null,
158
- "fullatt_block_indexes": [
159
- 7,
160
- 15,
161
- 23,
162
- 31
163
- ],
164
- "hidden_act": "silu",
165
- "hidden_size": 1280,
166
- "id2label": {
167
- "0": "LABEL_0",
168
- "1": "LABEL_1"
169
- },
170
- "in_channels": 3,
171
- "in_chans": 3,
172
- "initializer_range": 0.02,
173
- "intermediate_size": 3420,
174
- "is_decoder": false,
175
- "is_encoder_decoder": false,
176
- "label2id": {
177
- "LABEL_0": 0,
178
- "LABEL_1": 1
179
- },
180
- "length_penalty": 1.0,
181
- "max_length": 20,
182
- "min_length": 0,
183
- "model_type": "qwen2_5_vl",
184
- "no_repeat_ngram_size": 0,
185
- "num_beam_groups": 1,
186
- "num_beams": 1,
187
- "num_heads": 16,
188
- "num_return_sequences": 1,
189
- "out_hidden_size": 2048,
190
- "output_attentions": false,
191
- "output_hidden_states": false,
192
- "output_scores": false,
193
- "pad_token_id": null,
194
- "patch_size": 14,
195
- "prefix": null,
196
- "problem_type": null,
197
- "pruned_heads": {},
198
- "remove_invalid_values": false,
199
- "repetition_penalty": 1.0,
200
- "return_dict": true,
201
- "return_dict_in_generate": false,
202
- "sep_token_id": null,
203
- "spatial_merge_size": 2,
204
- "spatial_patch_size": 14,
205
- "suppress_tokens": null,
206
- "task_specific_params": null,
207
- "temperature": 1.0,
208
- "temporal_patch_size": 2,
209
- "tf_legacy_loss": false,
210
- "tie_encoder_decoder": false,
211
- "tie_word_embeddings": true,
212
- "tokenizer_class": null,
213
- "tokens_per_second": 2,
214
- "top_k": 50,
215
- "top_p": 1.0,
216
- "torch_dtype": "bfloat16",
217
- "torchscript": false,
218
- "typical_p": 1.0,
219
- "use_bfloat16": false,
220
- "window_size": 112
221
- },
222
- "vision_end_token_id": 151653,
223
- "vision_start_token_id": 151652,
224
- "vision_token_id": 151654,
225
- "vocab_size": 151936
226
- }
227
  }
 
1
  {
2
  "architectures": [
3
+ "ColQwen2_5"
4
  ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151645,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 2048,
10
+ "image_token_id": 151655,
11
  "initializer_range": 0.02,
12
+ "intermediate_size": 11008,
13
+ "max_position_embeddings": 128000,
14
+ "max_window_layers": 70,
15
+ "model_type": "qwen2_5_vl",
16
+ "num_attention_heads": 16,
17
+ "num_hidden_layers": 36,
18
+ "num_key_value_heads": 2,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": {
21
+ "mrope_section": [
22
+ 16,
23
+ 24,
24
+ 24
25
+ ],
26
+ "rope_type": "default",
27
+ "type": "default"
28
+ },
29
+ "rope_theta": 1000000.0,
30
+ "sliding_window": 32768,
31
+ "tie_word_embeddings": true,
32
  "torch_dtype": "bfloat16",
33
+ "transformers_version": "4.51.3",
34
+ "use_cache": true,
35
+ "use_sliding_window": false,
36
+ "video_token_id": 151656,
37
+ "vision_config": {
38
+ "depth": 32,
39
+ "fullatt_block_indexes": [
40
+ 7,
41
+ 15,
42
+ 23,
43
+ 31
44
+ ],
45
  "hidden_act": "silu",
46
+ "hidden_size": 1280,
47
+ "in_channels": 3,
48
+ "in_chans": 3,
49
+ "intermediate_size": 3420,
 
 
50
  "model_type": "qwen2_5_vl",
51
+ "num_heads": 16,
52
+ "out_hidden_size": 2048,
53
+ "patch_size": 14,
54
+ "spatial_merge_size": 2,
55
+ "spatial_patch_size": 14,
56
+ "temporal_patch_size": 2,
57
+ "tokens_per_second": 2,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  "torch_dtype": "bfloat16",
59
+ "window_size": 112
60
+ },
61
+ "vision_end_token_id": 151653,
62
+ "vision_start_token_id": 151652,
63
+ "vision_token_id": 151654,
64
+ "vocab_size": 151936
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
  }
generation_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attn_implementation": null,
3
+ "bos_token_id": 151643,
4
+ "do_sample": true,
5
+ "eos_token_id": [
6
+ 151645,
7
+ 151643
8
+ ],
9
+ "pad_token_id": 151643,
10
+ "repetition_penalty": 1.05,
11
+ "temperature": 0.1,
12
+ "top_k": 1,
13
+ "top_p": 0.001,
14
+ "transformers_version": "4.51.3"
15
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model-00001-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:46b4c359abc980a09b547f339ec238fae2685d2bf28e8e8a86945bdb8ae68b59
3
- size 4997759176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e36caeaa49db50be5795471f0aaee792a64f15c9bf196589aee34c912016d6f7
3
+ size 4997750760
model-00002-of-00002.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f938b787dbea325fa78dc54c494c028cb06fbcf19a5d4cc1c2f44a57990adf70
3
- size 2512115640
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:034a413aec84ee5504a7d85e801b34ba75033014bd2090678d77ec2d6db43d7a
3
+ size 2512111904
model.safetensors.index.json CHANGED
The diff for this file is too large to render. See raw diff
 
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": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
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": "ColQwen2_5_Processor",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff