intel-huggingface-workshop-bot / special_tokens_map.json
arjunraghunandanan's picture
Upload tokenizer
c694b6d verified
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}