FINER-SQL-0.5B-Spider / chat_template.jinja
thanhdath's picture
Initial upload of FINER-SQL-0.5B-Spider weights (mirror of thanhdath/FINER-SQL-0.5B-Spider)
58badbe verified
raw
history blame contribute delete
196 Bytes
{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}