UserLM-8b-mlx-fp16 / chat_template.jinja
m-i's picture
Upload chat_template.jinja with huggingface_hub
63a530f 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|>' }}