aug_14_x_lr / policy /chat_template.jinja
Prathyusha101's picture
End of training
a53d5e7 verified
raw
history blame
167 Bytes
{% for message in messages %}{{message['role'].capitalize() + ': ' + message['content'] + '
'}}{% endfor %}{% if add_generation_prompt %}{{ 'Assistant:' }}{% endif %}