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