Upload tokenizer
Browse files- special_tokens_map.json +7 -1
- tokenizer.json +2 -2
- tokenizer_config.json +1 -1
special_tokens_map.json
CHANGED
|
@@ -13,7 +13,13 @@
|
|
| 13 |
"rstrip": false,
|
| 14 |
"single_word": false
|
| 15 |
},
|
| 16 |
-
"pad_token":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
"unk_token": {
|
| 18 |
"content": "<unk>",
|
| 19 |
"lstrip": false,
|
|
|
|
| 13 |
"rstrip": false,
|
| 14 |
"single_word": false
|
| 15 |
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<pad>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
"unk_token": {
|
| 24 |
"content": "<unk>",
|
| 25 |
"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:6c36fea8c2ad69ed08c6180b465a70bf23e9bde2453632f9d3ba827383154def
|
| 3 |
+
size 34362885
|
tokenizer_config.json
CHANGED
|
@@ -2000,7 +2000,7 @@
|
|
| 2000 |
"clean_up_tokenization_spaces": false,
|
| 2001 |
"eos_token": "<eos>",
|
| 2002 |
"model_max_length": 1000000000000000019884624838656,
|
| 2003 |
-
"pad_token": "<
|
| 2004 |
"sp_model_kwargs": {},
|
| 2005 |
"spaces_between_special_tokens": false,
|
| 2006 |
"tokenizer_class": "GemmaTokenizer",
|
|
|
|
| 2000 |
"clean_up_tokenization_spaces": false,
|
| 2001 |
"eos_token": "<eos>",
|
| 2002 |
"model_max_length": 1000000000000000019884624838656,
|
| 2003 |
+
"pad_token": "<pad>",
|
| 2004 |
"sp_model_kwargs": {},
|
| 2005 |
"spaces_between_special_tokens": false,
|
| 2006 |
"tokenizer_class": "GemmaTokenizer",
|