spitfire4794 commited on
Commit
ee20602
·
verified ·
1 Parent(s): 127af50

Delete chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +0 -4
chat_template.jinja DELETED
@@ -1,4 +0,0 @@
1
- {{ bos_token }}{% for message in messages %}{{ '<|im_start|>' + message['role'] + '
2
- ' + message['content'] + '<|im_end|>
3
- ' }}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
4
- ' }}{% endif %}