Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alephic committed Nov 4, 2021
1 parent 41b8228 commit 70766d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main():
argp.add_argument('--task', type=str, choices=['nli', 'qa'], required=True,
help="""This argument specifies which task to train/evaluate on.
Pass "nli" for natural language inference or "qa" for question answering.
By default, "nli" will use the MNLI dataset, and "qa" will use the SQuAD dataset.""")
By default, "nli" will use the SNLI dataset, and "qa" will use the SQuAD dataset.""")
argp.add_argument('--dataset', type=str, default=None,
help="""This argument overrides the default dataset used for the specified task.""")
argp.add_argument('--max_length', type=int, default=128,
Expand Down

0 comments on commit 70766d0

Please sign in to comment.