Huseyin commited on
Commit
bea426d
·
verified ·
1 Parent(s): e17cc9b

Upload special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +14 -0
special_tokens_map.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|im_start|>",
3
+ "eos_token": "<|im_end|>",
4
+ "unk_token": "<UNK>",
5
+ "pad_token": "<PAD>",
6
+ "additional_special_tokens": [
7
+ "<|endoftext|>",
8
+ "<BOS>",
9
+ "<EOS>",
10
+ "<MASK>",
11
+ "<think>",
12
+ "</think>"
13
+ ]
14
+ }