Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -34,7 +34,7 @@
|
|
34 |
"clean_up_tokenization_spaces": false,
|
35 |
"eos_token": "</s>",
|
36 |
"legacy": true,
|
37 |
-
"model_max_length":
|
38 |
"pad_token": null,
|
39 |
"sp_model_kwargs": {},
|
40 |
"spaces_between_special_tokens": false,
|
|
|
34 |
"clean_up_tokenization_spaces": false,
|
35 |
"eos_token": "</s>",
|
36 |
"legacy": true,
|
37 |
+
"model_max_length": 16384,
|
38 |
"pad_token": null,
|
39 |
"sp_model_kwargs": {},
|
40 |
"spaces_between_special_tokens": false,
|