AIAny
Icon for item

FineWeb

Provides a cleaned, deduplicated English web corpus optimized for LLM pretraining—over 15T tokens aggregated from CommonCrawl with per-dump snapshots and smaller sampled configs (10B/100B/350B). Includes the datatrove processing pipeline, MinHash deduplication, and an ODC-By v1.0 license; suited for large-scale model training and ablation studies but not specialized for code.

Introduction

FineWeb packages a very large, carefully filtered English web corpus designed specifically for language model pretraining and dataset ablations. Its core insight: per-dump deduplication and targeted quality filters can yield higher downstream LLM performance than naively pooling all CommonCrawl dumps—so researchers get a large, reproducible web dataset with clear versioning and sampling options.

What Sets It Apart
  • Per-dump deduplication and custom quality heuristics: each CommonCrawl snapshot is deduplicated independently (MinHash) and filtered with a combination of Trafilatura extraction, fastText language scoring, C4-style quality checks, and FineWeb-specific heuristics. This reduces cross-dump contamination while preserving recent crawl diversity.
  • Reproducibility and tooling: the full processing pipeline and example scripts are published using Hugging Face’s datatrove library, enabling replication of filtering, dedup, and sampling steps. Smaller reproducible samples (10B/100B/350B GPT-2 tokens) and snapshot configs let you run controlled ablations without downloading the whole corpus.
  • Practical dataset ergonomics: dataset is split by CommonCrawl dumps (many CC-MAIN snapshots up to 2025) and includes metadata fields (dump, url, crawl date, language score, token_count) for sliceable experiments. Released under ODC-By v1.0, with PII heuristics for emails and public IPs.
Who It's For and Trade-offs

Great fit if you need a large, open, and reproducible English web pretraining corpus for LLM experiments, dataset-quality ablations, or benchmarking dataset effects (sampling, dedup strategies). Look elsewhere if you require heavy amounts of code, highly curated encyclopedic text, or non-English coverage—FineWeb intentionally favors web text and applies filters that de-emphasize code-like content. Also note residual toxic or biased content may remain despite URL-level and heuristic filtering.

Where It Fits

Use FineWeb alongside specialized datasets (e.g., The Stack v2 for code, curated corpora for structured knowledge) when training general-purpose LLMs. For small-scale experiments, prefer the provided sampled configs; for full-scale pretraining, use per-dump snapshots and the datatrove workflow to reproduce processing choices.

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.