Upload tokenizer_config.json with huggingface_hub
Browse files- tokenizer_config.json +8 -0
tokenizer_config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "2.0",
|
| 3 |
+
"vocab_size": 32768,
|
| 4 |
+
"pre_tokenizer": "Whitespace",
|
| 5 |
+
"normalizer": "NFKC+Lowercase",
|
| 6 |
+
"model": "BPE",
|
| 7 |
+
"optimized_for": "small models <= 200M"
|
| 8 |
+
}
|