jkgl commited on
Commit
c957369
·
verified ·
1 Parent(s): 31c85bf

Upload special tokens map

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