Datasets:
Tasks:
Sentence Similarity
License:
Update README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,17 @@ The datasets can be downloaded manually from this repository, but the benchmark
|
|
33 |
| [yi-128-ip](https://huggingface.co/datasets/vector-index-bench/vibe/blob/main/yi-128-ip.hdf5) | Attention | 187,843 | 128 | IP |
|
34 |
| [llama-128-ip](https://huggingface.co/datasets/vector-index-bench/vibe/blob/main/llama-128-ip.hdf5) | Attention | 256,921 | 128 | IP |
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
## Dataset structure
|
37 |
|
38 |
Each dataset is distributed as an HDF5 file.
|
|
|
33 |
| [yi-128-ip](https://huggingface.co/datasets/vector-index-bench/vibe/blob/main/yi-128-ip.hdf5) | Attention | 187,843 | 128 | IP |
|
34 |
| [llama-128-ip](https://huggingface.co/datasets/vector-index-bench/vibe/blob/main/llama-128-ip.hdf5) | Attention | 256,921 | 128 | IP |
|
35 |
|
36 |
+
## Credit
|
37 |
+
|
38 |
+
The glove-200-cosine dataset uses embeddings from Glove (released under PDDL 1.0):
|
39 |
+
https://nlp.stanford.edu/projects/glove/
|
40 |
+
|
41 |
+
The laion-clip-512-normalized dataset uses a subset of embeddings from LAION-400M (released under CC-BY 4.0):
|
42 |
+
https://laion.ai/blog/laion-400-open-dataset/
|
43 |
+
|
44 |
+
The yandex-200-cosine dataset uses a subset of embeddings from Yandex Text2Image (released under CC-BY 4.0):
|
45 |
+
https://big-ann-benchmarks.com/neurips23.html
|
46 |
+
|
47 |
## Dataset structure
|
48 |
|
49 |
Each dataset is distributed as an HDF5 file.
|