Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +23 -0
dataset_infos.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"description": "SpatialWorld Benchmark - A Multi-Platform Benchmark for Spatial Reasoning and Embodied Task Execution with Unified Action Space.",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"splits": {
|
| 5 |
+
"test": {
|
| 6 |
+
"num_examples": 588,
|
| 7 |
+
"num_bytes": 748900
|
| 8 |
+
}
|
| 9 |
+
},
|
| 10 |
+
"download_size": 748900,
|
| 11 |
+
"dataset_size": 748900,
|
| 12 |
+
"configs": [
|
| 13 |
+
{
|
| 14 |
+
"config_name": "default",
|
| 15 |
+
"data_files": [
|
| 16 |
+
{
|
| 17 |
+
"split": "test",
|
| 18 |
+
"path": "spatialworld.jsonl"
|
| 19 |
+
}
|
| 20 |
+
]
|
| 21 |
+
}
|
| 22 |
+
]
|
| 23 |
+
}
|