The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
FineWeb 301 GB (reference placeholder)
This repo is intentionally empty. FineWeb is already available on Hugging Face at its canonical source and mirroring here provides zero benefit (same CDN, same throughput).
Training usage
Use datasets.load_dataset with streaming=True pointed at the official source:
from datasets import load_dataset
ds = load_dataset("HuggingFaceFW/fineweb", name="CC-MAIN-2024-10", split="train", streaming=True)
for sample in ds:
... # zero local disk, pull from HF CDN tensor-by-tensor
Subsets we care about
- Snapshots recent enough to be current (~CC-MAIN-2024-xx).
- Multi-language when available for our French/cross-lingual needs.
Reference tag: [aether-family] — public pretraining corpus for AETHER + IZANAGI + ARCHON + CYPHER + NEXUS.
- Downloads last month
- 5