omarmohamed commited on
Commit
cd3e1fa
·
verified ·
1 Parent(s): 2345c37

Delete chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +0 -5
chat_template.jinja DELETED
@@ -1,5 +0,0 @@
1
- {% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>
2
-
3
- '+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>
4
-
5
- ' }}{% endif %}