Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,53 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
size_categories:
|
4 |
+
- 100M<n<1B
|
5 |
---
|
6 |
+
# Marqo Benchmark Embeddings
|
7 |
+
|
8 |
+
This dataset contains a large collection of embeddings from popular models on benchmark datasets. In addition to this, the passage data also includes the local intrinsic dimensionality (LID) for every vector considering its exact nearest 100 neighbours, LID is calculated using a Maximum Likelihood Estimation based approach.
|
9 |
+
|
10 |
+
Below is a list of the datasets and the models, every datasets queries and passages are embedded with every model.
|
11 |
+
|
12 |
+
## Datasets
|
13 |
+
|
14 |
+
+ arguana
|
15 |
+
+ treccovid
|
16 |
+
+ nfcorpus
|
17 |
+
+ quora
|
18 |
+
+ scifact
|
19 |
+
+ scidocs
|
20 |
+
|
21 |
+
## Models
|
22 |
+
+ intfloat/e5-small
|
23 |
+
+ intfloat/e5-base
|
24 |
+
+ intfloat/e5-base-v2
|
25 |
+
+ intfloat/e5-small-v2
|
26 |
+
+ BAAI/bge-base-en
|
27 |
+
+ BAAI/bge-small-en
|
28 |
+
+ BAAI/bge-base-en-v1.5
|
29 |
+
+ BAAI/bge-small-en-v1.5
|
30 |
+
+ thenlper/gte-base
|
31 |
+
+ intfloat/multilingual-e5-base
|
32 |
+
+ intfloat/multilingual-e5-small
|
33 |
+
+ llmrails/ember-v1
|
34 |
+
+ infgrad/stella-base-en-v2
|
35 |
+
+ sentence-transformers/all-MiniLM-L6-v2
|
36 |
+
+ TaylorAI/bge-micro
|
37 |
+
+ intfloat/multilingual-e5-large
|
38 |
+
+ intfloat/e5-small
|
39 |
+
+ intfloat/e5-base
|
40 |
+
+ intfloat/e5-base-v2
|
41 |
+
+ intfloat/e5-small-v2
|
42 |
+
+ BAAI/bge-base-en
|
43 |
+
+ BAAI/bge-small-en
|
44 |
+
+ BAAI/bge-base-en-v1.5
|
45 |
+
+ BAAI/bge-small-en-v1.5
|
46 |
+
+ thenlper/gte-base
|
47 |
+
+ intfloat/multilingual-e5-base
|
48 |
+
+ intfloat/multilingual-e5-small
|
49 |
+
+ llmrails/ember-v1
|
50 |
+
+ infgrad/stella-base-en-v2
|
51 |
+
+ sentence-transformers/all-MiniLM-L6-v2
|
52 |
+
+ TaylorAI/bge-micro
|
53 |
+
+ intfloat/multilingual-e5-large
|