Add task category, link to paper and project page
Browse filesAdds the `image-text-to-text` task category to the dataset, making it easier to find. Also includes a link to the project page and associated paper for more context.
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- image-text-to-text
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the GUI-Lasagne dataset used to train SpiritSight Agent, as described in the paper [SpiritSight Agent: Advanced GUI Agent with One Look](https://huggingface.co/papers/2503.03196).
|
8 |
+
|
9 |
+
Project Page: https://hzhiyuan.github.io/SpiritSight-Agent
|