Upload tokenizer
Browse files- special_tokens_map.json +7 -1
- tokenizer_config.json +1 -1
special_tokens_map.json
CHANGED
|
@@ -16,7 +16,13 @@
|
|
| 16 |
"single_word": false
|
| 17 |
},
|
| 18 |
"image_token": "<image_soft_token>",
|
| 19 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
"unk_token": {
|
| 21 |
"content": "<unk>",
|
| 22 |
"lstrip": false,
|
|
|
|
| 16 |
"single_word": false
|
| 17 |
},
|
| 18 |
"image_token": "<image_soft_token>",
|
| 19 |
+
"pad_token": {
|
| 20 |
+
"content": "<pad>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false
|
| 25 |
+
},
|
| 26 |
"unk_token": {
|
| 27 |
"content": "<unk>",
|
| 28 |
"lstrip": false,
|
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": "<pad>",
|
| 51340 |
"processor_class": "Gemma3Processor",
|
| 51341 |
"sp_model_kwargs": null,
|
| 51342 |
"spaces_between_special_tokens": false,
|