The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 336028410 bytes, limit is 300000000 bytes
Make sure that
1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
Error code: TooBigContentError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Vision Adapter Image Corpus
Processed image corpus used to train the Vision-Adapter: 79,659 agentic UI images
("screenshots" + "multistep" subsets derived from wave-ui-25k, ShowUI-desktop, and
aguvis-stage2) plus full embeddable subsets of HuggingFaceM4/the_cauldron used for
general/reasoning/conversational fine-tuning.
Each image has been resized to ≤300k pixels and padded to 28-pixel multiples to match MoonViT-V2 preprocessing.
Fields
image: raw PNG bytes (bytes column).filename:source/basename(e.g.agentic/waveui_000123.png).source:agenticorcauldron.size: bytes of the raw image.
How to use
from datasets import load_dataset
ds = load_dataset("keypa/vision-adapter-images")
print(ds)
- Downloads last month
- 107