REZIRETSA commited on
Commit
abf080a
·
verified ·
1 Parent(s): bce096e

Fold frozen tokenizer 8K/special_tokens_map.json into LUNA-Tokenizer-1B home

Browse files
tokenizer/8K/special_tokens_map.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|bos|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|pad|>",
5
+ "additional_special_tokens": [
6
+ "<|eos|>",
7
+ "<|sep|>",
8
+ "<|mask|>",
9
+ "<|system|>",
10
+ "<|user|>",
11
+ "<|assistant|>",
12
+ "<|tool|>",
13
+ "<|end|>",
14
+ "<|tool_call|>",
15
+ "<|tool_result|>",
16
+ "<|fim_prefix|>",
17
+ "<|fim_suffix|>",
18
+ "<|fim_middle|>",
19
+ "<|image|>",
20
+ "<|audio|>",
21
+ "<|video|>",
22
+ "<|code|>",
23
+ "<|curl|>",
24
+ "<|email|>",
25
+ "<|cite|>",
26
+ "<|think|>",
27
+ "<|im_start|>",
28
+ "<|im_end|>",
29
+ "<|endofprompt|>",
30
+ "<|repo_name|>",
31
+ "<|file_sep|>",
32
+ "<|image_start|>",
33
+ "<|image_end|>",
34
+ "<|image_pad|>"
35
+ ]
36
+ }