|
--- |
|
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: lastfm-64-dot |
|
|
|
## Metadata |
|
|
|
|
|
- **Creation Time**: 2025-01-06 11:09:48+0000 |
|
- **Update Time**: 2025-01-07 11:48:10+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 | lastfm-64-dot | 74.537 MB | 292385 | 2 | {<br> "idx": "int64",<br> "emb": "list<element: float>"<br>} | 1 | |
|
| test | lastfm-64-dot | 19.540 MB | 50000 | 2 | {<br> "idx": "int64",<br> "emb": "list<element: double>"<br>} | 1 | |
|
| neighbors | lastfm-64-dot | 374.346 MB | 50000 | 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 | |
|
|