Skip to content

Commit

Permalink
Update evaluate.py (#2537)
Browse files Browse the repository at this point in the history
fix typo of in_batch_negative evaluate.py
  • Loading branch information
ArtificialZeng authored Jun 16, 2022
1 parent bc84454 commit 4a23b50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# yapf: disable
parser = argparse.ArgumentParser()
parser.add_argument("--similar_text_pair", type=str,
default='', help="The full path of similat pair file")
default='', help="The full path of similar pair file")
parser.add_argument("--recall_result_file", type=str,
default='', help="The full path of recall result file")
parser.add_argument("--recall_num", type=int, default=10,
Expand Down

0 comments on commit 4a23b50

Please sign in to comment.