CoolFace
Modelpublic

DedeProGames/Kiyo-Diffusion-135M

sourceHugging Faceapache-2.0updated 15d agoView on Hugging Face
1likes62downloads
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 %}