microsoft_UserLM-8b-EXL3 / chat_template.jinja
ArtusDev's picture
Upload folder using huggingface_hub
98c96bb verified
raw
history blame
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|>' }}