jaketae commited on
Commit
7ff01f0
1 Parent(s): 4e66999

chore: add 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
+ "unk_token": "[UNK]",
3
+ "sep_token": "[SEP]",
4
+ "pad_token": "[PAD]",
5
+ "cls_token": "[CLS]",
6
+ "mask_token": "[MASK]",
7
+ "bos_token": "[CLS]",
8
+ "eos_token": "[SEP]"
9
+ }