Skip to content

Commit

Permalink
chore: benchmark naming
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuades committed Nov 20, 2024
1 parent 37ddab2 commit 8fe1288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mteb/benchmarks/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def load_results(
)

MTEB_RETRIEVAL_MEDICAL = Benchmark(
name="medMTEB",
name="MTEB(Medical)",
tasks=get_tasks(
tasks=[
"CUREv1",
Expand All @@ -326,7 +326,7 @@ def load_results(
"CMedQAv2-reranking",
],
),
description="medMTEB: A curated set of MTEB tasks designed to evaluate systems in the context of medical information retrieval.",
description="A curated set of MTEB tasks designed to evaluate systems in the context of medical information retrieval.",
reference="",
citation=None,
)
Expand Down

0 comments on commit 8fe1288

Please sign in to comment.