model_perturbations / special_tokens_map.json
cria111's picture
cria111/model_w_perturbations
d627d69 verified
raw
history blame
No virus
132 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}