DeepBrainz-SmolLM3-Mid-Sanity / chat_template.jinja
ArunkumarVR's picture
Training in progress, step 30
cb2fd5b verified
raw
history blame contribute delete
217 Bytes
{%- for message in messages -%}
{{- "<|im_start|>" + message.role + "\n" + message.content + "<|im_end|>" + "\n" -}}
{%- endfor -%}
{%- if add_generation_prompt -%}
{{- "<|im_start|>assistant\n" -}}
{%- endif -%}