sms-spam-classification-with-bert / special_tokens_map.json
wesleyacheng's picture
Upload 2 files
41c5298
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}