system HF staff commited on
Commit
23e6a8f
1 Parent(s): d0c9e27

Update special_tokens_map.json

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