bert-base-uncased-semeval2017 / special_tokens_map.json
HRui-Face's picture
Upload 6 files
b3d9ae9 verified
raw
history blame
No virus
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}