Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -4
tokenizer_config.json
CHANGED
@@ -1,4 +1 @@
|
|
1 |
-
{
|
2 |
-
"do_lower_case": false,
|
3 |
-
"max_len": 512
|
4 |
-
}
|
|
|
1 |
+
{"do_lower_case": false, "max_len": 512, "special_tokens_map_file": null, "full_tokenizer_file": null}
|
|
|
|
|
|