CoolFace
Modelpublic

ssdataanalysis/Hebrew_Nemo-mlx-fp16

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
0likes16downloads
chat_template.jinja5 linesDownload Raw Back to root
1{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '2' + message['content'] + '<|im_end|>' + '3'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant4' }}{% endif %}5