Mistral-qwq-12b-merge-4bit / chat_template.jinja
Disya's picture
Upload folder using huggingface_hub
3939ef5 verified
{{- bos_token }}{% for message in messages %}{{ '<|im_start|>' + message['role'] | trim + '
' + message['content'].split('</think>')[-1] | trim + '<|im_end|>' }}{% if not loop.last %}{{ '
' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '
' + '<|im_start|>assistant
<think>
' }}{% endif %}