NLP_Coursework_2 / special_tokens_map.json
amruthsaravanan's picture
Upload folder using huggingface_hub
3d91254 verified
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}