gxy's picture
Update tokenizer/special_tokens_map.json
a078ea5
{
"cls_token": "[CLS]",
"bos_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"eos_token": "[SEP]",
"unk_token": "[UNK]"
}