Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiclive committed Jun 17, 2024
1 parent 84aa114 commit 49d676c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mteb/tasks/Reranking/multilingual/MIRACLReranking.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ def _evaluate_subset(
**kwargs: Any,
) -> ScoresDict:
evaluator = RerankingEvaluator(
samples=data_split, evaluator_type="miracl", task_name=self.metadata.name, **kwargs
samples=data_split,
evaluator_type="miracl",
task_name=self.metadata.name,
**kwargs,
)
scores = evaluator(model)

Expand Down

0 comments on commit 49d676c

Please sign in to comment.