Skip to content

Commit

Permalink
Fixed bge-base-en-v1.5 Dp yaml typo (#2484)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-ming233 authored May 2, 2024
1 parent 3abc2a0 commit 2331882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/reproduce/beir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ conditions:
display: "bge-base-en-v1.5 cached queries"
display_html: "bge-base-en-v1.5 cached queries"
display_row: ""
command: java -cp $fatjar io.anserini.search.SearchCollection -threads $threads -index beir-v1.0.0-$topics.bge-base-en-v1.5 -topics beir-$topics.bge-base-en-v1.5 -output $output -threads 16 -efSearch 1000 -removeQuery
command: java -cp $fatjar io.anserini.search.SearchHnswDenseVectors -threads $threads -index beir-v1.0.0-$topics.bge-base-en-v1.5 -topics beir-$topics.bge-base-en-v1.5 -output $output -threads 16 -efSearch 1000 -removeQuery
topics:
- topic_key: trec-covid
eval_key: beir-v1.0.0-trec-covid.test
Expand Down Expand Up @@ -613,7 +613,7 @@ conditions:
display: "bge-base-en-v1.5 ONNX query encoding"
display_html: "bge-base-en-v1.5 ONNX query encoding"
display_row: ""
command: java -cp $fatjar io.anserini.search.SearchCollection -threads $threads -index beir-v1.0.0-$topics.bge-base-en-v1.5 -topics beir-$topics -encoder BgeBaseEn15 -output $output -threads 16 -efSearch 1000 -removeQuery
command: java -cp $fatjar io.anserini.search.SearchHnswDenseVectors -threads $threads -index beir-v1.0.0-$topics.bge-base-en-v1.5 -topics beir-$topics -encoder BgeBaseEn15 -output $output -threads 16 -efSearch 1000 -removeQuery
topics:
- topic_key: trec-covid
eval_key: beir-v1.0.0-trec-covid.test
Expand Down

0 comments on commit 2331882

Please sign in to comment.