1 / special_tokens_map.json
hung200504's picture
bert/1
8934a19
raw
history blame contribute delete
145 Bytes
{
"cls_token": "[CLS]",
"eos_token": "eos",
"mask_token": "[MASK]",
"pad_token": "eos",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}