Add task category to dataset card
Browse filesThis PR adds `task_categories` metadata, sets it to `robotics`, and includes other relevant tags for the dataset.
README.md
CHANGED
@@ -1,7 +1,12 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
# AGUVIS Collection
|
|
|
1 |
---
|
2 |
+
task_categories:
|
3 |
+
- robotics
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- gui
|
8 |
+
- interaction
|
9 |
+
- vision
|
10 |
---
|
11 |
|
12 |
# AGUVIS Collection
|