Upload tokenizer
Browse files- special_tokens_map.json +1 -1
- tokenizer.json +2 -2
- tokenizer_config.json +1 -9
special_tokens_map.json
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
"eoi_token": "<end_of_image>",
|
23 |
"eos_token": "<eos>",
|
24 |
"image_token": "<image_soft_token>",
|
25 |
-
"pad_token": "
|
26 |
"unk_token": {
|
27 |
"content": "<unk>",
|
28 |
"lstrip": false,
|
|
|
22 |
"eoi_token": "<end_of_image>",
|
23 |
"eos_token": "<eos>",
|
24 |
"image_token": "<image_soft_token>",
|
25 |
+
"pad_token": "<pad>",
|
26 |
"unk_token": {
|
27 |
"content": "<unk>",
|
28 |
"lstrip": 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:b725c35c59e9b553a5ba40416108694df696dcd075a6320decdab080b815917f
|
3 |
+
size 33386068
|
tokenizer_config.json
CHANGED
@@ -51385,14 +51385,6 @@
|
|
51385 |
"rstrip": false,
|
51386 |
"single_word": false,
|
51387 |
"special": true
|
51388 |
-
},
|
51389 |
-
"262153": {
|
51390 |
-
"content": "ChatCmplSpecialTokens.pad_token",
|
51391 |
-
"lstrip": false,
|
51392 |
-
"normalized": false,
|
51393 |
-
"rstrip": false,
|
51394 |
-
"single_word": false,
|
51395 |
-
"special": true
|
51396 |
}
|
51397 |
},
|
51398 |
"additional_special_tokens": [
|
@@ -51423,7 +51415,7 @@
|
|
51423 |
"processor_class": "Gemma3Processor",
|
51424 |
"sp_model_kwargs": null,
|
51425 |
"spaces_between_special_tokens": false,
|
51426 |
-
"tokenizer_class": "
|
51427 |
"unk_token": "<unk>",
|
51428 |
"use_default_system_prompt": false
|
51429 |
}
|
|
|
51385 |
"rstrip": false,
|
51386 |
"single_word": false,
|
51387 |
"special": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51388 |
}
|
51389 |
},
|
51390 |
"additional_special_tokens": [
|
|
|
51415 |
"processor_class": "Gemma3Processor",
|
51416 |
"sp_model_kwargs": null,
|
51417 |
"spaces_between_special_tokens": false,
|
51418 |
+
"tokenizer_class": "GemmaTokenizer",
|
51419 |
"unk_token": "<unk>",
|
51420 |
"use_default_system_prompt": false
|
51421 |
}
|