datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
wave-uiLICENSE
wave-ui-25k
WaveUI-25k
This dataset contains 25k examples of labeled UI elements. It is a subset of a collection of ~80k preprocessed examples assembled from the following sources:
WebUI
RoboFlow
GroundUI-18K
These datasets were preprocessed to have matching schemas and to filter out unwanted examples, such as duplicated, overlapping and low-quality datapoints. We also filtered out many text elements which were not in the main scope of this work.
The WaveUI-25k dataset includes the original… See the full description on the dataset page: https://huggingface.co/datasets/agentsea/wave-ui-25k.UI-Genie-Agent
cua-lite/UI-Genie-Agent
cua-lite preprocessed version of UI-Genie-Agent (HanXiao1999/UI-Genie-Agent-16k). Mobile/Android multi-step agent trajectories from two subsets: ui_genie (UI-Genie-Agent-16k) and amex (an AMEX re-annotation). Mapped to the use task type with per-step action descriptions.
Origin
https://huggingface.co/datasets/HanXiao1999/UI-Genie-Agent-16k
Load via datasets
from datasets import load_dataset
# entire dataset
ds =… See the full description on the dataset page: https://huggingface.co/datasets/cua-lite/UI-Genie-Agent.
