klue_nli_roberta_base_model / special_tokens_map.json
chunwoolee0's picture
Training in progress, step 500
c09f9b2
raw history blame
No virus
173 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}