GPUburnout-2B-75K-Chat-DPO / chat_template.jinja
GPUburnout's picture
Upload GPUburnout-2B-75K-Chat-DPO (SFT + DPO aligned, 7/8 clean)
d389dfa verified
raw
history blame contribute delete
173 Bytes
{% for message in messages %}<|im_start|>{{ message['role'] }}
{{ message['content'] }}<|im_end|>
{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
{% endif %}