Upload tokenizer
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -113,6 +113,6 @@
|
|
113 |
],
|
114 |
"clean_up_tokenization_spaces": true,
|
115 |
"eos_token": "<|endoftext|>",
|
116 |
-
"model_max_length":
|
117 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
118 |
}
|
|
|
113 |
],
|
114 |
"clean_up_tokenization_spaces": true,
|
115 |
"eos_token": "<|endoftext|>",
|
116 |
+
"model_max_length": 2048,
|
117 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
118 |
}
|