Updates the tokenizer configuration file (#2)
Browse files- Adds tokenizer_config.json file (02b7a5f0fbca47f898f78f3e64fb1299e018cf4b)
- 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}
|
|
|
|