Skip to content

Commit c54eb2e

Browse files
docs: add links to README
1 parent f384450 commit c54eb2e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ You can use any BERT or XLM-RoBERTa model with absolute positions in `text-embed
5959

6060
Examples of supported models:
6161

62-
| MTEB Rank | Model Type | Model ID |
63-
|-----------|--------------|--------------------------------|
64-
| 1 | Bert | BAAI/bge-large-en-v1.5 |
65-
| 2 | | BAAI/bge-base-en-v1.5 |
66-
| 3 | | llmrails/ember-v1 |
67-
| 4 | | thenlper/gte-large |
68-
| 5 | | thenlper/gte-base |
69-
| 6 | | intfloat/e5-large-v2 |
70-
| 7 | | BAAI/bge-small-en-v1.5 |
71-
| 10 | | intfloat/e5-base-v2 |
72-
| 11 | XLM-RoBERTa | intfloat/multilingual-e5-large |
62+
| MTEB Rank | Model Type | Model ID |
63+
|-----------|--------------|--------------------------------------------------------------------------------|
64+
| 1 | Bert | [BAAI/bge-large-en-v1.5](https://hf.co/BAAI/bge-large-en-v1.5) |
65+
| 2 | | [BAAI/bge-base-en-v1.5](https://hf.co/BAAI/bge-base-en-v1.5) |
66+
| 3 | | [llmrails/ember-v1](https://hf.co/llmrails/ember-v1) |
67+
| 4 | | [thenlper/gte-large](https://hf.co/thenlper/gte-large) |
68+
| 5 | | [thenlper/gte-base](https://hf.co/thenlper/gte-base) |
69+
| 6 | | [intfloat/e5-large-v2](https://hf.co/intfloat/e5-large-v2) |
70+
| 7 | | [BAAI/bge-small-en-v1.5](https://hf.co/BAAI/bge-small-en-v1.5) |
71+
| 10 | | [intfloat/e5-base-v2](https://hf.co/intfloat/e5-base-v2) |
72+
| 11 | XLM-RoBERTa | [intfloat/multilingual-e5-large](https://hf.co/intfloat/multilingual-e5-large) |
7373

7474

7575
You can explore the list of best performing text embeddings models [here](https://huggingface.co/spaces/mteb/leaderboard).

0 commit comments

Comments
 (0)