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
424419f5
Unverified
Commit
424419f5
authored
Apr 07, 2021
by
Stas Bekman
Committed by
GitHub
Apr 07, 2021
Browse files
[examples] fix white space (#11099)
these get concatenated without whitespace, so fix it
parent
c9035e45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/language-modeling/run_clm.py
examples/language-modeling/run_clm.py
+2
-2
No files found.
examples/language-modeling/run_clm.py
View file @
424419f5
...
@@ -136,8 +136,8 @@ class DataTrainingArguments:
...
@@ -136,8 +136,8 @@ class DataTrainingArguments:
block_size
:
Optional
[
int
]
=
field
(
block_size
:
Optional
[
int
]
=
field
(
default
=
None
,
default
=
None
,
metadata
=
{
metadata
=
{
"help"
:
"Optional input sequence length after tokenization."
"help"
:
"Optional input sequence length after tokenization.
"
"The training dataset will be truncated in block of this size for training."
"The training dataset will be truncated in block of this size for training.
"
"Default to the model max input length for single sentence inputs (take into account special tokens)."
"Default to the model max input length for single sentence inputs (take into account special tokens)."
},
},
)
)
...
...
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