arshiaafshani commited on
Commit
089ca6b
·
verified ·
1 Parent(s): 9e6710e

Delete chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +0 -1
chat_template.jinja DELETED
@@ -1 +0,0 @@
1
- {{ bos_token }}{% for message in messages %}{% if message['role'] == 'user' %}{{ '<|start_header_id|>user<|end_header_id|> ' + message['content'] + ' <|eot_id|>' }}{% elif message['role'] == 'assistant' %}{{ '<|start_header_id|>assistant<|end_header_id|> ' + message['content'] + ' <|eot_id|>' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|> ' }}{% endif %}