albert-spam-filter / special_tokens_map.json
NotShrirang's picture
Upload tokenizer
a48e542
raw
history blame contribute delete
No virus
173 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "<pad>",
"sep_token": "[SEP]",
"unk_token": "<unk>"
}