diff --git a/unsloth/chat_templates.py b/unsloth/chat_templates.py index f83df579b1..d81413ae70 100644 --- a/unsloth/chat_templates.py +++ b/unsloth/chat_templates.py @@ -472,8 +472,8 @@ pass # =========================================== Phi-3 +# "{{ bos_token }}"\ # Phi-3.5 removes BOS? phi3_template = \ - # "{{ bos_token }}"\ # Phi-3.5 removes BOS? "{% for message in messages %}"\ "{% if message['role'] == 'user' %}"\ "{{'<|user|>\n' + message['content'] + '<|end|>\n'}}"\