Skip to content

Commit

Permalink
update mteb eval
Browse files Browse the repository at this point in the history
  • Loading branch information
545999961 committed Nov 15, 2024
1 parent 3e9c603 commit 4c1b67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlagEmbedding/evaluation/mteb/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,5 +151,5 @@ def run(self):

ensure_dir(self.eval_args.eval_output_path)
logger.info("Start computing metrics. Only save results as json.")
tasks_results = self.read_results(f"{output_folder}/{str(self.retriever)}/no_model_name_available/no_revision_available", new_tasks)
tasks_results = self.read_results(f"{output_folder}/{str(self.retriever)}/no_model_name_available/no_revision_available", tasks)
self.output_json(tasks_results, self.eval_args.eval_output_path)

0 comments on commit 4c1b67b

Please sign in to comment.