AIAny
Icon for item

Ultra-FineWeb

High-quality, efficiently verified and filtered web corpus for LLM pretraining — supplies ~1 trillion English tokens and ~120 billion Chinese tokens with English/Chinese Parquet splits. Designed for large-scale pretraining experiments and data-filtering research.

Introduction

Data quality dominates model performance when compute scales are constrained; blindly larger web scrapes often add noise that harms downstream LLMs. Ultra-FineWeb applies a verification-driven filtering pipeline to widely used web corpora to produce a compact, higher-signal pretraining corpus intended to improve LLM learning efficiency per token.

What Sets It Apart
  • Verification-first filtering: uses a low-cost verification strategy to quickly estimate a data subset's impact on LLM training, enabling iterative selection without massive compute. So what? You can prioritize data that demonstrably helps metrics rather than relying on heuristics alone.
  • Lightweight classifier for scale: a fastText-based classifier filters candidate content at web scale, balancing throughput and precision. So what? It makes large-scale filtering (hundreds of billions to trillions of tokens) feasible on modest infrastructure.
  • Large, curated bilingual splits: provides Ultra-FineWeb-en (~1T tokens) and Ultra-FineWeb-zh (~120B tokens) in Parquet format with a content score and source metadata. So what? Researchers can reproduce pretraining mixes and test cross-lingual token-efficiency hypotheses without redoing the costly filtering pipeline.
  • Designed for empirical validation: the dataset release is accompanied by experiments (MiniCPM family) and references to performance-estimation methods, so users can trace how selection choices affected downstream benchmarks.
Who It's For and Tradeoffs

Great fit if you need reproducible, high-signal web data for large-scale pretraining or for building/validating data-filtering pipelines — especially teams training or benchmarking open LLMs (e.g., MiniCPM series). Look elsewhere if your goal is curated domain-specific data (medical/legal) or sentence-level labeled benchmarks; Ultra-FineWeb is optimized for general-purpose pretraining, not fine-grained supervised datasets. Expect tradeoffs: stronger average quality per token but reduced topic coverage compared with unfiltered web dumps, and usage requires attention to constituent datasets' licenses.

Where It Fits

Use Ultra-FineWeb as a pretraining backbone or as a high-quality layer in multi-source mixes (e.g., combine with code or domain corpora). It is also a practical starting point for researchers exploring verification-based selection, classifier-driven filtering, and token-efficiency experiments.

Information

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.