Arithmetic-SLM / special_tokens_map.json
PhysiQuanty's picture
Patch tokenizer special tokens for lm_eval compatibility
8e754c4 verified
Raw
History Blame Contribute Delete
252 Bytes
{
"unk_token": "[UNK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"additional_special_tokens": [
"[IM_START]",
"[IM_END]"
],
"bos_token": "[IM_START]",
"eos_token": "[IM_END]"
}