Update tokenizer_config.json
Browse files- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"do_lower_case": true,
|
3 |
"strip_accents": false,
|
4 |
-
"model_max_length": 2048
|
|
|
5 |
}
|
|
|
1 |
{
|
2 |
"do_lower_case": true,
|
3 |
"strip_accents": false,
|
4 |
+
"model_max_length": 2048,
|
5 |
+
"tokenizer_class": "BertTokenizer"
|
6 |
}
|