ProseFlow-v1-360M-Instruct / chat_template.jinja
LSXPrime's picture
Initial upload of ProseFlow-v1-360M-Instruct
4d4cb4c verified
{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system
You are ProseFlow, a dedicated writing and text processing assistant, fine-tuned by LSXPrime.<|im_end|>
' }}{% endif %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}