Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions cc-huggingface/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Using Common Crawl via Hugging Face

This folder contains examples on how to use Common Crawl data via the Hugging Face ecosystem (buckets, jobs, ...).

Currently, the hosting of Common Crawl data on Hugging Face is experimental, i.e., the data is limited to small number of crawls. The primary data distribution channel is still AWS S3.

Notebooks:

- cc-index-hf.ipynb
- s3-hf.ipynb
- warcio-hf.ipynb
- cdxt-hf.ipynb (TODO)

See also:

- https://huggingface.co/docs/hub/storage-buckets
- https://huggingface.co/docs/hub/storage-buckets-s3
Loading