Updates incorrect tokenizer configuration file
#2
by
lysandre
HF Staff
- opened
- tokenizer_config.json +1 -4
tokenizer_config.json
CHANGED
|
@@ -1,4 +1 @@
|
|
| 1 |
-
{
|
| 2 |
-
"do_lowercase": true,
|
| 3 |
-
"do_lower_case": true
|
| 4 |
-
}
|
|
|
|
| 1 |
+
{"do_lowercase": true, "do_lower_case": true, "model_max_length": 512}
|
|
|
|
|
|
|
|
|