NLP_Spring23_HW4_Question_Answering_G13 / special_tokens_map.json
mmdrez4's picture
upload tokenizer
b695fc0
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}