MNLP_M2_mcqa_model / chat_template.jinja
cyberbabooshka's picture
End of training
06affeb verified
raw
history blame contribute delete
159 Bytes
{%- for message in messages %}
{{- message.content.strip('\n') + '\n' }}
{%- endfor %} {%- if not add_generation_prompt %}
{{- '<|im_end|>' }}
{%- endif %}