Shaltiel commited on
Commit
72e4b61
·
verified ·
1 Parent(s): 2998e96

Upload 3 files

Browse files
Files changed (3) hide show
  1. special_tokens_map.json +0 -0
  2. tokenizer.json +2 -2
  3. tokenizer_config.json +16 -24
special_tokens_map.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b76085f9923309d873994d444989f7eb6ec074b06f25b58f1e8d7b7741070949
3
- size 17078037
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21e17e6c5d847a1213d278b59f73ec6003fdd6d455e8d14abb6f63773bbf4edf
3
+ size 17078034
tokenizer_config.json CHANGED
@@ -164,7 +164,7 @@
164
  "special": true
165
  },
166
  "20": {
167
- "content": "<SPECIAL_20>",
168
  "lstrip": false,
169
  "normalized": false,
170
  "rstrip": false,
@@ -172,7 +172,7 @@
172
  "special": true
173
  },
174
  "21": {
175
- "content": "<SPECIAL_21>",
176
  "lstrip": false,
177
  "normalized": false,
178
  "rstrip": false,
@@ -180,52 +180,52 @@
180
  "special": true
181
  },
182
  "22": {
183
- "content": "<SPECIAL_22>",
184
  "lstrip": false,
185
  "normalized": false,
186
  "rstrip": false,
187
  "single_word": false,
188
- "special": true
189
  },
190
  "23": {
191
- "content": "<SPECIAL_23>",
192
  "lstrip": false,
193
  "normalized": false,
194
  "rstrip": false,
195
  "single_word": false,
196
- "special": true
197
  },
198
  "24": {
199
- "content": "<SPECIAL_24>",
200
  "lstrip": false,
201
  "normalized": false,
202
  "rstrip": false,
203
  "single_word": false,
204
- "special": true
205
  },
206
  "25": {
207
- "content": "<SPECIAL_25>",
208
  "lstrip": false,
209
  "normalized": false,
210
  "rstrip": false,
211
  "single_word": false,
212
- "special": true
213
  },
214
  "26": {
215
- "content": "<SPECIAL_26>",
216
  "lstrip": false,
217
  "normalized": false,
218
  "rstrip": false,
219
  "single_word": false,
220
- "special": true
221
  },
222
  "27": {
223
- "content": "<SPECIAL_27>",
224
  "lstrip": false,
225
  "normalized": false,
226
  "rstrip": false,
227
  "single_word": false,
228
- "special": true
229
  },
230
  "28": {
231
  "content": "<SPECIAL_28>",
@@ -8025,14 +8025,8 @@
8025
  "[SYSTEM_PROMPT]",
8026
  "[/SYSTEM_PROMPT]",
8027
  "[TOOL_CONTENT]",
8028
- "<SPECIAL_20>",
8029
- "<SPECIAL_21>",
8030
- "<SPECIAL_22>",
8031
- "<SPECIAL_23>",
8032
- "<SPECIAL_24>",
8033
- "<SPECIAL_25>",
8034
- "<SPECIAL_26>",
8035
- "<SPECIAL_27>",
8036
  "<SPECIAL_28>",
8037
  "<SPECIAL_29>",
8038
  "<SPECIAL_30>",
@@ -9008,14 +9002,12 @@
9008
  ],
9009
  "bos_token": "<s>",
9010
  "clean_up_tokenization_spaces": false,
9011
- "cls_token": "<s>",
9012
  "eos_token": "</s>",
9013
  "extra_special_tokens": {},
9014
  "legacy": true,
9015
  "model_max_length": 1000000000000000019884624838656,
9016
  "pad_token": "<pad>",
9017
  "processor_class": "PixtralProcessor",
9018
- "sep_token": "</s>",
9019
  "tokenizer_class": "LlamaTokenizerFast",
9020
  "unk_token": "<unk>",
9021
  "use_default_system_prompt": false
 
164
  "special": true
165
  },
166
  "20": {
167
+ "content": "<|im_start|>",
168
  "lstrip": false,
169
  "normalized": false,
170
  "rstrip": false,
 
172
  "special": true
173
  },
174
  "21": {
175
+ "content": "<|im_end|>",
176
  "lstrip": false,
177
  "normalized": false,
178
  "rstrip": false,
 
180
  "special": true
181
  },
182
  "22": {
183
+ "content": "<tool_response>",
184
  "lstrip": false,
185
  "normalized": false,
186
  "rstrip": false,
187
  "single_word": false,
188
+ "special": false
189
  },
190
  "23": {
191
+ "content": "</tool_response>",
192
  "lstrip": false,
193
  "normalized": false,
194
  "rstrip": false,
195
  "single_word": false,
196
+ "special": false
197
  },
198
  "24": {
199
+ "content": "<think>",
200
  "lstrip": false,
201
  "normalized": false,
202
  "rstrip": false,
203
  "single_word": false,
204
+ "special": false
205
  },
206
  "25": {
207
+ "content": "</think>",
208
  "lstrip": false,
209
  "normalized": false,
210
  "rstrip": false,
211
  "single_word": false,
212
+ "special": false
213
  },
214
  "26": {
215
+ "content": "<tool_call>",
216
  "lstrip": false,
217
  "normalized": false,
218
  "rstrip": false,
219
  "single_word": false,
220
+ "special": false
221
  },
222
  "27": {
223
+ "content": "</tool_call>",
224
  "lstrip": false,
225
  "normalized": false,
226
  "rstrip": false,
227
  "single_word": false,
228
+ "special": false
229
  },
230
  "28": {
231
  "content": "<SPECIAL_28>",
 
8025
  "[SYSTEM_PROMPT]",
8026
  "[/SYSTEM_PROMPT]",
8027
  "[TOOL_CONTENT]",
8028
+ "<|im_start|>",
8029
+ "<|im_end|>",
 
 
 
 
 
 
8030
  "<SPECIAL_28>",
8031
  "<SPECIAL_29>",
8032
  "<SPECIAL_30>",
 
9002
  ],
9003
  "bos_token": "<s>",
9004
  "clean_up_tokenization_spaces": false,
 
9005
  "eos_token": "</s>",
9006
  "extra_special_tokens": {},
9007
  "legacy": true,
9008
  "model_max_length": 1000000000000000019884624838656,
9009
  "pad_token": "<pad>",
9010
  "processor_class": "PixtralProcessor",
 
9011
  "tokenizer_class": "LlamaTokenizerFast",
9012
  "unk_token": "<unk>",
9013
  "use_default_system_prompt": false