CoolFace
Modelpublic

modrill/math-nothink-o7b-20260908

sourceHugging Faceapache-2.0updated 17d agoView on Hugging Face
0likes234downloads
chat_template.jinja4 linesDownload Raw Back to root
1{% for message in messages %}{{'<|im_start|>' + message['role'] + '2' + message['content'] + '<|im_end|>' + '3'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant4' }}{% endif %}