out / special_tokens_map.json
LightFury9's picture
LightFury9/dsc253_kaggle_c_bert_1
5e03be0 verified
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}