Files
Supra2-100M-Instruct/chat_template.jinja

4 lines
155 B
Plaintext
Raw Permalink Normal View History

{% for m in messages %}<|im_start|>{{ m['role'] }}
{{ m['content'] }}<|im_end|>
{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
{% endif %}