add default template
Former-commit-id: c64fb6b83fdbedd62073417213f0215207ff1311
This commit is contained in:
@@ -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."}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user