tiny-random-FlexOlmoForCausalLM / chat_template.jinja
hf-transformers-bot's picture
Update tiny models for FlexOlmoForCausalLM
4829dee verified
Raw
History Blame Contribute Delete
196 Bytes
{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}