UserLM-8b / chat_template.jinja
philippelaban's picture
Upload folder using huggingface_hub
dd5713c 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|>' }}