janpase97 commited on
Commit
4ad0aa9
1 Parent(s): d436e62

Upload special_tokens_map.json

Browse files
Files changed (1) hide show
  1. special_tokens_map.json +1 -1
special_tokens_map.json CHANGED
@@ -1 +1 @@
1
- {}
 
1
+ {"bos_token": "[START]", "eos_token": "[END]", "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}