Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

April 2026 Crawl Archive Now Available in a Hugging Face Storage Bucket

Дата публикации: 20-05-2026 00:00:00

As an early experiment in distributing Common Crawl data through another channel, the April 2026 crawl archive is now available in a Hugging Face Storage Bucket, alongside its existing home on AWS S3.

Основное содержимое страницы с новостью.

We are pleased to announce the April 2026 crawl archive (CC-MAIN-2026-17) is now available in a Hugging Face Storage Bucket, alongside its existing home on AWS S3.  This is an early experiment in distributing crawl data through a new channel.  AWS S3 remains the canonical distribution point for the Common Crawl corpus, generously hosted through Amazon Web Services' Open Data Sponsorship Program, and every crawl remains available from the Common Crawl bucket on S3 exactly as before. The Hugging Face Bucket is an additional way to reach the same data.

The April 2026 crawl archive is now available in a Hugging Face Storage BucketWhy Hugging Face Buckets

Storage Buckets are a recent addition to the Hugging Face Hub: mutable, S3-like object storage that can be browsed in the browser, scripted from Python, or managed with the hf CLI. Unlike Models and Datasets repositories they are not version-controlled, which suits a continuously growing archive of crawl data.

Two properties make them interesting for a dataset of this size. They are backed by Xet, Hugging Face's chunk-based storage backend, which deduplicates content across files. And they support pre-warming: the Common Crawl Bucket currently has its pre-warmed CDN enabled for GCP US East, GCP EU West, and AWS EU West. For jobs running in or near one of those regions, this reduces read latency and improves throughput compared to pulling data from a distant region.

For teams already building on the Hugging Face ecosystem, the Bucket also makes integration simpler: the data is reachable with the same hf CLI, huggingface_hub client, and fsspec-compatible tooling used for Models and Datasets, with no separate S3 client or credentials.

Accessing the Common Crawl Bucket

The Common Crawl Bucket lives at huggingface.co/buckets/commoncrawl/commoncrawl. The April 2026 crawl sits under the crawl-data/CC-MAIN-2026-17/ prefix, mirroring the layout used on S3, which is roughly 380 TiB of uncompressed content across some 2.2 billion web pages. WARC, WAT, and WET files, segment lists, robots.txt and non-200 response records, and the URL indexes are all present, just as in the S3 distribution.

The Bucket can be addressed with an hf:// handle. Files can be listed with the hf CLI:

hf buckets list commoncrawl/commoncrawl/crawl-data/CC-MAIN-2026-17

Because Buckets integrate with HfFileSystem, the fsspec-compatible filesystem in huggingface_hub, any fsspec-aware library can read the archive directly via hf:// paths:

from huggingface_hub import hffs

hffs.glob("buckets/commoncrawl/commoncrawl/crawl-data/CC-MAIN-2026-17/**/*.warc.gz")

The archive remains available from the commoncrawl bucket on AWS S3 at s3://commoncrawl/crawl-data/CC-MAIN-2026-17/  and over HTTP at https://data.commoncrawl.org/crawl-data/CC-MAIN-2026-17/. See our Get Started page for details.

We welcome feedback on the Common Crawl Hugging Face Bucket.  Please contact us through our Discord or Google Group.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1April 2026 Crawl Archive Now Available 016.7628-04-2026
2May 2026 Crawl Archive Now Available015.9825-05-2026
3June 2026 Crawl Archive Now Available015.9822-06-2026
4July 2026 Crawl Archive Now Available012.4428-07-2026
5March 2026 Crawl Archive Now Available014.419-03-2026
6April 2026 Common Crawl Newsletter015.7306-04-2026
7Common Crawl Foundation at IIPC-WAC 2026017.610-06-2026
8Host- and Domain-Level Web Graphs April, May, and June 2026012.1925-06-2026
9Host- and Domain-Level Web Graphs February, March, and April 2026012.1930-04-2026
10Announcing the First Stable Release of CC-Downloader012.7810-08-2026

Классификация: Пресс-релизы. Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 7.81. Источник: commoncrawl.org.