Fix 'eval_split_name' described as defaulting to 'train' (#15348)
The default is correct (`test`) but the description is not.
This commit is contained in:
@@ -152,7 +152,7 @@ class DataTrainingArguments:
|
|||||||
eval_split_name: str = field(
|
eval_split_name: str = field(
|
||||||
default="test",
|
default="test",
|
||||||
metadata={
|
metadata={
|
||||||
"help": "The name of the training data set split to use (via the datasets library). Defaults to 'train'"
|
"help": "The name of the training data set split to use (via the datasets library). Defaults to 'test'"
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
audio_column_name: str = field(
|
audio_column_name: str = field(
|
||||||
|
|||||||
Reference in New Issue
Block a user