mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-12-16 11:50:35 +08:00
add prompt template class
This commit is contained in:
@@ -141,7 +141,7 @@ class DataTrainingArguments:
|
||||
default=0,
|
||||
metadata={"help": "Proportion of the dataset to include in the development set, should be between 0.0 and 1.0."}
|
||||
)
|
||||
prompt_template: Optional[Literal["alpaca", "ziya"]] = field(
|
||||
prompt_template: Optional[Literal["alpaca", "vicuna", "ziya"]] = field(
|
||||
default="alpaca",
|
||||
metadata={"help": "Which template to use for constructing prompts in training."}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user