chempileedu-safetyreplay5-from-pbsftmix-cite-sf30-normal-3b-nbd / additional_chat_templates /epe-template-nosys.jinja
Stage-3 fine-tune on jablonkagroup/chempile-instruction/chempile-education (template=epe-template-nosys, lr=1e-4) from pbsftmix-cite-sf30-normal-3b-nbd
f92cc71 verified | {% for message in messages %}{% if message['role'] == 'assistant' %}{{'<|im_start|><assistant>' + message['content'] + '<|im_end|>' + ' | |
| '}}{% else %}{{'<|im_start|>' + message['role'] + ' | |
| ' + message['content'] + '<|im_end|>' + ' | |
| '}}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|><assistant>' }}{% endif %} |