Update special_tokens_map.json
Browse files- special_tokens_map.json +1 -0
 
    	
        special_tokens_map.json
    ADDED
    
    | 
         @@ -0,0 +1 @@ 
     | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[SEP]", "mask_token": "[MASK]"}
         
     |