Update tokenizer_config.json
Browse files- tokenizer_config.json +6 -1
tokenizer_config.json
CHANGED
@@ -1 +1,6 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_lower_case": true,
|
3 |
+
"model_max_length": 512,
|
4 |
+
"special_tokens_map_file": "special_tokens_map.json",
|
5 |
+
"full_tokenizer_file": null
|
6 |
+
}
|