Upload tokenizer
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
|
@@ -13,6 +13,7 @@
|
|
| 13 |
"bos_token": "<|endoftext|>",
|
| 14 |
"clean_up_tokenization_spaces": false,
|
| 15 |
"eos_token": "<|endoftext|>",
|
|
|
|
| 16 |
"model_max_length": 1024,
|
| 17 |
"tokenizer_class": "GPT2Tokenizer",
|
| 18 |
"unk_token": "<|endoftext|>"
|
|
|
|
| 13 |
"bos_token": "<|endoftext|>",
|
| 14 |
"clean_up_tokenization_spaces": false,
|
| 15 |
"eos_token": "<|endoftext|>",
|
| 16 |
+
"extra_special_tokens": {},
|
| 17 |
"model_max_length": 1024,
|
| 18 |
"tokenizer_class": "GPT2Tokenizer",
|
| 19 |
"unk_token": "<|endoftext|>"
|