Skip to content

Commit

Permalink
try quora
Browse files Browse the repository at this point in the history
  • Loading branch information
edknv committed Nov 8, 2023
1 parent 1a6a215 commit b3e51a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/report/beir/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ def test_no_invalid_scores(
@pytest.mark.benchmark(
warmup_iterations=1,
)
def test_fiqa_all_MiniLM_L6_v2(
def test_quora_all_MiniLM_L6_v2(
benchmark,
):
@benchmark
def report(
batch_size=64,
dataset="fiqa",
batch_size=128,
dataset="quora",
model_name="sentence-transformers/all-MiniLM-L6-v2",
k=10,
):
Expand Down

0 comments on commit b3e51a0

Please sign in to comment.