AIAny
Icon for item

MONET

Provides 104.9M curated image–text pairs with precomputed embeddings, structured annotations and pre-encoded VAE latents for text-to-image pretraining and retrieval. Combines filtered web sources and synthetic samples with multi-model re-captioning, deduplication and safety filters; Apache-2.0.

Introduction

MONET is significant because large-scale, reproducible T2I research depends on both scale and curation — MONET trades raw scale for a non-redundant, safety- and quality-filtered 104.9M image–text corpus that ships with embeddings and latents to cut engineering overhead for model training and analysis. Its design aims to make latent-diffusion and retrieval experiments reproducible without re-running expensive pre-processing at web scale.

What Sets It Apart
  • Multi-stage curation with measurable reductions: distilled from ~2.9B raw pairs across nine heterogeneous sources into 104.9M final pairs via filtering, SSCD near-duplicate removal, domain governance and watermark detection — so what: reduces duplication and low-quality noise that commonly hurts T2I training.
  • Enriched, ready-to-use artifacts: includes CLIP and DINOv2 embeddings, SSCD vectors, YOLO detections, MediaPipe face metadata and pre-encoded SANA-VAE latents — so what: researchers can iterate on retrieval, clustering, zero-shot eval and latent-diffusion training without precomputing heavy features.
  • Multi-model re-captioning and synthetic augmentation: each image has up to four re-captioned descriptions (short to detailed) from diverse VLMs and a synthetic subset generated under safety-aware prompts — so what: supports experiments on caption style, prompt-conditioning and synthetic-data mixing strategies.
  • Practical release choices and tooling: parquet config with thumbnails + metadata for fast streaming and a webdataset config with full-resolution shards; published FAISS indexes and example training repo (nano-t2i) — so what: lowers engineering cost for large-scale training or focused subset extraction.
Who It's For and Trade-offs

Great fit if you need a large, curation-focused corpus for text-to-image pretraining, retrieval or zero-shot evaluation and want precomputed embeddings/latents to skip expensive preprocessing. It’s also useful for building reproducible subsets quickly using the published FAISS indexes.

Look elsewhere if you require unbiased web-representative distributions (MONET is intentionally filtered toward higher-aesthetic, higher-resolution content), strict provenance/legal clearance for every upstream image (domain-based exclusion is a governance control, not legal clearance), or multilingual captions (MONET is English-focused). Models trained on MONET may inherit its demographic and stylistic skews; downstream safety/fairness checks remain necessary.

Information

  • Websitehuggingface.co
  • Authorsjasperai (Jasper Research)
  • Published date2026/04/28

Categories

More Items

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.