RedPajama v2
DatasetFree30 trillion token web dataset with 40+ quality signals per document.
Capabilities11 decomposed
multilingual web-scale pretraining corpus provision
Medium confidenceSupplies a deduplicated 30 trillion token web text corpus derived from 84 CommonCrawl dumps covering 5 languages (English, French, Spanish, German, Italian). The dataset is processed through HTML-to-text conversion and deduplication pipelines, then distributed via HuggingFace as downloadable document collections. This enables organizations to access complete CommonCrawl coverage rather than curating partial subsets, providing a standardized foundation for reproducible LLM training research across multiple language families.
Processes 84 complete CommonCrawl dumps (100+ trillion raw tokens) into a unified 30 trillion deduplicated corpus with 40+ pre-computed quality annotations per document, whereas competitors like C4 and RefinedWeb cover only partial CommonCrawl snapshots and provide fewer quality signals for fine-grained curation
Provides 3x more complete CommonCrawl coverage than C4 with richer quality annotations (40+ signals vs. basic filtering), enabling more granular data curation strategies and reproducible research on data mixture optimization
document-level quality signal annotation and filtering
Medium confidenceAnnotates each of 100+ billion documents with 40+ pre-computed quality metrics including perplexity scores, deduplication hashes, content classifiers, and toxicity ratings. These annotations are stored alongside document text, enabling downstream filtering and weighting strategies without recomputation. Users can apply custom thresholds on any combination of quality signals to create curated subsets, supporting reproducible data selection and comparative studies of how different quality cutoffs affect model performance.
Pre-computes 40+ quality signals per document (perplexity, toxicity, content classification, deduplication hashes) at corpus creation time, enabling users to apply arbitrary filtering combinations without recomputation, whereas competitors require post-hoc filtering or provide only basic metadata
Richer quality annotations (40+ signals vs. 5-10 in competitors) enable more sophisticated curation strategies and support reproducible ablation studies on data quality impact without requiring users to implement their own quality metrics
free and open-source corpus access
Medium confidenceProvides the entire 30 trillion token corpus, processing scripts, and quality annotations as free, open-source resources with no licensing restrictions. Users can download, modify, redistribute, and use the data for any purpose including commercial applications. This open approach enables broad research access and community-driven improvements without vendor lock-in.
Provides complete 30 trillion token corpus with processing scripts as free, open-source resources with no licensing restrictions, whereas competitors (C4, RefinedWeb) may have usage restrictions or require commercial licensing
Eliminates licensing costs and vendor lock-in through open-source distribution, enabling broad access for academic and commercial use versus competitors with restricted access or licensing requirements
deduplication and commoncrawl consolidation
Medium confidenceProcesses 84 CommonCrawl dumps (100+ trillion raw tokens) through deduplication pipelines to produce a unified 30 trillion token corpus, eliminating duplicate documents while preserving language diversity. Deduplication hashes are computed and stored as quality annotations, enabling users to understand which documents were deduplicated and apply custom deduplication strategies. This consolidation approach provides complete CommonCrawl coverage in a single, deduplicated dataset rather than requiring users to manage multiple partial snapshots.
Consolidates 84 complete CommonCrawl dumps into a single deduplicated corpus with stored deduplication hashes, whereas prior work (C4, RefinedWeb) used only partial CommonCrawl snapshots and did not expose deduplication metadata for downstream analysis
Provides complete CommonCrawl coverage with transparent deduplication hashes, enabling researchers to validate deduplication methodology and apply custom deduplication strategies, versus competitors that hide deduplication details or cover only partial snapshots
reproducible data curation research framework
Medium confidenceEnables reproducible research on data curation strategies by providing open-source processing scripts on GitHub, documented quality signal annotations, and a fixed 30 trillion token snapshot. Researchers can apply different quality thresholds, weighting schemes, and filtering combinations to the same underlying corpus, then compare results across experiments. This framework supports ablation studies on data mixture optimization and comparative analysis of curation approaches without requiring each researcher to build their own corpus.
Provides open-source processing scripts, fixed corpus snapshot, and pre-computed quality annotations enabling researchers to run reproducible ablation studies on data curation strategies without building their own corpus, whereas competitors provide only final datasets without methodology transparency or curation research infrastructure
Enables reproducible comparative research on data curation by providing standardized baseline corpus, open-source processing code, and quality annotations, versus competitors that provide only final datasets and hide curation methodology
language-specific corpus extraction and analysis
Medium confidenceEnables extraction of language-specific subsets from the 30 trillion token multilingual corpus, with quality annotations preserved per language. Users can filter documents by language code, analyze quality signal distributions within each language, and create language-specific training datasets. This capability supports research on multilingual model training, language-specific data quality analysis, and comparative studies of how data characteristics vary across the 5 supported languages (English, French, Spanish, German, Italian).
Provides language-specific subsets from a unified 30 trillion token corpus with quality annotations preserved per language, enabling comparative analysis of data characteristics across 5 European languages, whereas competitors provide either English-only datasets or multilingual corpora without language-specific quality signal analysis
Supports language-specific data quality analysis and balanced multilingual training through preserved per-language annotations, versus competitors that provide multilingual data without language-specific quality metrics or analysis tools
toxicity and safety-aware data filtering
Medium confidenceProvides pre-computed toxicity ratings for each document as part of the 40+ quality signal annotations, enabling users to filter out toxic or unsafe content before training. Users can apply toxicity thresholds to create safety-focused datasets or study the relationship between toxicity filtering and model behavior. This capability supports building models with reduced exposure to toxic content while maintaining dataset scale and diversity.
Provides pre-computed toxicity ratings as part of 40+ quality signals, enabling fine-grained toxicity-based filtering without requiring users to implement their own toxicity detection, whereas competitors provide either no toxicity information or require post-hoc toxicity scoring
Enables safety-aware data curation through pre-computed toxicity ratings, supporting research on toxicity filtering impact without requiring users to build or integrate external toxicity detection systems
content classification and domain-specific filtering
Medium confidenceAnnotates documents with content classifiers as part of the 40+ quality signals, enabling filtering by content type or domain. Users can extract domain-specific subsets (e.g., technical content, news, forums) or exclude specific content types. This capability supports building models optimized for specific domains or studying how content distribution affects model capabilities.
Provides pre-computed content classifiers as part of 40+ quality signals, enabling domain-specific filtering without requiring users to implement classification, whereas competitors provide only raw text without content type metadata
Enables domain-specific data curation through pre-computed content classifiers, supporting research on content type impact on model capabilities without requiring users to build or integrate external classification systems
perplexity-based quality scoring and ranking
Medium confidenceComputes perplexity scores for each document using an unspecified language model, enabling quality-based ranking and filtering. Users can sort documents by perplexity to identify high-quality vs. low-quality content, apply perplexity thresholds to create quality-filtered subsets, or weight documents by perplexity during training. This capability supports studying the relationship between perplexity-based quality metrics and downstream model performance.
Provides pre-computed perplexity scores for all 100+ billion documents, enabling quality-based filtering without requiring users to score documents themselves, whereas competitors provide only raw text or basic quality metrics
Enables perplexity-based quality curation at scale through pre-computed scores, supporting research on quality filtering impact without requiring users to implement or integrate external perplexity scoring systems
open-source processing pipeline and transparency
Medium confidencePublishes processing scripts on GitHub enabling users to understand, validate, and extend the data processing pipeline. Scripts cover HTML-to-text conversion, deduplication, quality signal computation, and filtering. This transparency enables reproducible research, allows users to apply custom modifications, and supports community contributions. Users can inspect the exact methodology used for corpus creation and adapt it for their own data sources.
Publishes complete processing scripts on GitHub enabling users to validate, reproduce, and extend the data processing pipeline, whereas competitors typically keep processing methodology proprietary or undocumented
Provides full transparency into data processing through open-source scripts, enabling reproducible research and community contributions, versus competitors that hide processing methodology or provide only final datasets
huggingface dataset distribution and streaming
Medium confidenceDistributes the 30 trillion token corpus via HuggingFace Datasets, enabling users to download, stream, or access subsets without managing raw files directly. HuggingFace integration provides standardized data loading APIs compatible with PyTorch, TensorFlow, and other ML frameworks. Users can load documents with quality annotations, apply filters, and create training dataloaders with minimal code.
Distributes 30 trillion token corpus through HuggingFace Datasets with standardized APIs for PyTorch/TensorFlow integration, whereas competitors require custom data loading code or proprietary distribution mechanisms
Enables seamless integration with standard ML frameworks through HuggingFace Datasets, reducing engineering overhead versus competitors requiring custom data loading implementations
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with RedPajama v2, ranked by overlap. Discovered automatically through the match graph.
C4 (Colossal Clean Crawled Corpus)
Google's cleaned Common Crawl corpus used to train T5.
FineFineWeb
Dataset by m-a-p. 5,55,725 downloads.
fineweb
Dataset by HuggingFaceFW. 6,37,939 downloads.
c4
Dataset by allenai. 6,98,456 downloads.
OPUS
Massive parallel corpus for machine translation.
FineWeb
Hugging Face's 15T token dataset, new standard for LLM training.
Best For
- ✓LLM researchers training foundation models at scale
- ✓organizations building multilingual models for European languages
- ✓data curation researchers studying quality signal impact on model performance
- ✓teams reproducing published LLM training results
- ✓researchers studying data curation strategies and their impact on model quality
- ✓teams optimizing data mixtures for specific downstream tasks
- ✓organizations building models with strict quality or safety requirements
- ✓ablation study researchers comparing quality signal combinations
Known Limitations
- ⚠Language coverage limited to 5 European languages only — no support for Asian, African, or other language families
- ⚠Web-only source inherits CommonCrawl biases in content distribution and topic coverage
- ⚠HTML-to-text conversion artifacts and quality degradation not detailed in documentation
- ⚠30 trillion tokens requires substantial storage infrastructure (estimated 100+ TB) and bandwidth for download
- ⚠No real-time quality assessment — all annotations are pre-computed on the fixed 30 trillion token snapshot
- ⚠Quality annotation schema and value ranges not documented — users must infer interpretation from source code
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
About
Together AI's massive 30 trillion token web dataset with over 100 billion documents across 5 languages (English, German, French, Spanish, Italian). Each document annotated with 40+ quality signals enabling fine-grained data curation. Includes perplexity scores, deduplication hashes, content classifiers, and toxicity ratings. Designed to enable reproducible LLM training research. The quality signal annotations make it uniquely valuable for studying data curation strategies.
Categories
Alternatives to RedPajama v2
The GitHub for AI — 500K+ models, datasets, Spaces, Inference API, hub for open-source AI.
Compare →FLUX, Stable Diffusion, SDXL, SD3, LoRA, Fine Tuning, DreamBooth, Training, Automatic1111, Forge WebUI, SwarmUI, DeepFake, TTS, Animation, Text To Video, Tutorials, Guides, Lectures, Courses, ComfyUI, Google Colab, RunPod, Kaggle, NoteBooks, ControlNet, TTS, Voice Cloning, AI, AI News, ML, ML News,
Compare →Are you the builder of RedPajama v2?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →