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
65df0d78
Unverified
Commit
65df0d78
authored
Feb 13, 2019
by
Davide Fiocco
Committed by
GitHub
Feb 13, 2019
Browse files
--do_lower_case is duplicated in parser args
Deleting one repetition (please review!)
parent
4e56da38
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
examples/run_lm_finetuning.py
examples/run_lm_finetuning.py
+0
-1
No files found.
examples/run_lm_finetuning.py
View file @
65df0d78
...
...
@@ -419,7 +419,6 @@ def main():
help
=
"The output directory where the model checkpoints will be written."
)
## Other parameters
parser
.
add_argument
(
"--do_lower_case"
,
action
=
'store_true'
,
help
=
"Set this flag if you are using an uncased model."
)
parser
.
add_argument
(
"--max_seq_length"
,
default
=
128
,
type
=
int
,
...
...
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