@@ -59,17 +59,17 @@ You can use any BERT or XLM-RoBERTa model with absolute positions in `text-embed
59
59
60
60
Examples of supported models:
61
61
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 ) |
73
73
74
74
75
75
You can explore the list of best performing text embeddings models [ here] ( https://huggingface.co/spaces/mteb/leaderboard ) .
0 commit comments