AIAny
Icon for item

pixelgpt-24x24-20k

Curated set of 20,000 native 24×24 pixel-art sprites with two-level semantic taxonomy labels for tiny text-to-image and discrete visual modeling. Rebalanced, rights-conscious subset with ≤5 colors per sprite and stratified train/val/test splits.

Introduction

Small, limited-palette image datasets are a practical laboratory for testing discrete generative models, fast prototyping, and reproducible benchmarks. This dataset packages 20k native 24×24 sprites with semantic labels and explicit rebalancing so researchers can iterate on text-to-image, VQ/VAE, discrete-diffusion and sprite-generation methods without the overhead of high-resolution data.

What Sets It Apart
  • Native 24×24 resolution and strict palette cap (≤5 colors) — so what? Models learn discrete color and shape priors without confounding high-frequency photorealistic detail, enabling faster training and clearer analysis of discrete tokenization strategies.
  • Rebalanced, rights-conscious subset of a larger corpus — so what? The capped square-root rebalancing and family caps reduce dominance by legacy categories, producing a more evenly distributed benchmark for classification and generative evaluation.
  • Two-level semantic taxonomy built with MiniLM embeddings — so what? Labels provide coarse and fine-grained categories useful for conditional generation, retrieval, and controlled sampling experiments while remaining reproducible (seeded classification).
  • Small, stratified splits (18k/1k/1k) and multiple formats (PNG, Parquet, JSONL) — so what? Ready-to-load splits simplify benchmarking and enable both imagery-first and table-driven workflows (datasets/pandas/polars).
Who It's For and Trade-offs

Great fit if you need a compact, interpretable dataset for tiny text-to-image models, discrete representation research (VQ-VAE, discrete diffusion), sprite generation for games, or educational experiments that must run quickly on modest hardware. Look elsewhere if you require photorealism, high resolution, complex palettes, or absolute guarantees about IP/rights: captions may be imperfect, taxonomy assignments use automated embedding similarity and can contain errors, and the dataset is not designed for high-fidelity or production artwork pipelines.

Information

  • Websitehuggingface.co
  • Organizationsunston.io
  • Authorsunstonio
  • Published date2026/07/25

Categories

More Items

Measures how well LLMs and agent-driven workflows prepare supervised training data end-to-end by jointly benchmarking data construction and data-quality evaluation across six domains, using a downstream-grounded protocol and new metrics.

Hugging Face

Provides 4,868 Turkish instruction examples with explicit chain-of-thought traces (<think>...</think>) in a messages-format JSONL for training and evaluating step-by-step reasoning of Turkish LLMs; culturally localized and Apache-2.0 licensed.

Hugging Face

Behavior-preserving dataset of GLM 5.2 coding and debugging agent trajectories for supervised fine-tuning and analysis; contains 1,821 cumulative next-step rows from 207 verified trajectories with multi-turn tool use, build-test-fix loops, and runtime-normalized traces.