lfm2_1.2b_valheim_16bit / chat_template.jinja
Egrigor's picture
(Trained with Unsloth)
5bcb48a verified
raw
history blame contribute delete
209 Bytes
{{bos_token}}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}