CoolFace
Modelpublic

gr1tsaenko/trainer_output

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes3downloads
chat_template.jinja4 linesDownload Raw Back to root
1{% for message in messages %}{{'<|im_start|>' + message['role'] + '2' + message['content'] + '<|im_end|>' + '3'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant4' }}{% endif %}