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