Upload tokenizer
Browse files- special_tokens_map.json +1 -0
- tokenizer_config.json +6 -0
- vocab.txt +0 -0
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
tokenizer_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {},
|
3 |
+
"clean_up_tokenization_spaces": true,
|
4 |
+
"model_max_length": 1000000000000000019884624838656,
|
5 |
+
"tokenizer_class": "PixelBytesTokenizer"
|
6 |
+
}
|
vocab.txt
ADDED
Binary file (681 Bytes). View file
|
|