--do_lower_case is duplicated in parser args

Deleting one repetition (please review!)
This commit is contained in:
Davide Fiocco
2019-02-13 15:30:05 +01:00
committed by GitHub
parent 4e56da38d9
commit 65df0d78ed

View File

@@ -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,