bert_fine_tuned_emotions / special_tokens_map.json
sdeakin's picture
Upload folder using huggingface_hub
1816658 verified
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}