Skip to content

Commit

Permalink
fix: bm25s (#1827)
Browse files Browse the repository at this point in the history
Co-authored-by: sam021313 <[email protected]>
  • Loading branch information
sam-hey and sam-hey authored Jan 17, 2025
1 parent 74b495c commit 96420a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mteb/evaluation/evaluators/RetrievalEvaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ def __call__(
corpus,
queries,
self.top_k,
score_function="bm25",
task_name=self.task_name, # type: ignore
)
else:
Expand Down

0 comments on commit 96420a2

Please sign in to comment.