AIAny
Icon for item

Ultra-FineWeb-L1

Provides an L1 filtered English web corpus from recent Common Crawl snapshots for LLM pretraining, including main-text extraction, language and heuristic filtering, sensitive-field replacement, customized cleaning, and MinHash deduplication; contains 1T+ tokens across ~1.14B documents with structured metadata fields.

Introduction

Why this matters

Data quality at web scale directly affects downstream LLM behavior, but filtering large Common Crawl snapshots is costly and error-prone. This dataset offers a reproducible L1 filtering stage that removes boilerplate, sensitive fields, near-duplicates, and common crawl artifacts while preserving wide coverage of contemporary web text, making it a pragmatic foundation for subsequent selection and refinement stages.

What Sets It Apart
  • Snapshot-organized L1 filtering: each Common Crawl dump is processed independently (trafilatura 2.0 for main-text extraction), which preserves provenance and simplifies incremental updates.
  • Practical cleaning pipeline: combines fastText language ID, FineWeb-derived heuristic filters, sensitive-field replacement, targeted mojibake and invisible-character repairs, and MinHash deduplication to yield cleaner, safer documents for pretraining.
  • Scale and provenance transparency: first release covers multiple 2025 CC-MAIN snapshots with ~1.14 billion documents and 1T+ English tokens, stored as parquet parts and annotated with uid, content, meta, and dataset_index fields.
  • Designed for tiered workflows: serves as the L1 layer in the UltraData L0–L4 framework, enabling deterministic downstream L2 classifier selection and L3 refinement.
Who it's for and tradeoffs

Great fit if you need a reproducible, large-scale cleaned web layer to bootstrap model pretraining or to run ablations on cleaning choices; the per-snapshot layout and detailed metadata make tracing and incremental processing straightforward. Look elsewhere if you need already classifier-selected high-quality subsets (use the companion L2 Ultra-FineWeb release) or if you require cross-snapshot global deduplication—deduplication is performed within each dump by design. Also note legal constraints: users must still comply with original source rights and the dataset license prohibits unauthorized unchanged redistribution.

Information

  • Websitehuggingface.co
  • AuthorsJunshao Guo, Shuaikang Xue, Xiaofei Yang, Chuyue Zhou, Qiang Yin, Qingyang Yuan, Qiang Ma, Yuzhou Zhang, Jie Zhou, Chaojun Xiao
  • Published date2026/08/14

Categories

More Items

Hugging Face

Provides manually curated Japanese instruction pairs (questions and safe reference answers) for improving LLM output safety, covering broad harm categories and regionally sensitive cases. Includes English meta-tags and standard splits for benchmarking and fine-tuning.

Hugging Face

A 16 GB, 507-file PhD‑level cybersecurity knowledge base for training and evaluating security-focused LLMs and automation. Covers offensive/defensive/forensics/cloud/iot and AI-security across 30+ domains with real-world labs and framework mappings.

Hugging Face

Structured dataset for training and evaluating LLM agentic behavior: function-calling conversations, JSON-mode structured outputs, and extraction samples for teaching models to generate tool calls and strict structured responses. Includes single-turn and multi-turn scenarios across several configs.