@@ -48,21 +48,25 @@ Benchmark for [BAAI/bge-base-en-v1.5](https://huggingface.co/BAAI/bge-base-en-v1
48
48
49
49
### Supported Models
50
50
51
- You can use any BERT model with absolute positions in ` text-embeddings-inference ` . If the model does not have ` safetensors ` weights
52
- you can convert it using [ this space] ( https://huggingface.co/spaces/safetensors/convert ) .
51
+ You can use any BERT or XLM-RoBERTa model with absolute positions in ` text-embeddings-inference ` .
52
+ If the model does not have ` safetensors ` weights you can convert it using [ this space] ( https://huggingface.co/spaces/safetensors/convert ) .
53
53
54
54
** Support for other model types will be added in the future.**
55
55
56
- | MTEB Rank | Model Type | Model ID | Specific Revision |
57
- | -----------| ------------| ------------------------| --------------------------------------------------------------------------|
58
- | 1 | Bert | BAAI/bge-large-en-v1.5 | [ refs/pr/5] ( https://huggingface.co/BAAI/bge-large-en-v1.5/discussions/5 ) |
59
- | 2 | | BAAI/bge-base-en-v1.5 | [ refs/pr/1] ( https://huggingface.co/BAAI/bge-base-en-v1.5/discussions/1 ) |
60
- | 3 | | llmrails/ember-v1 | |
61
- | 4 | | thenlper/gte-large | |
62
- | 5 | | thenlper/gte-base | |
63
- | 6 | | intfloat/e5-large-v2 | |
64
- | 7 | | BAAI/bge-small-en-v1.5 | [ refs/pr/3] ( https://huggingface.co/BAAI/bge-small-en-v1.5/discussions/3 ) |
65
- | 10 | | intfloat/e5-base-v2 | |
56
+ Examples of supported models:
57
+
58
+ | MTEB Rank | Model Type | Model ID | Specific Revision |
59
+ | -----------| --------------| --------------------------------| --------------------------------------------------------------------------|
60
+ | 1 | Bert | BAAI/bge-large-en-v1.5 | [ refs/pr/5] ( https://huggingface.co/BAAI/bge-large-en-v1.5/discussions/5 ) |
61
+ | 2 | | BAAI/bge-base-en-v1.5 | [ refs/pr/1] ( https://huggingface.co/BAAI/bge-base-en-v1.5/discussions/1 ) |
62
+ | 3 | | llmrails/ember-v1 | |
63
+ | 4 | | thenlper/gte-large | |
64
+ | 5 | | thenlper/gte-base | |
65
+ | 6 | | intfloat/e5-large-v2 | |
66
+ | 7 | | BAAI/bge-small-en-v1.5 | [ refs/pr/3] ( https://huggingface.co/BAAI/bge-small-en-v1.5/discussions/3 ) |
67
+ | 10 | | intfloat/e5-base-v2 | |
68
+ | 11 | XLM-RoBERTa | intfloat/multilingual-e5-large | |
69
+
66
70
67
71
You can explore the list of best performing text embeddings models [ here] ( https://huggingface.co/spaces/mteb/leaderboard ) .
68
72
0 commit comments