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
06f341de
Unverified
Commit
06f341de
authored
Sep 20, 2022
by
Santiago Castro
Committed by
GitHub
Sep 20, 2022
Browse files
Add a missing space in a script arg documentation (#19113)
parent
36b9a994
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/pytorch/language-modeling/run_mlm.py
examples/pytorch/language-modeling/run_mlm.py
+1
-1
No files found.
examples/pytorch/language-modeling/run_mlm.py
View file @
06f341de
...
@@ -72,7 +72,7 @@ class ModelArguments:
...
@@ -72,7 +72,7 @@ class ModelArguments:
default
=
None
,
default
=
None
,
metadata
=
{
metadata
=
{
"help"
:
(
"help"
:
(
"The model checkpoint for weights initialization.Don't set if you want to train a model from scratch."
"The model checkpoint for weights initialization.
Don't set if you want to train a model from scratch."
)
)
},
},
)
)
...
...
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