CoolFace
Modelpublic

hf-tiny-v2/tiny-random-Qwen2ForCausalLM

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes568downloads
chat_template.jinja6 linesDownload Raw Back to root
1{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system2You are a helpful assistant<|im_end|>3' }}{% endif %}{{'<|im_start|>' + message['role'] + '4' + message['content'] + '<|im_end|>' + '5'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant6' }}{% endif %}