Skip to content

Commit 35c72e2

Browse files
authored
Add vector_count and description to cohere dataset
1 parent de1cbc0 commit 35c72e2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

datasets/datasets.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,14 +1303,18 @@
13031303
"distance": "dot",
13041304
"type": "h5",
13051305
"path": "cohere-768-1M/cohere-768-1M.hdf5",
1306-
"link": "https://dbyiw3u3rf9yr.cloudfront.net/corpora/vectorsearch/cohere-wikipedia-22-12-en-embeddings/documents-1m.hdf5.bz2"
1306+
"link": "https://dbyiw3u3rf9yr.cloudfront.net/corpora/vectorsearch/cohere-wikipedia-22-12-en-embeddings/documents-1m.hdf5.bz2",
1307+
"vector_count": 1000000,
1308+
"description": "Wikipedia embeddings"
13071309
},
13081310
{
13091311
"name": "cohere-768-10M",
13101312
"vector_size": 768,
13111313
"distance": "dot",
13121314
"type": "h5",
13131315
"path": "cohere-768-10M/cohere-768-10M.hdf5",
1314-
"link": "https://dbyiw3u3rf9yr.cloudfront.net/corpora/vectorsearch/cohere-wikipedia-22-12-en-embeddings/documents-10m.hdf5.bz2"
1316+
"link": "https://dbyiw3u3rf9yr.cloudfront.net/corpora/vectorsearch/cohere-wikipedia-22-12-en-embeddings/documents-10m.hdf5.bz2",
1317+
"vector_count": 10000000,
1318+
"description": "Wikipedia embeddings"
13151319
}
1316-
]
1320+
]

0 commit comments

Comments
 (0)