Falcon-E-3B-Instruct-1.58bit / chat_template.jinja
prince-canuma's picture
Add files using upload-large-folder tool
026a343 verified
{{ bos_token }}{% for message in messages %}{{ '<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>
' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}