Upload tokenizer
Browse files- special_tokens_map.json +1 -1
- tokenizer.json +2 -2
- tokenizer_config.json +1 -1
special_tokens_map.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
},
|
18 |
"image_token": "<image_soft_token>",
|
19 |
"pad_token": {
|
20 |
-
"content": "<
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
23 |
"rstrip": false,
|
|
|
17 |
},
|
18 |
"image_token": "<image_soft_token>",
|
19 |
"pad_token": {
|
20 |
+
"content": "<unk>",
|
21 |
"lstrip": false,
|
22 |
"normalized": false,
|
23 |
"rstrip": false,
|
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:411ae439f10ee27a756e4f4e0ea5f844fd18ecce91e909844f7cbac45cd13fdd
|
3 |
+
size 33384722
|
tokenizer_config.json
CHANGED
@@ -51336,7 +51336,7 @@
|
|
51336 |
},
|
51337 |
"image_token": "<image_soft_token>",
|
51338 |
"model_max_length": 1000000000000000019884624838656,
|
51339 |
-
"pad_token": "<
|
51340 |
"processor_class": "Gemma3Processor",
|
51341 |
"sp_model_kwargs": null,
|
51342 |
"spaces_between_special_tokens": false,
|
|
|
51336 |
},
|
51337 |
"image_token": "<image_soft_token>",
|
51338 |
"model_max_length": 1000000000000000019884624838656,
|
51339 |
+
"pad_token": "<unk>",
|
51340 |
"processor_class": "Gemma3Processor",
|
51341 |
"sp_model_kwargs": null,
|
51342 |
"spaces_between_special_tokens": false,
|