Upload tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -16221,6 +16221,6 @@
|
|
16221 |
],
|
16222 |
"clean_up_tokenization_spaces": true,
|
16223 |
"eos_token": "<|endoftext|>",
|
16224 |
-
"model_max_length":
|
16225 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
16226 |
}
|
|
|
16221 |
],
|
16222 |
"clean_up_tokenization_spaces": true,
|
16223 |
"eos_token": "<|endoftext|>",
|
16224 |
+
"model_max_length": 32768,
|
16225 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
16226 |
}
|