Skip to content

Commit 4c75692

Browse files
committed
Merge branch 'new-flagembedding-v1' of github.com:hanhainebula/FlagEmbedding into new-flagembedding-v1
2 parents 95ce880 + 413000e commit 4c75692

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,10 @@ torchrun --nproc_per_node 2 \
139139
We support evaluations on [MTEB](https://github.com/embeddings-benchmark/mteb), [BEIR](https://github.com/beir-cellar/beir), [MSMARCO](https://microsoft.github.io/msmarco/), [MIRACL](https://github.com/project-miracl/miracl), [MLDR](https://huggingface.co/datasets/Shitao/MLDR), [MKQA](https://github.com/apple/ml-mkqa), [AIR-Bench](https://github.com/AIR-Bench/AIR-Bench), and custom datasets. Below is an example of evaluating MSMARCO passages. For more details, please refer to the [evaluation examples](https://github.com/FlagOpen/FlagEmbedding/tree/master/examples/evaluation).
140140

141141
```shell
142-
export HF_HUB_CACHE="$HOME/.cache/huggingface/hub"
142+
pip install https://github.com/kyamagu/faiss-wheels/releases/download/v1.7.3/faiss_gpu-1.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
143+
```
143144

145+
```shell
144146
python -m FlagEmbedding.evaluation.msmarco \
145147
--eval_name msmarco \
146148
--dataset_dir ./data/msmarco \

0 commit comments

Comments
 (0)