Upload tokenizer
Browse files- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +6 -0
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name_or_path": "bigcode/digit-bytelevel-bpe-jss-v1.1-49152",
|
3 |
+
"special_tokens_map_file": "/Users/leandro/.cache/huggingface/hub/models--bigcode--digit-bytelevel-bpe-jss-v1.1-49152/snapshots/fa09b77949689a484afafc5f89534e6b6ba2c151/special_tokens_map.json",
|
4 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
5 |
+
"vocab_size": 49152
|
6 |
+
}
|