Unverified Commit 0094eba3 authored by François REMY's avatar François REMY Committed by GitHub
Browse files

Fix additional DataTrainingArguments documentation (#15408)

(This is an editorial change only)
parent ee5de663
......@@ -146,13 +146,13 @@ class DataTrainingArguments:
train_split_name: str = field(
default="train+validation",
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 'train+validation'"
},
)
eval_split_name: str = field(
default="test",
metadata={
"help": "The name of the training data set split to use (via the datasets library). Defaults to 'test'"
"help": "The name of the evaluation data set split to use (via the datasets library). Defaults to 'test'"
},
)
audio_column_name: str = field(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment