Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
0094eba3
Unverified
Commit
0094eba3
authored
Jan 31, 2022
by
François REMY
Committed by
GitHub
Jan 31, 2022
Browse files
Fix additional DataTrainingArguments documentation (#15408)
(This is an editorial change only)
parent
ee5de663
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/pytorch/speech-recognition/run_speech_recognition_ctc.py
.../pytorch/speech-recognition/run_speech_recognition_ctc.py
+2
-2
No files found.
examples/pytorch/speech-recognition/run_speech_recognition_ctc.py
View file @
0094eba3
...
...
@@ -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
(
...
...
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