| --- |
| configs: |
| - config_name: train |
| data_files: |
| - split: train |
| path: train/* |
| - config_name: test |
| data_files: |
| - split: test |
| path: test/* |
| - config_name: neighbors |
| data_files: |
| - split: neighbors |
| path: neighbors/* |
| --- |
| |
| # Dataset Overview |
|
|
| dataset: deep-image-96-angular |
|
|
| ## Metadata |
|
|
|
|
| - **Creation Time**: 2025-01-06 10:07:52+0000 |
| - **Update Time**: 2025-01-07 09:57:02+0000 |
| - **Source**: https://github.com/erikbern/ann-benchmarks |
| - **Task**: N/A |
| - **Train Samples**: N/A |
| - **Test Samples**: N/A |
| - **License**: DISCLAIMER AND LICENSE NOTICE: |
| 1. This dataset is intended for benchmarking and research purposes only. |
| 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. |
| 3. The ground truth part of the dataset (including but not limited to annotations, labels, and evaluation metrics) is licensed under Apache 2.0. |
| 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. |
| 5. If you are the copyright holder of any source data and believe it has been included inappropriately, please contact us for prompt removal. |
| 6. Commercial use of this dataset must ensure compliance with the original data sources' licenses and obtain necessary permissions where required. |
|
|
| ## Dataset Statistics |
|
|
| | Split | Name | Size | Num Rows | Num Columns | Schema | Num Files | |
| | --- | --- | --- | --- | --- | --- | --- | |
| | train | deep-image-96-angular | 3713.600 MB | 9990000 | 2 | {<br> "idx": "int64",<br> "emb": "list<element: float>"<br>} | 9 | |
| | test | deep-image-96-angular | 4.316 MB | 10000 | 2 | {<br> "idx": "int64",<br> "emb": "list<element: float>"<br>} | 1 | |
| | 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 | |
|
|