bert-base-uncased-emotion-onnx / special_tokens_map.json
Cohee's picture
Upload 6 files
5b90e3f
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}