SonaMath-0.5B / tokenizer_meta.json
HaniAI's picture
SonaMath-0.5B: rebrand from JunMath + SFT GSM8K full 13.8%
3738a13 verified
Raw
History Blame Contribute Delete
482 Bytes
{
"vocab_size": 32000,
"type": "BPE",
"individual_digits": true,
"pre_tokenizer": "Digits(individual=True) + ByteLevel",
"normalizer": "NFKC + whitespace",
"purpose": "English + Math reasoning for SonaMath",
"special_tokens": [
"<pad>",
"<bos>",
"<eos>",
"<unk>",
"<think>",
"</think>",
"<step>",
"</step>",
"<answer>",
"</answer>",
"<equation>",
"</equation>",
"<op>",
"</op>",
"<lang>",
"</lang>"
]
}