Skip to content
RAG Repo

DCLM-Baseline (DataComp-LM)

DataComp-LM (DCLM) is a benchmark where the model architecture stays fixed and the training data is the variable, so teams compete on curation rather than modelling. DCLM-Baseline is the reference dataset that came out of it: a Common Crawl slice cleaned with a model-based quality filter, meaning a small classifier scores each document and low-scoring pages are dropped.

That approach turned out to beat many hand-tuned heuristic pipelines on downstream benchmarks, which is the point the project set out to demonstrate. The dataset is released on HuggingFace as Parquet and streamable with the `datasets` library.

It is a good pick when you want high-quality English web text with a clear, reproducible curation method behind it, and a useful reference if you are designing your own filtering pipeline.

web-crawlenglishpretrainingcleanedquality-filteringbenchmark

Related sources