Skip to content

Commit

Permalink
add a newline after im_end token
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Sep 25, 2023
1 parent b2d5daa commit 7763abe
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|>",
sep="<|im_end|>\n",
)
)

Expand Down

0 comments on commit 7763abe

Please sign in to comment.