testing-without-deepspeed / chat_template.jinja
sravanthib's picture
Training in progress, step 10
86b2c19 verified
raw
history blame contribute delete
194 Bytes
{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{'<|im_start|>assistant
'}}{% endif %}