setfit_staqt / staqt /special_tokens_map.json
koutch's picture
updated dummy model with new classes
9c7ac0a
raw
history blame
173 Bytes
{
"bos_token": "[CLS]",
"cls_token": "[CLS]",
"eos_token": "[SEP]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}