davidmezzetti
commited on
Commit
•
576db1d
1
Parent(s):
6410e81
Update README
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ Performance was evaluated using the [NDCG@10](https://en.wikipedia.org/wiki/Disc
|
|
58 |
| Model | NDCG@10 | MAP@10 |
|
59 |
| ---------------------------------------------------------- | ---------- | --------- |
|
60 |
| [bge-base-en-v1.5](https://hf.co/BAAI/bge-large-en-v1.5) | 0.6320 | 0.5485 |
|
61 |
-
| **
|
62 |
| [gte-base](https://hf.co/thenlper/gte-base) | 0.6775 | 0.6350 |
|
63 |
|
64 |
`e5-base` is the best performing model for the evaluation set. This highlights the importance of testing models as `e5-base` is far from the leading model on the [MTEB leaderboard](https://huggingface.co/spaces/mteb/leaderboard). Benchmark datasets are only a guide.
|
|
|
58 |
| Model | NDCG@10 | MAP@10 |
|
59 |
| ---------------------------------------------------------- | ---------- | --------- |
|
60 |
| [bge-base-en-v1.5](https://hf.co/BAAI/bge-large-en-v1.5) | 0.6320 | 0.5485 |
|
61 |
+
| [**e5-base**](https://hf.co/intfloat/e5-base) | **0.7021** | **0.6517** |
|
62 |
| [gte-base](https://hf.co/thenlper/gte-base) | 0.6775 | 0.6350 |
|
63 |
|
64 |
`e5-base` is the best performing model for the evaluation set. This highlights the importance of testing models as `e5-base` is far from the leading model on the [MTEB leaderboard](https://huggingface.co/spaces/mteb/leaderboard). Benchmark datasets are only a guide.
|