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

Evaluates retrievers and search agents on synthetic multi-hop questions that require assembling a complete set of supporting evidence. Provides English and Russian variants (395 questions each), a fixed dense index embedded with Qwen3-Embedding-8B, and BrowseComp-Plus evaluation integrations.

Hugging Face

Provides re-annotated academic video instruction data for captioning, video QA, and fine-grained motion understanding; rewrites short answers and concise captions into evidence-grounded, instruction-following responses and supplies JSONL annotation files (original videos not included).

Hugging Face

Provides 324 Russian short-answer web-search tasks with gold supporting documents to evaluate fixed-index retrievers and search agents. Tasks span eight topical categories and five retrieval challenge types (multihop, structured evidence, temporal, entity disambiguation, comparative) and use a Qwen3-Embedding-8B index for evaluation.