Upload tokenizer_config.json with huggingface_hub
Browse files- tokenizer_config.json +7 -0
tokenizer_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {},
|
3 |
+
"clean_up_tokenization_spaces": false,
|
4 |
+
"extra_special_tokens": {},
|
5 |
+
"model_max_length": 1000000000000000019884624838656,
|
6 |
+
"tokenizer_class": "OpTokenizer"
|
7 |
+
}
|