Ablustrund commited on
Commit
37856f9
1 Parent(s): 72014cc

Upload special_tokens_map.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +10 -0
special_tokens_map.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|Human|>",
4
+ "<|MOSS|>"
5
+ ],
6
+ "bos_token": "<s>",
7
+ "eos_token": "</s>",
8
+ "pad_token": "<unk>",
9
+ "unk_token": "<unk>"
10
+ }