fix: Fix alpaca prompt error (#464)

This commit is contained in:
Aries-ckt
2023-08-18 17:36:57 +08:00
committed by GitHub

View File

@@ -339,7 +339,7 @@ register_conv_template(
register_conv_template( register_conv_template(
Conversation( Conversation(
name="alpaca", name="alpaca",
system_message="Below is an instruction that describes a task. Write a response that appropriately completes the request.", system="Below is an instruction that describes a task. Write a response that appropriately completes the request.",
roles=("### Instruction", "### Response"), roles=("### Instruction", "### Response"),
messages=(), messages=(),
offset=0, offset=0,