WenxingZhu commited on
Commit
a7224e1
·
verified ·
1 Parent(s): f6eb5a8

Upload folder using huggingface_hub

Browse files
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: glove-25-angular
20
+
21
+ ## Metadata
22
+
23
+
24
+ - **Creation Time**: 2025-01-07 11:05:52+0000
25
+ - **Update Time**: 2025-01-07 11:06: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 | glove-25-angular | 117.621 MB | 1183514 | 2 | {<br> "idx": "int64",<br> "emb": "list<element: float>"<br>} | 1 |
43
+ | test | glove-25-angular | 1.169 MB | 10000 | 2 | {<br> "idx": "int64",<br> "emb": "list<element: float>"<br>} | 1 |
44
+ | neighbors | glove-25-angular | 98.665 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": "glove-25-angular",
3
+ "created_at": "2025-01-07 11:05:52+0000",
4
+ "updated_at": "2025-01-07 11:06: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:1a101de4e079bd6cbabce973c99f47c54f1cbee59bf1425cdd3e03a9603e923e
3
+ size 103457343
schema.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_id": false,
3
+ "description": "glove-25-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": 25
18
+ }
19
+ }
20
+ ],
21
+ "enable_dynamic_field": false
22
+ }
summary.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train": {
3
+ "name": "glove-25-angular",
4
+ "size": "117.621 MB",
5
+ "num_rows": 1183514,
6
+ "num_columns": 2,
7
+ "schema": {
8
+ "idx": "int64",
9
+ "emb": "list<element: float>"
10
+ },
11
+ "num_files": 1
12
+ },
13
+ "test": {
14
+ "name": "glove-25-angular",
15
+ "size": "1.169 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": "glove-25-angular",
26
+ "size": "98.665 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:bad9e6e988c503e583f1010e20c7927e0e5b655981cbfe750874dfbc6e48724a
3
+ size 1226283
train/train-00001-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96e6b2b8875ffb909674e268a1a7841dd27778875fa576970ad33cbea1c0b2fb
3
+ size 123334875