glove-25-angular / summary.json
WenxingZhu's picture
Upload folder using huggingface_hub
a7224e1 verified
raw
history blame contribute delete
877 Bytes
{
"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
}
}