Skip to content

Commit

Permalink
fixing prompt template of chatml by removal of linebreak (axolotl-ai-…
Browse files Browse the repository at this point in the history
…cloud#922)

Co-authored-by: Timothy  Lim <timothyyonglee.lim@kxrdev.com>
  • Loading branch information
timothylimyl and Timothy Lim committed Dec 9, 2023
1 parent 1c544c8 commit 91fe3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axolotl/prompt_strategies/sharegpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
system_message="You are a helpful assistant.",
roles=["<|im_start|>user", "<|im_start|>assistant"],
sep_style=SeparatorStyle.CHATML,
sep="<|im_end|>\n",
sep="<|im_end|>",
)
)

Expand Down

0 comments on commit 91fe3a1

Please sign in to comment.