Files
UserLM-8b/chat_template.jinja

2 lines
191 B
Plaintext
Raw Permalink Normal View History

{% for message in messages %}{{ '<|start_header_id|>' + message['role'] + '<|end_header_id|>' }}
{{ message['content'] }}<|eot_id|>{% endfor %}{{ '<|start_header_id|>user<|end_header_id|>' }}