add default template

This commit is contained in:
hiyouga
2023-06-16 21:12:17 +08:00
parent 334d1a6d26
commit f621f7631a
3 changed files with 19 additions and 6 deletions

View File

@@ -144,7 +144,7 @@ class DataTrainingArguments:
metadata={"help": "Proportion of the dataset to include in the development set, should be between 0.0 and 1.0."}
)
prompt_template: Optional[str] = field(
default="alpaca",
default="default",
metadata={"help": "Which template to use for constructing prompts in training and inference."}
)