Skip to content
RAG Repo

SlimPajama

SlimPajama takes RedPajama-V1 and tightens it up. Cerebras removed very short and low-content documents, then ran additional fuzzy deduplication (finding pages that are near-identical, not just exact matches) across the whole corpus. The result keeps the same mix of web text, books, papers, code, and Q&A but with far less repetition.

Because duplicate content is removed, every token you train or index on tends to add new information, which makes SlimPajama efficient for its size. It is published on HuggingFace as a 627B token dataset you can stream with the `datasets` library, and the cleaning pipeline is open so you can reproduce or adjust it.

It is a good default when you want the breadth of RedPajama without the storage and compute cost of the full V1 dump.

web-crawlpretrainingcleaneddeduplicatedmulti-source

Related sources