default to mmlu-zs
This commit is contained in:
@@ -132,7 +132,7 @@ class AxolotlTrainingArguments(TrainingArguments):
|
|||||||
default="eval", metadata={"help": "The MMLU split to run on"}
|
default="eval", metadata={"help": "The MMLU split to run on"}
|
||||||
)
|
)
|
||||||
mmlu_dataset: Optional[str] = field(
|
mmlu_dataset: Optional[str] = field(
|
||||||
default="mmlu-fs",
|
default="mmlu-zs",
|
||||||
metadata={
|
metadata={
|
||||||
"help": "MMLU dataset to use: options are `mmlu-zs` for zero-shot or `mmlu-fs` for few shot."
|
"help": "MMLU dataset to use: options are `mmlu-zs` for zero-shot or `mmlu-fs` for few shot."
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user