Argonne-Qwen1.5-0.5B-think / tokenizer_config.json
PursuitOfDataScience's picture
Argonne-Qwen1.5-0.5B-think: 0.5B CoT reasoner (Argonne recipe); beats 2.88B 3.0-think on self-cons/pass@K/GSM-Plus
0d15555 verified
Raw
History Blame Contribute Delete
662 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"errors": "replace",
"extra_special_tokens": [
"<|im_start|>",
"<|im_end|>"
],
"is_local": true,
"local_files_only": true,
"model_max_length": 32768,
"pad_token": "<|endoftext|>",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null,
"chat_template": "{% for m in messages %}{{ '<|im_start|>' + m['role'] + '\n' + (m['content'] | trim) + '<|im_end|>' + '\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}"
}