Skip to content

Commit 57e93ee

Browse files
committed
new: add small vocab random kw dataset, remove redundant file
1 parent 5674ab2 commit 57e93ee

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

datasets/datasets.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,5 +195,17 @@
195195
"distance": "l2",
196196
"type": "jsonl",
197197
"path": "random-100/"
198+
},
199+
{
200+
"name": "random-100-match-kw-small-vocab",
201+
"vector_size": 256,
202+
"distance": "cosine",
203+
"type": "tar",
204+
"link": "https://storage.googleapis.com/ann-filtered-benchmark/datasets/random_keywords_1m_vocab_10.tgz",
205+
"path": "random-100-match-kw-small-vocab/random_keywords_1m_vocab_10",
206+
"schema": {
207+
"a": "keyword",
208+
"b": "keyword"
209+
}
198210
}
199211
]

datasets/random-100/neighbors.jsonl

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)