Skip to content
RAG Repo

CC-100 is a multilingual corpus built from Common Crawl snapshots, widely used as pretraining data for multilingual language models. It covers a broad set of languages and is straightforward to download directly from the statmt.org mirror.

One quirk is worth knowing before you use it: the data is stored split into individual paragraphs rather than whole documents. That makes it a paragraph-level corpus by default. If your RAG pipeline relies on document structure or longer context windows, you may need to reassemble or re-chunk the text rather than treating each entry as a full document. The content is drawn from Common Crawl and remains subject to the original sites' terms.

multilingualcommon-crawlparagraph-levelpretraining

Related sources