morit commited on
Commit
0f8eee4
1 Parent(s): 5307112

Upload special_tokens_map.json with huggingface_hub (#4)

Browse files

- Upload special_tokens_map.json with huggingface_hub (6be791f7693478e5b225ce4ce6307e2c9b952aa6)

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