distilbert_finetuned_ai4privacy / onnx /special_tokens_map.json
Isotonic's picture
Adding ONNX file of this model (#2)
0f07758
raw
history blame contribute delete
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}