We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9abcfc8 commit 5790d94Copy full SHA for 5790d94
2 files changed
docs/source/API/evaluation.rst
@@ -2,5 +2,10 @@ Evaluation
2
==========
3
4
.. toctree::
5
+ evaluation/mteb
6
+ evaluation/airbench
7
+ evaluation/msmarco
8
+ evaluation/beir
9
evaluation/miracl
- evaluation/mkqa
10
+ evaluation/mkqa
11
+ evaluation/mldr
docs/source/API/evaluation/beir.rst
@@ -34,7 +34,6 @@ Or by running:
34
--embedder_name_or_path BAAI/bge-large-en-v1.5 \
35
--reranker_name_or_path BAAI/bge-reranker-v2-m3 \
36
--devices cuda:0 cuda:1 \
37
- --cache_dir \
38
--reranker_max_length 1024 \
39
40
change the embedder, devices and cache directory to your preference.
0 commit comments