Upload tokenizer
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -306,7 +306,7 @@
|
|
| 306 |
"clean_up_tokenization_spaces": true,
|
| 307 |
"eos_token": "<|endoftext|>",
|
| 308 |
"max_length": 2048,
|
| 309 |
-
"model_max_length":
|
| 310 |
"pad_token": "<|endoftext|>",
|
| 311 |
"stride": 0,
|
| 312 |
"tokenizer_class": "GPT2Tokenizer",
|
|
|
|
| 306 |
"clean_up_tokenization_spaces": true,
|
| 307 |
"eos_token": "<|endoftext|>",
|
| 308 |
"max_length": 2048,
|
| 309 |
+
"model_max_length": 4096,
|
| 310 |
"pad_token": "<|endoftext|>",
|
| 311 |
"stride": 0,
|
| 312 |
"tokenizer_class": "GPT2Tokenizer",
|