bert-base-binary-toxic / special_tokens_map.json
affahrizain's picture
pretrained bert for binary toxic classification
a3c7cc1
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}