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