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
3830b3f7
Unverified
Commit
3830b3f7
authored
Dec 24, 2022
by
Márton Makrai
Committed by
GitHub
Dec 24, 2022
Browse files
Fixes typo in the help text for --max_length (#20883)
parent
a081f292
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/pytorch/text-classification/run_glue_no_trainer.py
examples/pytorch/text-classification/run_glue_no_trainer.py
+1
-1
No files found.
examples/pytorch/text-classification/run_glue_no_trainer.py
View file @
3830b3f7
...
@@ -88,7 +88,7 @@ def parse_args():
...
@@ -88,7 +88,7 @@ def parse_args():
default
=
128
,
default
=
128
,
help
=
(
help
=
(
"The maximum total input sequence length after tokenization. Sequences longer than this will be truncated,"
"The maximum total input sequence length after tokenization. Sequences longer than this will be truncated,"
" sequences shorter will be padded if `--pad_to_max_lengh` is passed."
" sequences shorter will be padded if `--pad_to_max_leng
t
h` is passed."
),
),
)
)
parser
.
add_argument
(
parser
.
add_argument
(
...
...
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