davisshannon commited on
Commit
4be4651
·
verified ·
1 Parent(s): 1b07696

Upload ./sqli_distilbert_tokenizer/special_tokens_map.json with huggingface_hub

Browse files
sqli_distilbert_tokenizer/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
+ }