Comment-Moderation / special_tokens_map.json
Vrandan's picture
Tokenizer for best accuracy model
447cccc verified
raw
history blame
132 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}