scibert_paper_classification / special_tokens_map.json
igorithm's picture
Move model files to root
6ab4d6a
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}