SixpertAI commited on
Commit
f77ccf1
·
verified ·
1 Parent(s): 9b0fbd0

Upload special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +13 -0
special_tokens_map.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|im_start|>",
3
+ "eos_token": "<|im_end|>",
4
+ "pad_token": "<|pad|>",
5
+ "additional_special_tokens": [
6
+ "<|im_start|>",
7
+ "<|im_end|>",
8
+ "<|think_start|>",
9
+ "<|think_end|>",
10
+ "<|tool_start|>",
11
+ "<|tool_end|>"
12
+ ]
13
+ }