distilbert_finetuned_ai4privacy / special_tokens_map.json
Isotonic's picture
Training in progress, step 500
b30df2b
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}