internlm-xcomposer2d5-7b-write / chat_template.jinja
daluggas's picture
Upload folder using huggingface_hub
452c431 verified
raw
history blame contribute delete
211 Bytes
{{ bos_token }}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
' + message['content'] + '<|im_end|>' + '
'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
' }}{% endif %}