Upload folder using huggingface_hub
Browse files- README.md +44 -0
- metadata.json +12 -0
- neighbors/neighbors-vector-emb-pk-idx-expr-None-metric-cosine.parquet +3 -0
- schema.json +22 -0
- summary.json +41 -0
- test/test-00001-of-00001.parquet +3 -0
- train/train-00001-of-00009.parquet +3 -0
- train/train-00002-of-00009.parquet +3 -0
- train/train-00003-of-00009.parquet +3 -0
- train/train-00004-of-00009.parquet +3 -0
- train/train-00005-of-00009.parquet +3 -0
- train/train-00006-of-00009.parquet +3 -0
- train/train-00007-of-00009.parquet +3 -0
- train/train-00008-of-00009.parquet +3 -0
- train/train-00009-of-00009.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: deep-image-96-angular
|
20 |
+
|
21 |
+
## Metadata
|
22 |
+
|
23 |
+
|
24 |
+
- **Creation Time**: 2025-01-06 10:07:52+0000
|
25 |
+
- **Update Time**: 2025-01-07 09:57:02+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 | deep-image-96-angular | 3713.600 MB | 9990000 | 2 | {<br> "idx": "int64",<br> "emb": "list<element: float>"<br>} | 9 |
|
43 |
+
| test | deep-image-96-angular | 4.316 MB | 10000 | 2 | {<br> "idx": "int64",<br> "emb": "list<element: float>"<br>} | 1 |
|
44 |
+
| neighbors | deep-image-96-angular | 64.957 MB | 7000 | 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": "deep-image-96-angular",
|
3 |
+
"created_at": "2025-01-06 10:07:52+0000",
|
4 |
+
"updated_at": "2025-01-07 09:57:02+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-cosine.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12941b1294d8f2309a8df0af8a67bae1dbcf0bfed46569863787e98eb135c519
|
3 |
+
size 68111827
|
schema.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_id": false,
|
3 |
+
"description": "deep-image-96-angular",
|
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": 96
|
18 |
+
}
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"enable_dynamic_field": false
|
22 |
+
}
|
summary.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"train": {
|
3 |
+
"name": "deep-image-96-angular",
|
4 |
+
"size": "3713.600 MB",
|
5 |
+
"num_rows": 9990000,
|
6 |
+
"num_columns": 2,
|
7 |
+
"schema": {
|
8 |
+
"idx": "int64",
|
9 |
+
"emb": "list<element: float>"
|
10 |
+
},
|
11 |
+
"num_files": 9
|
12 |
+
},
|
13 |
+
"test": {
|
14 |
+
"name": "deep-image-96-angular",
|
15 |
+
"size": "4.316 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": "deep-image-96-angular",
|
26 |
+
"size": "64.957 MB",
|
27 |
+
"num_rows": 7000,
|
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:353e93ff22318bf03855692d2ca27ef63b1508952adab13616fabd5c5c56c101
|
3 |
+
size 4526173
|
train/train-00001-of-00009.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4bf74de9545358c035bc44b09ff3f0ace65245cb63c79d98c5ff485e67c5507
|
3 |
+
size 452175099
|
train/train-00002-of-00009.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d676f37497b5d1d91c570dd3ffb1bcd641f718c035eb6d01d88dd193bd57113
|
3 |
+
size 452175930
|
train/train-00003-of-00009.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5648d962465e3f2a5e2e676faeb35189763e544e01947ccb973e038798e9370b
|
3 |
+
size 452175529
|
train/train-00004-of-00009.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7378bdb274d89f22a1a7290a711c4d7c5bbd7d55888a61bcd8f38f90fd9c968
|
3 |
+
size 452175915
|
train/train-00005-of-00009.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1566f46ae3a86ad4045855fa5d336d7b844307c28091475c7ea71e65ff83510b
|
3 |
+
size 452175452
|
train/train-00006-of-00009.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03811e1cbde5868967c77464c48cc5565de69f7f0ecd084f23ac9afd28197483
|
3 |
+
size 276586959
|
train/train-00007-of-00009.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42120f5121d76b7dd539f50e085ea8d01e9ddb62d02160e5d8adea5bc09b78b5
|
3 |
+
size 452175487
|
train/train-00008-of-00009.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3293be92ad90125c76cb181148dedbcff501ba4f211634aa4588734eb36693c
|
3 |
+
size 452175993
|
train/train-00009-of-00009.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95dde940a55e00c4aa8d347e5664d0b5ed2b50a0b9fc29d40743cc7e25b14fed
|
3 |
+
size 452175371
|