Add task category
Browse filesThis PR adds the task category to the dataset card, ensuring the dataset is discoverable under https://huggingface.co/datasets?task_categories=task_categories:robotics.
README.md
CHANGED
@@ -2,7 +2,10 @@
|
|
2 |
license: apache-2.0
|
3 |
size_categories:
|
4 |
- 1K<n<10K
|
|
|
|
|
5 |
---
|
|
|
6 |
# LearnGUI: A Unified Demonstration Benchmark for Mobile GUI Agents
|
7 |
|
8 |
<div align="center">
|
@@ -98,4 +101,4 @@ LearnGUI offers several advantages over existing GUI datasets:
|
|
98 |
|
99 |
## 📄 License
|
100 |
|
101 |
-
This dataset is licensed under Apache License 2.0.
|
|
|
2 |
license: apache-2.0
|
3 |
size_categories:
|
4 |
- 1K<n<10K
|
5 |
+
task_categories:
|
6 |
+
- robotics
|
7 |
---
|
8 |
+
|
9 |
# LearnGUI: A Unified Demonstration Benchmark for Mobile GUI Agents
|
10 |
|
11 |
<div align="center">
|
|
|
101 |
|
102 |
## 📄 License
|
103 |
|
104 |
+
This dataset is licensed under Apache License 2.0.
|