Upload tokenizer
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -16221,6 +16221,7 @@
|
|
16221 |
],
|
16222 |
"clean_up_tokenization_spaces": true,
|
16223 |
"eos_token": "<|endoftext|>",
|
|
|
16224 |
"model_max_length": 8192,
|
16225 |
"pad_token": "<|endoftext|>",
|
16226 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
16221 |
],
|
16222 |
"clean_up_tokenization_spaces": true,
|
16223 |
"eos_token": "<|endoftext|>",
|
16224 |
+
"extra_special_tokens": {},
|
16225 |
"model_max_length": 8192,
|
16226 |
"pad_token": "<|endoftext|>",
|
16227 |
"tokenizer_class": "PreTrainedTokenizerFast"
|