five

cua-lite/GUI-360

收藏
Hugging Face2026-04-20 更新2026-04-26 收录
下载链接:
https://hf-mirror.com/datasets/cua-lite/GUI-360
下载链接
链接失效反馈
官方服务:
资源简介:
--- license: other tags: - cua-lite - gui - sft task_categories: - image-text-to-text configs: - config_name: default data_files: - split: train path: - "*/*/train*parquet" - "*/*/train/*.parquet" - "*/*/train/*/*.parquet" - split: validation path: - "*/*/validation*parquet" - "*/*/validation/*.parquet" - "*/*/validation/*/*.parquet" - config_name: desktop-grounding-action data_files: - split: train path: - "desktop/grounding-action/train*parquet" - "desktop/grounding-action/train/*.parquet" - "desktop/grounding-action/train/*/*.parquet" - split: validation path: - "desktop/grounding-action/validation*parquet" - "desktop/grounding-action/validation/*.parquet" - "desktop/grounding-action/validation/*/*.parquet" - config_name: desktop-grounding-point data_files: - split: train path: - "desktop/grounding-point/train*parquet" - "desktop/grounding-point/train/*.parquet" - "desktop/grounding-point/train/*/*.parquet" - split: validation path: - "desktop/grounding-point/validation*parquet" - "desktop/grounding-point/validation/*.parquet" - "desktop/grounding-point/validation/*/*.parquet" - config_name: desktop-understanding data_files: - split: train path: - "desktop/understanding/train*parquet" - "desktop/understanding/train/*.parquet" - "desktop/understanding/train/*/*.parquet" - split: validation path: - "desktop/understanding/validation*parquet" - "desktop/understanding/validation/*.parquet" - "desktop/understanding/validation/*/*.parquet" --- # cua-lite/GUI-360 cua-lite preprocessed version of GUI-360, a desktop GUI dataset (Windows Office workflows at 1036×728). Covers three task types: grounding:action (UI element action prediction), grounding:point (coordinate localization), and understanding (screen parsing). ## Origin - [https://huggingface.co/datasets/vyokky/GUI-360](https://huggingface.co/datasets/vyokky/GUI-360) ## Load via `datasets` ```python from datasets import load_dataset # entire dataset ds = load_dataset("cua-lite/GUI-360") # just one (platform, task_type) cohort ds = load_dataset("cua-lite/GUI-360", "desktop-grounding-action") ``` You can also filter by `metadata.platform` / `metadata.task_type` / `metadata.others.*` after loading; every row carries a rich `metadata` struct (see schema below). ## Schema Each row has these columns: | column | type | notes | |---|---|---| | `image_ids` | list[string] | content-addressed ids (`<sha256>.<ext>`), enables cross-parquet / cross-dataset dedup | | `images` | list[Image] | bytes embedded at HF push time; matches `image_ids` index-for-index | | `messages` | list[struct] | OpenAI-style turns with `role` + structured `content` | | `metadata` | struct | `{platform, task_type, split, others{...}}` | Coordinate values in `messages` are normalized to `[0, 1000]` integers. ## Layout ``` <platform>/<task_type>/<split>.parquet # single-variant cohort <platform>/<task_type>/<split>/<variant>.parquet # multi-variant cohort <platform>/<task_type>/<split>/shard-NNNNN-of-NNNNN.parquet # + sharded single-variant <platform>/<task_type>/<split>/<variant>/shard-NNNNN-of-NNNNN.parquet # + sharded multi-variant ``` - `platform` ∈ {desktop, mobile, web} - `task_type` directory uses a hyphen where the metadata value uses a colon: `grounding-action/` → `grounding:action` - `split` ∈ {train, validation} — `validation` is an in-distribution held-out slice (never used in training); `test` is reserved for out-of-distribution benchmark datasets ## Stats | platform | task_type | variant | train | validation | |---|---|---|---:|---:| | desktop | grounding:action | action | 96,394 | 1,972 | | desktop | grounding:point | point | 77,901 | 1,585 | | desktop | understanding | screen_parsing | 95,382 | 1,969 | ## Image storage Images are content-addressed by SHA-256 and deduplicated within this repo. The `images` column on HuggingFace embeds raw bytes so the Hub viewer renders thumbnails and `datasets.load_dataset` works out of the box. For local workflows (SFT export, cross-dataset dedup, split rebalancing), run [`reverse.py`](https://github.com/cua-lite/cua-lite/tree/main/scripts/hf_upload) on a cloned repo: it extracts each unique `image_id` once to a shared `image_store/<hash[:2]>/<hash>.<ext>` and rewrites the parquets to drop the `images` column, so rows reference images by hash id only. The shared store is reusable across datasets — the same image in two repos lands in one file. - Total unique images: **0** - Store size: **0.00 GB** ## Notes Coordinates normalized to [0, 1000]. Original 1036×728 screenshots retained. ## License & citation See original dataset (vyokky/GUI-360) See https://huggingface.co/datasets/vyokky/GUI-360
提供机构:
cua-lite
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作