Stage-3 fine-tune on jablonkagroup/chempile-instruction/chempile-education (template=epe-template-nosys, lr=1e-4) from pbsftmix-cite-sf30-epe-3b-nobce-rmid-normal
d148104 verified | {% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system | |
| You are a helpful AI assistant.<|im_end|> | |
| ' }}{% endif %}{{'<|im_start|>' + message['role'] + ' | |
| ' + message['content'] + '<|im_end|>' + ' | |
| '}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant | |
| ' }}{% endif %} |