We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef51aeb commit 774b512Copy full SHA for 774b512
2 files changed
examples/evaluation/README.md
@@ -140,6 +140,7 @@ python -m FlagEmbedding.evaluation.beir \
140
--eval_output_method markdown \
141
--eval_output_path ./beir/beir_eval_results.md \
142
--eval_metrics ndcg_at_10 recall_at_100 \
143
+ --ignore_identical_ids True \
144
--embedder_name_or_path BAAI/bge-m3 \
145
--reranker_name_or_path BAAI/bge-reranker-v2-m3 \
146
--devices cuda:0 cuda:1 \
examples/evaluation/beir/eval_beir.sh
@@ -18,6 +18,7 @@ eval_args="\
18
19
20
21
22
"
23
24
model_args="\
0 commit comments