Safetensors
English
umm
custom_code
Cheers_edit / chat_template.json
xufang's picture
Upload 17 files
e33a8c2 verified
Raw
History Blame Contribute Delete
359 Bytes
{
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}"
}