Skip to content
RAG Repo

RefinedWeb

RefinedWeb was built to test a simple idea: if you filter and deduplicate Common Crawl aggressively enough, do you still need books, papers, and code mixed in? The Technology Innovation Institute (TII) found the answer was largely no, and trained its Falcon models mostly on web data processed this way.

The pipeline leans on strict text extraction, heuristic quality filtering, and heavy deduplication (removing both exact and near-duplicate pages), producing clean English prose at scale. The public release on HuggingFace is a roughly 600B token subset of the full internal corpus, published as Parquet and streamable with the `datasets` library.

It is a strong, well-documented example of a web-only cleaning recipe, and a good source of general English text for pretraining or broad RAG knowledge bases.

web-crawlenglishpretrainingcleaneddeduplicatedfalcon

Related sources