sfanm/d24-midtrain-olmo3
d24 Midtrain — OLMo-3 Dolmino subsample A length-filtered (≤2048 GPT-2 tokens) subsample of OLMo 3's Dolma-3 Dolmino mid-train mix, used for the d24 v1base-olmo3 midtrain. Built by taking a uniform fraction of each component of allenai/dolma3_dolmino_mix-100B-1025 (so the mix proportions are preserved), then dropping documents >2048 tokens — which naturally shrinks the long-doc components (reasoning traces, olmOCR PDFs) that don't fit the 2048 context. 5,902,548 documents… See the full description on the dataset page: https://huggingface.co/datasets/sfanm/d24-midtrain-olmo3.
d24 Midtrain — OLMo-3 Dolmino subsample
A length-filtered (≤2048 GPT-2 tokens) subsample of OLMo 3's Dolma-3 Dolmino mid-train mix, used for the d24 v1base-olmo3 midtrain. Built by taking a uniform fraction of each component of `allenai/dolma3_dolmino_mix-100B-1025` (so the mix proportions are preserved), then dropping documents >2048 tokens — which naturally shrinks the long-doc components (reasoning traces, olmOCR PDFs) that don't fit the 2048 context.
- 5,902,548 documents, ~2109M GPT-2 tokens of plain text.
- Each row:
component(str) andtext(str). - The OLMo-3 target % column is the upstream mix proportion (pre length-filter); the kept document share differs because the filter removes long docs unevenly.
Components
Load
from datasets import load_dataset
ds = load_dataset("sfanm/d24-midtrain-olmo3", split="train")
ds = ds.filter(lambda r: r["component"] == "dolmino-math")Finding (see the model cards / research log)
For the narrow GSM8K target, this broad/clean OLMo-3 mix (~25% math) lost to the math-heavy pool (~70% math): the resulting SFT had lower train loss (format familiarity from the instruction/QA components) but worse val and GSM8K — memorization, not capability. Kept public for reproducibility of that result.
Model trained on this (midtrain → SFT)
License / attribution
Derived from `allenai/dolma3_dolmino_mix-100B-1025` (itself a mix of many sources — see its card). Provided as-is for research; refer to the upstream licenses.
