distilbert-base-uncased_rotten_tomatoes / special_tokens_map.json
xianzhew's picture
Training in progress, step 500
34979b1
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}