Datasets:
Add task category, library name and project page to metadata (#3)
Browse files- Add task category, library name and project page to metadata (8abe610cfd58263160732317b6b478e5066aac0a)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -27,6 +27,10 @@ configs:
|
|
27 |
path: data/train-*
|
28 |
- split: test
|
29 |
path: data/test-*
|
|
|
|
|
|
|
|
|
30 |
---
|
31 |
|
32 |
# Robo2VLM: Visual Question Answering from Large-Scale In-the-Wild Robot Manipulation Datasets
|
@@ -47,10 +51,4 @@ Paper link: [http://arxiv.org/abs/2505.15517](http://arxiv.org/abs/2505.15517)
|
|
47 |
primaryClass={cs.RO},
|
48 |
url={https://arxiv.org/abs/2505.15517},
|
49 |
}
|
50 |
-
```
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
|
|
27 |
path: data/train-*
|
28 |
- split: test
|
29 |
path: data/test-*
|
30 |
+
task_categories:
|
31 |
+
- table-question-answering
|
32 |
+
library_name: datasets
|
33 |
+
project_page: https://huggingface.co/datasets/keplerccc/Robo2VLM-1
|
34 |
---
|
35 |
|
36 |
# Robo2VLM: Visual Question Answering from Large-Scale In-the-Wild Robot Manipulation Datasets
|
|
|
51 |
primaryClass={cs.RO},
|
52 |
url={https://arxiv.org/abs/2505.15517},
|
53 |
}
|
54 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|