multiclass_cls_result / special_tokens_map.json
swapnil-12's picture
multiclass-text-classification-swapnil-12
4d1d1b0 verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}