Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- added_tokens.json +0 -1
- special_tokens_map.json +13 -7
- tokenizer.json +2 -2
- tokenizer_config.json +13 -9
added_tokens.json
CHANGED
|
@@ -7,7 +7,6 @@
|
|
| 7 |
"<tool_response>": 151665,
|
| 8 |
"<|box_end|>": 151649,
|
| 9 |
"<|box_start|>": 151648,
|
| 10 |
-
"<|emotion|>": 151669,
|
| 11 |
"<|endoftext|>": 151643,
|
| 12 |
"<|file_sep|>": 151664,
|
| 13 |
"<|fim_middle|>": 151660,
|
|
|
|
| 7 |
"<tool_response>": 151665,
|
| 8 |
"<|box_end|>": 151649,
|
| 9 |
"<|box_start|>": 151648,
|
|
|
|
| 10 |
"<|endoftext|>": 151643,
|
| 11 |
"<|file_sep|>": 151664,
|
| 12 |
"<|fim_middle|>": 151660,
|
special_tokens_map.json
CHANGED
|
@@ -1,12 +1,18 @@
|
|
| 1 |
{
|
| 2 |
"additional_special_tokens": [
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
],
|
| 11 |
"eos_token": {
|
| 12 |
"content": "<|im_end|>",
|
|
|
|
| 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|>",
|
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
tokenizer_config.json
CHANGED
|
@@ -209,18 +209,22 @@
|
|
| 209 |
"rstrip": false,
|
| 210 |
"single_word": false,
|
| 211 |
"special": false
|
| 212 |
-
},
|
| 213 |
-
"151669": {
|
| 214 |
-
"content": "<|emotion|>",
|
| 215 |
-
"lstrip": false,
|
| 216 |
-
"normalized": false,
|
| 217 |
-
"rstrip": false,
|
| 218 |
-
"single_word": false,
|
| 219 |
-
"special": true
|
| 220 |
}
|
| 221 |
},
|
| 222 |
"additional_special_tokens": [
|
| 223 |
-
"<|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 224 |
],
|
| 225 |
"bos_token": null,
|
| 226 |
"clean_up_tokenization_spaces": false,
|
|
|
|
| 209 |
"rstrip": false,
|
| 210 |
"single_word": false,
|
| 211 |
"special": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 212 |
}
|
| 213 |
},
|
| 214 |
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
],
|
| 229 |
"bos_token": null,
|
| 230 |
"clean_up_tokenization_spaces": false,
|