Datasets:
File size: 565 Bytes
9757b0d | 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 | {
"task": "Task2",
"purpose": "Lightweight ground-truth annotations for evaluation; no RGB or visualization payloads.",
"columns": [
"sample_id",
"query_id",
"traverse_vector",
"cost_vector",
"region_vector"
],
"splits": {
"easy": {
"file": "easy.parquet",
"num_rows": 7659,
"size_bytes": 40369
},
"medium": {
"file": "medium.parquet",
"num_rows": 3712,
"size_bytes": 33618
},
"hard": {
"file": "hard.parquet",
"num_rows": 1604,
"size_bytes": 17510
}
}
}
|