UserLM-8b-4bit / chat_template.jinja
Felladrin's picture
Upload chat_template.jinja with huggingface_hub
36c9cf4 verified
raw
history blame contribute delete
191 Bytes
{% for message in messages %}{{ '<|start_header_id|>' + message['role'] + '<|end_header_id|>' }}
{{ message['content'] }}<|eot_id|>{% endfor %}{{ '<|start_header_id|>user<|end_header_id|>' }}