676bc3461109c31fa2f4d651f5f73e52 / special_tokens_map.json
contemmcm's picture
End of training
c3a9609 verified
raw
history blame contribute delete
286 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": {
"content": "[MASK]",
"lstrip": true,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": "[SEP]",
"unk_token": "<unk>"
}