SonaMath-0.5B / special_tokens_map.json
HaniAI's picture
Release JunMath-0.5B research preview (weights + tokenizer + model card)
0c9aadd verified
Raw
History Blame Contribute Delete
319 Bytes
{
"bos_token": "<bos>",
"eos_token": "<eos>",
"pad_token": "<pad>",
"unk_token": "<unk>",
"additional_special_tokens": [
"<think>",
"</think>",
"<step>",
"</step>",
"<answer>",
"</answer>",
"<equation>",
"</equation>",
"<op>",
"</op>",
"<lang>",
"</lang>"
]
}