Upload tokenizer
Browse files- tokenizer_config.json +1 -0
tokenizer_config.json
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
"clean_up_tokenization_spaces": true,
|
5 |
"eos_token": "<|endoftext|>",
|
6 |
"model_max_length": 2048,
|
|
|
7 |
"tokenizer_class": "GPTNeoXTokenizer",
|
8 |
"unk_token": "<|endoftext|>"
|
9 |
}
|
|
|
4 |
"clean_up_tokenization_spaces": true,
|
5 |
"eos_token": "<|endoftext|>",
|
6 |
"model_max_length": 2048,
|
7 |
+
"special_tokens_map_file": "/mnt/nvme/home/rallio67/.cache/huggingface/hub/models--Rallio67--7B-redpajama-conditional-alpha/snapshots/5b9594c9edc14163819f266275a19610c28604e9/special_tokens_map.json",
|
8 |
"tokenizer_class": "GPTNeoXTokenizer",
|
9 |
"unk_token": "<|endoftext|>"
|
10 |
}
|