Unverified Commit ba67101f authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Fix chatml template (#406)

parent 95c4e0df
...@@ -400,7 +400,7 @@ register_conv_template( ...@@ -400,7 +400,7 @@ register_conv_template(
Conversation( Conversation(
name="chatml", name="chatml",
system_template="<|im_start|>system\n{system_message}", system_template="<|im_start|>system\n{system_message}",
system_message="You are an AI assistant.", system_message="You are a helpful assistant.",
roles=("<|im_start|>user", "<|im_start|>assistant"), roles=("<|im_start|>user", "<|im_start|>assistant"),
sep_style=SeparatorStyle.CHATML, sep_style=SeparatorStyle.CHATML,
sep="<|im_end|>", sep="<|im_end|>",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment