CoolFace
Modelpublic

BytesTalk/PersonaMini-1-small

sourceHugging Facemitupdated 2mo agoView on Hugging Face
1likes142downloads
chat_template.jinja5 linesDownload Raw Back to root
1{% for m in messages %}{% if m['role'] == 'user' %}### USER:
2{{ m['content'] }}
3
4### ASSISTANT:
5{% elif m['role'] == 'assistant' %}{{ m['content'] }}{{ eos_token }}{% endif %}{% endfor %}