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
41dad89f
Unverified
Commit
41dad89f
authored
Oct 27, 2021
by
Jangwon Park
Committed by
GitHub
Oct 26, 2021
Browse files
chore: typo on ner accelerate example code (#14150)
parent
27c888db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/pytorch/token-classification/run_ner_no_trainer.py
examples/pytorch/token-classification/run_ner_no_trainer.py
+1
-1
No files found.
examples/pytorch/token-classification/run_ner_no_trainer.py
View file @
41dad89f
...
...
@@ -99,7 +99,7 @@ def parse_args():
default
=
128
,
help
=
(
"The maximum total input sequence length after tokenization. Sequences longer than this will be truncated,"
" sequences shorter will be padded if `--pad_to_max_leng
h
t` is passed."
" sequences shorter will be padded if `--pad_to_max_lengt
h
` is passed."
),
)
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