distilbert-rss-ad-detection / special_tokens_map.json
SoroushXYZ's picture
Initial model upload - DistilBERT RSS Advertisement Detection
27f183f verified
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}