Trinity-Large-Base-Magnum-SFT / chat_template.jinja
Delta-Vector's picture
Add NewEden configuration and tokenizer
b4a2d09 verified
Raw
History Blame Contribute Delete
244 Bytes
{{ bos_token }}{% for message in messages %}{{ '<|im_start|>' + message['role'] + '\n' + (message.get('prefix') or '') + message['content'] + '<|im_end|>\n' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}