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
7a3147e9
Unverified
Commit
7a3147e9
authored
Oct 19, 2021
by
Weizhe Yuan
Committed by
GitHub
Oct 18, 2021
Browse files
fix typo (#14049)
parent
d5ff69fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/pytorch/summarization/run_summarization_no_trainer.py
...les/pytorch/summarization/run_summarization_no_trainer.py
+1
-1
No files found.
examples/pytorch/summarization/run_summarization_no_trainer.py
View file @
7a3147e9
...
@@ -86,7 +86,7 @@ summarization_name_mapping = {
...
@@ -86,7 +86,7 @@ summarization_name_mapping = {
def
parse_args
():
def
parse_args
():
parser
=
argparse
.
ArgumentParser
(
description
=
"Finetune a transformers model on a
text classific
ation task"
)
parser
=
argparse
.
ArgumentParser
(
description
=
"Finetune a transformers model on a
summariz
ation task"
)
parser
.
add_argument
(
parser
.
add_argument
(
"--dataset_name"
,
"--dataset_name"
,
type
=
str
,
type
=
str
,
...
...
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