We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8b986 commit 19732ccCopy full SHA for 19732cc
examples/pytorch/speech-recognition/run_speech_recognition_ctc.py
@@ -152,7 +152,7 @@ class DataTrainingArguments:
152
eval_split_name: str = field(
153
default="test",
154
metadata={
155
- "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'"
156
},
157
)
158
audio_column_name: str = field(
0 commit comments