Rallio67 commited on
Commit
9a3f69a
1 Parent(s): 06478bf

Upload tokenizer

Browse files
Files changed (1) hide show
  1. 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
  }