Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
19732cc0
Unverified
Commit
19732cc0
authored
Jan 26, 2022
by
François REMY
Committed by
GitHub
Jan 26, 2022
Browse files
Fix 'eval_split_name' described as defaulting to 'train' (#15348)
The default is correct (`test`) but the description is not.
parent
5d8b9860
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/pytorch/speech-recognition/run_speech_recognition_ctc.py
.../pytorch/speech-recognition/run_speech_recognition_ctc.py
+1
-1
No files found.
examples/pytorch/speech-recognition/run_speech_recognition_ctc.py
View file @
19732cc0
...
@@ -152,7 +152,7 @@ class DataTrainingArguments:
...
@@ -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 't
rain
'"
"help"
:
"The name of the training data set split to use (via the datasets library). Defaults to 't
est
'"
},
},
)
)
audio_column_name
:
str
=
field
(
audio_column_name
:
str
=
field
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment