add default template

Former-commit-id: c64fb6b83fdbedd62073417213f0215207ff1311
This commit is contained in:
hiyouga
2023-06-16 21:12:17 +08:00
parent 7dc1f06a97
commit de2c418637
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."}
)