es2 / special_tokens_map.json
huranokuma's picture
Training in progress, step 1000
3d33c21
{
"bos_token": "<s>",
"cls_token": "[CLS]",
"eos_token": "</s>",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "<unk>"
}