You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

GUI Odyssey Dataset

This dataset contains GUI editing triplets with source images, target images, and instructions.

Dataset Info

  • Total examples: 119,559
  • Image columns: source_image, target_image
  • Source files: 12 parquet files

Usage

from datasets import load_dataset

dataset = load_dataset("JackyZhuo/GUI_odyssey")
example = dataset['train'][0]
Downloads last month
22