fix: Fix alpaca prompt error

This commit is contained in:
FangYin Cheng 2023-08-18 17:18:01 +08:00
parent 75c0bc8877
commit efd17593ce

View File

@ -339,7 +339,7 @@ register_conv_template(
register_conv_template(
Conversation(
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"),
messages=(),
offset=0,