File size: 877 Bytes
a7224e1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
{
"train": {
"name": "glove-25-angular",
"size": "117.621 MB",
"num_rows": 1183514,
"num_columns": 2,
"schema": {
"idx": "int64",
"emb": "list<element: float>"
},
"num_files": 1
},
"test": {
"name": "glove-25-angular",
"size": "1.169 MB",
"num_rows": 10000,
"num_columns": 2,
"schema": {
"idx": "int64",
"emb": "list<element: float>"
},
"num_files": 1
},
"neighbors": {
"name": "glove-25-angular",
"size": "98.665 MB",
"num_rows": 10000,
"num_columns": 8,
"schema": {
"idx": "int64",
"neighbors_id": "list<element: int64>",
"neighbors_distance": "list<element: double>",
"metric": "string",
"query_expr": "null",
"pk_field_name": "string",
"vector_field_name": "string",
"top_k": "int64"
},
"num_files": 1
}
} |