ernie_gram / special_tokens_map.json
junnyu's picture
Upload special_tokens_map.json
dadc5e8
raw
history blame contribute delete
No virus
134 Bytes
{
"unk_token": "[UNK]",
"sep_token": "[SEP]",
"pad_token": "[PAD]",
"cls_token": "[CLS]",
"mask_token": "[MASK]"
}