CoolFace
Modelpublic

SlitherCode/tiny-edu-166m

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes8downloads
chat_template.jinja1 linesDownload Raw Back to root
1{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ 'system\nYou are a helpful assistant<|endoftext|>\n' }}{% endif %}{{ message['role'] + '\n' + message['content'] + '<|endoftext|>' + '\n' }}{% endfor %}{% if add_generation_prompt %}{{ 'assistant\n' }}{% endif %}