BERT_Paraphrase_Detection_GLUE_MRPC / special_tokens_map.json
Kansal
Upload special_tokens_map.json with huggingface_hub
ad37a0e verified
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}