WenxingZhu
commited on
Upload folder using huggingface_hub
Browse files- README.md +44 -0
- metadata.json +12 -0
- neighbors/neighbors-vector-emb-pk-idx-expr-None-metric-l2.parquet +3 -0
- schema.json +22 -0
- summary.json +41 -0
- test/test-00001-of-00001.parquet +3 -0
- train/train-00001-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: train
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: train/*
|
7 |
+
- config_name: test
|
8 |
+
data_files:
|
9 |
+
- split: test
|
10 |
+
path: test/*
|
11 |
+
- config_name: neighbors
|
12 |
+
data_files:
|
13 |
+
- split: neighbors
|
14 |
+
path: neighbors/*
|
15 |
+
---
|
16 |
+
|
17 |
+
# Dataset Overview
|
18 |
+
|
19 |
+
dataset: sift-128-euclidean
|
20 |
+
|
21 |
+
## Metadata
|
22 |
+
|
23 |
+
|
24 |
+
- **Creation Time**: 2025-01-07 11:37:52+0000
|
25 |
+
- **Update Time**: 2025-01-07 11:38:07+0000
|
26 |
+
- **Source**: https://github.com/erikbern/ann-benchmarks
|
27 |
+
- **Task**: N/A
|
28 |
+
- **Train Samples**: N/A
|
29 |
+
- **Test Samples**: N/A
|
30 |
+
- **License**: DISCLAIMER AND LICENSE NOTICE:
|
31 |
+
1. This dataset is intended for benchmarking and research purposes only.
|
32 |
+
2. The source data used in this dataset retains its original license and copyright. Users must comply with the respective licenses of the original data sources.
|
33 |
+
3. The ground truth part of the dataset (including but not limited to annotations, labels, and evaluation metrics) is licensed under Apache 2.0.
|
34 |
+
4. This dataset is provided 'AS IS' without any warranty. The dataset maintainers are not responsible for any copyright violations arising from the use of the source data.
|
35 |
+
5. If you are the copyright holder of any source data and believe it has been included inappropriately, please contact us for prompt removal.
|
36 |
+
6. Commercial use of this dataset must ensure compliance with the original data sources' licenses and obtain necessary permissions where required.
|
37 |
+
|
38 |
+
## Dataset Statistics
|
39 |
+
|
40 |
+
| Split | Name | Size | Num Rows | Num Columns | Schema | Num Files |
|
41 |
+
| --- | --- | --- | --- | --- | --- | --- |
|
42 |
+
| train | sift-128-euclidean | 122.057 MB | 1000000 | 2 | {<br> "idx": "int64",<br> "emb": "list<element: float>"<br>} | 1 |
|
43 |
+
| test | sift-128-euclidean | 1.240 MB | 10000 | 2 | {<br> "idx": "int64",<br> "emb": "list<element: float>"<br>} | 1 |
|
44 |
+
| neighbors | sift-128-euclidean | 87.858 MB | 10000 | 8 | {<br> "idx": "int64",<br> "neighbors_id": "list<element: int64>",<br> "neighbors_distance": "list<element: double>",<br> "metric": "string",<br> "query_expr": "null",<br> "pk_field_name": "string",<br> "vector_field_name": "string",<br> "top_k": "int64"<br>} | 1 |
|
metadata.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "sift-128-euclidean",
|
3 |
+
"created_at": "2025-01-07 11:37:52+0000",
|
4 |
+
"updated_at": "2025-01-07 11:38:07+0000",
|
5 |
+
"train": 0,
|
6 |
+
"test": 0,
|
7 |
+
"source": "https://github.com/erikbern/ann-benchmarks",
|
8 |
+
"task": null,
|
9 |
+
"dense_model": null,
|
10 |
+
"sparse_model": null,
|
11 |
+
"license": "DISCLAIMER AND LICENSE NOTICE:\n1. This dataset is intended for benchmarking and research purposes only.\n2. The source data used in this dataset retains its original license and copyright. Users must comply with the respective licenses of the original data sources.\n3. The ground truth part of the dataset (including but not limited to annotations, labels, and evaluation metrics) is licensed under Apache 2.0.\n4. This dataset is provided 'AS IS' without any warranty. The dataset maintainers are not responsible for any copyright violations arising from the use of the source data.\n5. If you are the copyright holder of any source data and believe it has been included inappropriately, please contact us for prompt removal.\n6. Commercial use of this dataset must ensure compliance with the original data sources' licenses and obtain necessary permissions where required."
|
12 |
+
}
|
neighbors/neighbors-vector-emb-pk-idx-expr-None-metric-l2.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cfaf349c344ef350cded63b390a349acbb4f3a3b040ce162062a5d557eb1f16
|
3 |
+
size 92126059
|
schema.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_id": false,
|
3 |
+
"description": "sift-128-euclidean",
|
4 |
+
"fields": [
|
5 |
+
{
|
6 |
+
"name": "idx",
|
7 |
+
"description": "",
|
8 |
+
"type": 5,
|
9 |
+
"is_primary": true,
|
10 |
+
"auto_id": false
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"name": "emb",
|
14 |
+
"description": "",
|
15 |
+
"type": 101,
|
16 |
+
"params": {
|
17 |
+
"dim": 128
|
18 |
+
}
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"enable_dynamic_field": false
|
22 |
+
}
|
summary.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"train": {
|
3 |
+
"name": "sift-128-euclidean",
|
4 |
+
"size": "122.057 MB",
|
5 |
+
"num_rows": 1000000,
|
6 |
+
"num_columns": 2,
|
7 |
+
"schema": {
|
8 |
+
"idx": "int64",
|
9 |
+
"emb": "list<element: float>"
|
10 |
+
},
|
11 |
+
"num_files": 1
|
12 |
+
},
|
13 |
+
"test": {
|
14 |
+
"name": "sift-128-euclidean",
|
15 |
+
"size": "1.240 MB",
|
16 |
+
"num_rows": 10000,
|
17 |
+
"num_columns": 2,
|
18 |
+
"schema": {
|
19 |
+
"idx": "int64",
|
20 |
+
"emb": "list<element: float>"
|
21 |
+
},
|
22 |
+
"num_files": 1
|
23 |
+
},
|
24 |
+
"neighbors": {
|
25 |
+
"name": "sift-128-euclidean",
|
26 |
+
"size": "87.858 MB",
|
27 |
+
"num_rows": 10000,
|
28 |
+
"num_columns": 8,
|
29 |
+
"schema": {
|
30 |
+
"idx": "int64",
|
31 |
+
"neighbors_id": "list<element: int64>",
|
32 |
+
"neighbors_distance": "list<element: double>",
|
33 |
+
"metric": "string",
|
34 |
+
"query_expr": "null",
|
35 |
+
"pk_field_name": "string",
|
36 |
+
"vector_field_name": "string",
|
37 |
+
"top_k": "int64"
|
38 |
+
},
|
39 |
+
"num_files": 1
|
40 |
+
}
|
41 |
+
}
|
test/test-00001-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51d7f320eb8a47ab27fc63613266d1f6e5967eb76884b74456f949a2f2a46489
|
3 |
+
size 1300396
|
train/train-00001-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e43380126ef4d038558a2518c1c2a6c194d46ee44a8dd333d14e7d3aa1798213
|
3 |
+
size 127985835
|