absolute-harmfulness-predictor-redteam / special_tokens_map.json
g8a9's picture
Upload folder using huggingface_hub
148a4d6
raw
history blame
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]"
}