test-heretic-lora / chat_template.jinja
ThijsL202's picture
Upload model trained with Unsloth
ab31f30 verified
raw
history blame contribute delete
199 Bytes
{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}