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 617.5 hours of high-precision optical motion-capture with synchronized object trajectories and standardized 55-joint BVH for whole-body and human–object interaction research. Frame‑LU indexed and paired with natural-language descriptions; designed for humanoid learning, motion priors, and interaction-aware benchmarks.

Hugging Face

Provides fixed-seed benchmark instances (prompts and agent-visible inputs) for ASI-Bench to run reproducible evaluations of LLM agents on scientific tasks. Includes four matched prompt levels (B1–B4) across 60 project-level tasks in 11 domains; excludes reference answers and private scorers; Apache-2.0 licensed.

Hugging Face

Provides a queryable dataset of 3,797,117 SKILL.md agent-skill files found on public GitHub, deduplicated by content hash and enriched with representative text, front matter, folder composition, repo metadata, and sampled commit history for research.