Spatialworld commited on
Commit
5777496
·
verified ·
1 Parent(s): eebe8a2

Delete dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_info.json +0 -38
dataset_info.json DELETED
@@ -1,38 +0,0 @@
1
- {
2
- "description": "SpatialWorld Benchmark - A Multi-Platform Benchmark for Spatial Reasoning and Embodied Task Execution. This is an anonymized version prepared for NeurIPS 2026 peer review. Author information will be added upon acceptance.",
3
- "version": "1.0.0",
4
- "license": "cc-by-nc-4.0",
5
- "splits": {
6
- "train": {
7
- "num_examples": 12,
8
- "num_bytes": 12352
9
- }
10
- },
11
- "download_size": 12352,
12
- "dataset_size": 12352,
13
- "task_categories": [
14
- "embodied-ai",
15
- "vision-language",
16
- "spatial-reasoning",
17
- "3d-navigation",
18
- "multi-agent"
19
- ],
20
- "tags": [
21
- "embodied-ai",
22
- "vision-language",
23
- "spatial-reasoning",
24
- "3d-navigation",
25
- "multi-agent"
26
- ],
27
- "configs": [
28
- {
29
- "config_name": "default",
30
- "data_files": [
31
- {
32
- "split": "train",
33
- "path": "data/spatialworld_samples.parquet"
34
- }
35
- ]
36
- }
37
- ]
38
- }