sentiment_analysis_with_DistilBERT / special_tokens_map.json
hdv2709's picture
Training in progress, epoch 1
154eb1b verified
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}