lfm2-vl-iconclass / chat_template.jinja
davanstrien's picture
davanstrien HF Staff
Training in progress, step 50
3f8a149 verified
raw
history blame contribute delete
434 Bytes
{{bos_token}}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
'}}{% if message['content'] is string %}{{ message['content'] }}{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' %}{{ '<image>' }}{% elif content['type'] == 'text' %}{{ content['text'] }}{% endif %}{% endfor %}{% endif %}{{'<|im_end|>
'}}{% endfor %}{% if add_generation_prompt %}{{'<|im_start|>assistant
' }}{% endif %}