finetuning-sentiment-rottentomatoes / special_tokens_map.json
Movasaghi's picture
add trained model on rottentomatoes dataset with 700K reviews
bd3a609
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}