LFM2-2.6B-FRMOO-V2 / chat_template.jinja
madoss's picture
(Trained with Unsloth)
6df1583 verified
raw
history blame contribute delete
210 Bytes
{{bos_token}}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}