Text Generation
Safetensors
English
llama
bitnet
1.58-bit
code
falcon
ternary
conversational
falcon-coder-3b / chat_template.jinja
anthonylee991's picture
Falcon-Coder-3B 1.58-bit base (BF16, post-SFT)
c17d8e1 verified
Raw
History Blame Contribute Delete
208 Bytes
{{ bos_token }}{% for message in messages %}{{ '<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>
' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}