F1 / model /chat_template.jinja
likhonsheikh's picture
Upload model/chat_template.jinja with huggingface_hub
61d5670 verified
raw
history blame
77 Bytes
{% for message in messages %}{{ message.content }}{{ eos_token }}{% endfor %}