BERT_sentiment_analysis / special_tokens_map.json
RapidOrc121's picture
Uploading files
761245b verified
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}