Datasets:

ArXiv:
License:
nielsr HF Staff commited on
Commit
d1499e5
·
verified ·
1 Parent(s): fcc2a09

Add task category, link to paper and project page

Browse files

Adds 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.

Files changed (1) hide show
  1. README.md +9 -3
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