Apertus-8B-2509-4bit-SINQ / chat_template.jinja
chiaraboretti's picture
Initial upload: sharded safetensors + tokenizer
5e55758 verified
raw
history blame contribute delete
127 Bytes
{% for m in messages -%}
{{ m['role'] }}: {{ m['content'] }}
{% endfor -%}
{% if add_generation_prompt %}assistant: {% endif %}