Create tokenizer_config.json
Browse files- tokenizer_config.json +9 -0
tokenizer_config.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_lower_case": true,
|
3 |
+
"max_len": 512,
|
4 |
+
"model_max_length": 512,
|
5 |
+
"padding_side": "right",
|
6 |
+
"special_tokens_map_file": "special_tokens_map.json",
|
7 |
+
"tokenizer_class": "BertTokenizer",
|
8 |
+
"use_fast": true
|
9 |
+
}
|