toxic_comments_classification_base_model / special_tokens_map.json
NahedAbdelgaber's picture
Upload tokenizer
48ecc29
raw
history blame
No virus
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}