nielsr HF Staff commited on
Commit
9b72d2d
·
verified ·
1 Parent(s): bc3e0c9

Add initial dataset card for ZonUI-3B dataset

Browse files

This PR adds the initial dataset card for the dataset used in the paper [ZonUI-3B: A Lightweight Vision-Language Model for Cross-Resolution GUI Grounding](https://huggingface.co/papers/2506.23491). It includes:
- The `image-text-to-text` task category.
- Relevant tags such as `gui`, `grounding`, `multimodal`, `vision-language-model`, and `cross-resolution`.
- The `language` as `en` and `size_categories` to `10K<n<100K`.
- A description of the dataset's purpose and characteristics.

Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-text-to-text
4
+ language:
5
+ - en
6
+ tags:
7
+ - gui
8
+ - grounding
9
+ - vision-language-model
10
+ - multimodal
11
+ - cross-resolution
12
+ size_categories:
13
+ - 10K<n<100K
14
+ ---
15
+
16
+ This repository contains the cross-platform, multi-resolution dataset of 24K examples, specifically designed for Graphical User Interface (GUI) grounding tasks, as introduced in the paper [ZonUI-3B: A Lightweight Vision-Language Model for Cross-Resolution GUI Grounding](https://huggingface.co/papers/2506.23491).
17
+
18
+ The dataset comprises examples from diverse sources, including mobile, desktop, and web GUI screenshots, aiming to effectively address data scarcity in high-resolution desktop environments. It was utilized for training and evaluating Vision-Language Models like ZonUI-3B.