Updates the tokenizer configuration file (#62)
Browse files- Adds tokenizer_config.json file (87565a3098077d493d402e1b109e67baf52c5281)
- tokenizer_config.json +1 -3
tokenizer_config.json
CHANGED
@@ -1,3 +1 @@
|
|
1 |
-
{
|
2 |
-
"do_lower_case": true
|
3 |
-
}
|
|
|
1 |
+
{"do_lower_case": true, "model_max_length": 512}
|
|
|
|