Spaces:
Sleeping
Sleeping
Create tokenizer_config.json
Browse files- tokenizer_config.json +7 -0
tokenizer_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"tokenizer_class": "AutoTokenizer",
|
3 |
+
"model_max_length": 2048,
|
4 |
+
"padding_side": "right",
|
5 |
+
"truncation_side": "right",
|
6 |
+
"special_tokens_map_file": "special_tokens_map.json"
|
7 |
+
}
|