CoolFace
Modelpublic

build-small-hackathon/MiniCPM4-8B-PaperProf

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes11downloads
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 %}