distilbert-cased-lft / special_tokens_map.json
praysimanjuntak's picture
praysimanjuntak/distilbert-cased-lft
363ce87 verified
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}