hyperclovax-1.5b-erp-nl2sql / chat_template.jinja
yeongseok11's picture
Upload Best Checkpoint (5 Epochs, Acc 62.0%)
6264fb1 verified
raw
history blame contribute delete
291 Bytes
{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}