CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01cua-lite /Lite.ScaleCUA cua-lite/Lite.ScaleCUA Lite.ScaleCUA grounded teacher trajectories collected on ScaleCUA's OSWorld tasks and judges via the cua-lite lite.scalecua runtime, from two teachers published as separate configs (*.gpt5_5 from gpt-5.5, *.qwen3_8_27b from Qwen/Qwen3.8-27B) and annotated by the same quality pass; ordinary quality gates tagged in metadata.others.exclude_reason, publish-invalid tool leaks/OOB coordinates hard-dropped (filter with not exclude_reason and episode_return>0.5)… See the full description on the dataset page: https://huggingface.co/datasets/cua-lite/Lite.ScaleCUA.imageimage-text-to-text100K<n<1M1 likes2.9k downloads12d agoHugging Face02cua-lite /Lite.CUAGym cua-lite/Lite.CUAGym Lite.CUAGym grounded teacher trajectories collected on CUA-Gym task bundles and reward functions via the cua-lite lite.cuagym runtime, from two teachers published as separate configs (*.gpt5_5 from gpt-5.5, *.qwen3_8_27b from Qwen/Qwen3.8-27B) and annotated by the same quality pass; trajectories kept except /opt/env and OOB-coordinate hard-drops, quality gates tagged in metadata.others.exclude_reason (filter with not exclude_reason and episode_return>0.5)… See the full description on the dataset page: https://huggingface.co/datasets/cua-lite/Lite.CUAGym.imageimage-text-to-text10K<n<100K0 likes2.2k downloads13d agoHugging Face03cua-blender /cua-blender3d1K<n<10K0 likes1.8k downloads2mo agoHugging Face04cua-lite /Aguvis cua-lite/Aguvis cua-lite preprocessed version of Aguvis (xlangai/aguvis-stage1 + xlangai/aguvis-stage2). A large-scale composite GUI dataset using a unified PyAutoGUI action format across mobile / browser / desktop. Stage 1 → grounding.action (single-step locate-and-click across SeeClick, GUIEnv, WebUI, RicoSCA, RICO Icon, Widget Captioning, UI RefExp, OmniACT); Stage 2 → use (multi-step trajectories from AndroidControl, AitW, MiniWoB++, COAT, GUIDE). Origin… See the full description on the dataset page: https://huggingface.co/datasets/cua-lite/Aguvis.imageimage-text-to-text1M<n<10M1 likes1.4k downloads1mo agoHugging Face05mlfoundations-cua-dev /easyr1-grounding-dataset-30k-not_grounded-SE-GUI-3B-2MPimage10K<n<100K1 likes1.3k downloads1y agoHugging Face06cua-lite /lite.osworld-assets assets/synth/ — real-content asset bundle for synth tasks Real images / audio / video / document templates that synth task pre_config_steps materialize into the container. Hosted on HuggingFace and downloaded at install time (see Lifecycle below); referenced from train.synth.jsonl by stable relative path. Sibling directories under assets/ may be added later for other bundles (e.g., assets/eval-reuse/ for OSWorld eval-asset copies, assets/shared/ for cross-bundle resources). Each… See the full description on the dataset page: https://huggingface.co/datasets/cua-lite/lite.osworld-assets.imagen<1K0 likes1.2k downloads3mo agoHugging Face07ZJUSCL /CUAStepBench CUAStepBench CUAStepBench is a benchmark of 278 human-annotated GUI-agent trajectories for evaluating trajectory-level reward judges. Each trajectory records an agent attempting a task in a real GUI environment (web, desktop, or mobile), together with human ground-truth annotations of task success and per-step quality. It is the companion evaluation dataset of SeekJudge, a reward framework for reinforcement learning in computer-use agents. Homepage… See the full description on the dataset page: https://huggingface.co/datasets/ZJUSCL/CUAStepBench.imageothern<1K2 likes1.2k downloads23d agoHugging Face08cua-lite /WebGym cua-lite/WebGym WebGym gpt-5.5 trajectories collected on WebGym OmniBoxes tasks and judge via the cua-lite webgym runtime — 25/60/15 site-start difficulty tiers + curated popular-2102 pool, balanced prompt, serp-only+loop cleaned Origin https://github.com/microsoft/webgym https://huggingface.co/datasets/microsoft/webgym_tasks https://arxiv.org/abs/2601.02439 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/WebGym.imageimage-text-to-text1K<n<10K1 likes903 downloads12d agoHugging Face09mlfoundations-cua-dev /osworld-trajectoriesimage10K<n<100K0 likes625 downloads11mo agoHugging Face10cua-lite /CUAGym cua-lite/CUAGym CUAGym V2 filtered GPT teacher trajectories for the CUA Lite rollout collection. Origin Load via datasets from datasets import load_dataset # entire dataset ds = load_dataset("cua-lite/CUAGym") # just one platform ds = load_dataset("cua-lite/CUAGym", "desktop") # just one (platform, task_type) cohort ds = load_dataset("cua-lite/CUAGym", "desktop.use") You can also filter by metadata.platform / metadata.task_type /… See the full description on the dataset page: https://huggingface.co/datasets/cua-lite/CUAGym.imageimage-text-to-text1K<n<10K0 likes600 downloads3mo agoHugging Face11cua-lite /GUIOdyssey cua-lite/GUIOdyssey cua-lite preprocessed version of GUIOdyssey (hflqf88888/GUIOdyssey). A long-horizon cross-app Android mobile dataset of 8,334 task trajectories over ~128k screenshots. Produces two cohorts: use (multi-step agent episodes) and understanding (per-step screen captioning from the source description annotations). Origin https://huggingface.co/datasets/hflqf88888/GUIOdyssey Load via datasets from datasets import load_dataset #… See the full description on the dataset page: https://huggingface.co/datasets/cua-lite/GUIOdyssey.imageimage-text-to-text100K<n<1M0 likes555 downloads1mo agoHugging Face12cua-lite /OpenCUA cua-lite/OpenCUA cua-lite preprocessed version of xlangai/AgentNet (OpenCUA). Desktop use trajectories from Ubuntu and Windows/Mac environments with pyautogui-style actions converted to CUA-lite tool calls. Origin https://huggingface.co/datasets/xlangai/AgentNet Load via datasets from datasets import load_dataset # entire dataset ds = load_dataset("cua-lite/OpenCUA") # just one (platform, task_type) cohort ds = load_dataset("cua-lite/OpenCUA"… See the full description on the dataset page: https://huggingface.co/datasets/cua-lite/OpenCUA.imageimage-text-to-text10K<n<100K0 likes545 downloads1mo agoHugging Face13mlfoundations-cua-dev /easyr1-103k-4MP-jedi-ui-vision-gta1-data easyr1-103k-4MP-jedi-ui-vision-gta1-data Merged dataset composed of the following sources: datasets/easyr1-63k-nores-jedi-fix-synced-ui-vision-manually-labeled-icon-data-from-yt-4MP (63031 samples in split train) datasets/easyr1-grounding-gta1-4MP-easy-qwen7b-hard-gta1-7b (39943 samples in split train) Summary Generated on: 2025-09-18 06:29:16 UTC Split: train Column strategy: intersection Samples after merge: 102974 Usage from datasets import… See the full description on the dataset page: https://huggingface.co/datasets/mlfoundations-cua-dev/easyr1-103k-4MP-jedi-ui-vision-gta1-data.image100K<n<1M1 likes524 downloads1y agoHugging Face14mlfoundations-cua-dev /qwen3-resize-easyr1-110k-bbox0p05-remove-pixmo-uground-seeclickimage100K<n<1M0 likes520 downloads1y agoHugging Face15cua-lite /Lite.CUAWorld cua-lite/Lite.CUAWorld Lite.CUAWorld: agent rollout trajectories staged into the canonical cua-lite layout for SFT distillation. Origin Load via datasets from datasets import load_dataset # entire dataset ds = load_dataset("cua-lite/Lite.CUAWorld") # just one named subset (config) ds = load_dataset("cua-lite/Lite.CUAWorld", "desktop.use.ardour") After loading, parse metadata as JSON before filtering by metadata_kind, dims, or others.*; every row… See the full description on the dataset page: https://huggingface.co/datasets/cua-lite/Lite.CUAWorld.imageimage-text-to-text1K<n<10K1 likes479 downloads1mo agoHugging Face16Chennzi /CUAGym_V2 Chennzi/CUAGym_V2 CUAGym_V2 raw unfiltered GPT teacher trajectories on remaining CUA-Gym desktop and web tasks. Personal-namespace archive; no quality filtering applied. Origin Load via datasets from datasets import load_dataset # entire dataset ds = load_dataset("cua-lite/CUAGym_V2") # just one platform ds = load_dataset("cua-lite/CUAGym_V2", "desktop") # just one (platform, task_type) cohort ds = load_dataset("cua-lite/CUAGym_V2"… See the full description on the dataset page: https://huggingface.co/datasets/Chennzi/CUAGym_V2.imageimage-text-to-text10K<n<100K1 likes469 downloads3mo agoHugging Face17cua-lite /GUI-360 cua-lite/GUI-360 cua-lite preprocessed version of GUI-360 (vyokky/GUI-360), a large-scale dataset of computer-using-agent trajectories on Windows Microsoft-Office apps (Word / Excel / PowerPoint). Provides three desktop task types derived from the successful training trajectories: multi-step use, point grounding (intent -> element coordinate), and screen parsing (listing all interactive UI controls). Origin https://huggingface.co/datasets/vyokky/GUI-360… See the full description on the dataset page: https://huggingface.co/datasets/cua-lite/GUI-360.imageimage-text-to-text100K<n<1M1 likes440 downloads1mo agoHugging Face18Lucius-Morningstar /mailroom-cuad-contracts Mailroom Eval: Cuad Contracts Mirror of the Braintrust evaluation dataset mailroom-cuad-contracts from the llm-entity-extraction experiment loop (llm-mailroom legal document pipeline). Field Value Rows 50 Source script stream_cuad_to_bt.py Braintrust dataset id c55ac7f0-56ff-4a2c-b968-7f382ce7daea Braintrust project id 02fb28b9-60e2-40b6-a68a-b72ee0b237ad Exported (UTC) 2026-08-22T05:03:53+00:00 Export sha256… See the full description on the dataset page: https://huggingface.co/datasets/Lucius-Morningstar/mailroom-cuad-contracts.imagetext-classificationn<1K0 likes424 downloads1mo agoHugging Face19cua-lite /CuaGymDesktopGPT55 cua-lite/CuaGymDesktopGPT55 CUA-Gym desktop GPT-5.5 trajectories through batch3 wave12; fixed-task rewards in metadata. Origin Load via datasets from datasets import load_dataset # entire dataset ds = load_dataset("cua-lite/CuaGymDesktopGPT55") # just one (platform, task_type) cohort ds = load_dataset("cua-lite/CuaGymDesktopGPT55", "desktop.use") You can also filter by metadata.platform / metadata.task_type / metadata.others.* after loading;… See the full description on the dataset page: https://huggingface.co/datasets/cua-lite/CuaGymDesktopGPT55.imageimage-text-to-text1K<n<10K0 likes382 downloads3mo agoHugging Face20mlfoundations-cua-dev /easyr1-114k-hard-qwen7b-easy-gta1-4MP-nores-jedi-fix-synced-aug-jitter-tokenizedimage100K<n<1M0 likes378 downloads1y agoHugging Face21mlfoundations-cua-dev /ui-vision-grounding-4MPimage1K<n<10K0 likes350 downloads1y agoHugging Face22mlfoundations-cua-dev /agentnet-clicks agentnet-clicks AgentNet click grounding dataset prepared with agentnet-parse.py. Generation Details Script: agentnet-parse.py Datasets: ubuntu, winmac Total samples: 109855 Shard size: 1000 Prompt format: gta1 Output format: coordinates Image resize limit: 4.0 MP Max actions per trajectory: 5 Sample Entry Dataset: ubuntu Prompt: Click on the GIMP application icon in the left taskbar to launch the image editing software. Assistant: (35,554) Bounding… See the full description on the dataset page: https://huggingface.co/datasets/mlfoundations-cua-dev/agentnet-clicks.image100K<n<1M0 likes333 downloads1y agoHugging Face23mlfoundations-cua-dev /easyr1-110k-bbox0p05-minus-stage3-rl0p2-noise-add-rest-yt-4MP easyr1-110k-bbox0p05-minus-stage3-rl0p2-noise-add-rest-yt-4MP Merged dataset composed of the following sources: datasets/easyr1-103k-bbox0p05-minus-stage3-rl0p2-noise (100155 samples in split train) mlfoundations-cua-dev/66-yt-app-ui-claude-instructions-no-filter-4MP-gta1-correct-qwen7b-not-correct (7573 samples in split train) Summary Generated on: 2025-09-23 15:18:54 UTC Split: train Column strategy: intersection Samples after merge: 107728 Usage from… See the full description on the dataset page: https://huggingface.co/datasets/mlfoundations-cua-dev/easyr1-110k-bbox0p05-minus-stage3-rl0p2-noise-add-rest-yt-4MP.image100K<n<1M0 likes294 downloads1y agoHugging Face24mlfoundations-cua-dev /easyr1-grounding-gta1-4MP-easy-qwen7b-hard-gta1-7b easyr1-grounding-gta1-4MP-easy-qwen7b-hard-gta1-7b This dataset was generated from filtered GTA shards with images streamed from ZIP archives. Generated on: 2025-09-18 05:15:30 UTC Script: push_easyr1_zip_shards_to_hf.py Filters directory: /p/project1/synthlaion/awadalla1/gta-grounding-data-filters JSONL glob: gta_shard_*zip.jsonl Resize max: 4.0 MP Prompt format: gta1 (output: coordinates) Random seed: 42 Deduplicate: False Debug images: True System Prompt You are… See the full description on the dataset page: https://huggingface.co/datasets/mlfoundations-cua-dev/easyr1-grounding-gta1-4MP-easy-qwen7b-hard-gta1-7b.image10K<n<100K0 likes270 downloads1y agoHugging Face25mlfoundations-cua-dev /easyr1-agent-grounding-dataimage1M<n<10M1 likes268 downloads1y agoHugging Face26mlfoundations-cua-dev /easyr1-21k-jedi-grounding-4MP easyr1-21k-jedi-grounding-4MP This dataset was generated using the EasyR1 grounding dataset pipeline. Generation Details Generated on: 2025-08-27 01:12:14 UTC Script: push_easyr1_to_hf.py Data directory: /lustre/fsw/portfolios/nvr/users/aawadalla/LLaMA-Factory/data Parameters Used Maximum samples: 21000 Image resize (max megapixels): 4.0 MP Minimum native image resolution: 0.0 MP Prompt format: gta1_with_resolution Output format: coordinates Random seed: 42… See the full description on the dataset page: https://huggingface.co/datasets/mlfoundations-cua-dev/easyr1-21k-jedi-grounding-4MP.image10K<n<100K0 likes268 downloads1y agoHugging Face27mlfoundations-cua-dev /easyr1-114k-hard-qwen7b-easy-gta1-4MP-nores-jedi-fix-synced-aug-jitter-coord-grid easyr1-114k-hard-qwen7b-easy-gta1-4MP-nores-jedi-fix-synced-aug-jitter-coord-grid Augmented version of easyr1-114k-hard-qwen7b-easy-gta1-4MP-nores-jedi-fix-synced-aug-jitter with a fixed 100px coordinate grid overlay. Each image is overlaid with vertical and horizontal grid lines every 100 pixels at native resolution. Major ticks (every 1 steps) are emphasized and axis labels show pixel values to help models localize precise coordinates. Summary Generated on:… See the full description on the dataset page: https://huggingface.co/datasets/mlfoundations-cua-dev/easyr1-114k-hard-qwen7b-easy-gta1-4MP-nores-jedi-fix-synced-aug-jitter-coord-grid.image100K<n<1M0 likes264 downloads1y agoHugging Face28Chennzi /CUAGym_V1 Chennzi/CUAGym_V1 CUAGym_V1 raw unfiltered GPT teacher trajectories. Personal-namespace archive; no quality filtering applied. Origin Load via datasets from datasets import load_dataset # entire dataset ds = load_dataset("cua-lite/CUAGym_V1") # just one (platform, task_type) cohort ds = load_dataset("cua-lite/CUAGym_V1", "desktop.use") You can also filter by metadata.platform / metadata.task_type / metadata.others.* after loading; every row… See the full description on the dataset page: https://huggingface.co/datasets/Chennzi/CUAGym_V1.imageimage-text-to-text1K<n<10K1 likes261 downloads3mo agoHugging Face29microsoft /CUAVerifierBench CUAVerifierBench: A Human-Annotated Benchmark for Computer-Using-Agent Verifiers Universal Verifier paper: The Art of Building Verifiers for Computer Use Agents Dataset Summary CUAVerifierBench is an evaluation benchmark for verifiers of computer-using agents (CUAs) — i.e. judges that read an agent's trajectory (screenshots + actions + final answer) and decide whether the task was completed correctly. Where benchmarks like WebTailBench measure agents… See the full description on the dataset page: https://huggingface.co/datasets/microsoft/CUAVerifierBench.imageimage-text-to-textn<1K8 likes250 downloads5mo agoHugging Face30CyT1ng /cua_debugger_traj CUA Debugger Trajectories 204 failed computer-use agent (CUA) trajectories on OSWorld, each with a human root-cause annotation. Three agents were run on OSWorld (Ubuntu desktop, screenshot-only observation, pyautogui execution at 1920×1080). Every trajectory in this dataset is a failure (no task reached evaluator score 1.0). For each trajectory, a human annotator identified the root error step — the earliest step responsible for the failure — and labeled it with an… See the full description on the dataset page: https://huggingface.co/datasets/CyT1ng/cua_debugger_traj.imageothern<1K0 likes237 downloads24d agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.