MNLP_M2_mcqa_model-4bit-gptq / chat_template.jinja
Andron00e's picture
Upload tokenizer
1b435a0 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 %}