finetuning-emotion-model / special_tokens_map.json
dat-vootree's picture
Upload 7 files
2f4bc9e verified
raw
history blame
132 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}