junnyu commited on
Commit
a9bfcd9
1 Parent(s): b88f161

Create special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +7 -0
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ {
2
+ "unk_token": "[UNK]",
3
+ "sep_token": "[SEP]",
4
+ "pad_token": "[PAD]",
5
+ "cls_token": "[CLS]",
6
+ "mask_token": "[MASK]"
7
+ }