adversarial_trainer / special_tokens_map.json
michalzajac's picture
AlignmentResearch/robust_llm_wkf9hrss_from_bert-base-uncased
3723d19 verified
raw
history blame
125 Bytes
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}