Vistral-24B-Instruct / chat_template.jinja
LakoMoor's picture
Upload folder using huggingface_hub
beb8065 verified
raw
history blame contribute delete
323 Bytes
{{ bos_token }}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>
'+ message['content'] | trim + '</s>' %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>
' }}{% endif %}