Views
No views yet
open_lm/: Contains the OpenLM config and final checkpointevals/: Evaluation results for various benchmarks
core_9mcqa/: Results of 9 multiple choice QA tasks with the OLMES evaluation frameworkmmlu/: MMLU results with the OLMES evaluation frameworkdclm/: Results using the DCLM evaluation frameworkperplexity/: Perplexity results using the huggingface trainerindices.tar.zst: The indices for the selected documents in each shard of the Corpus-200B dataset used for training. The indices can be extracted with tar --use-compress-program "zstd" -xf indices.tar.zst.from open_lm.hf import * before loading the model with AutoModel.from_pretrained(...).1@article{wettig2025organize,
2 title={Organize the Web: Constructing Domains Enhances Pre-Training Data Curation},
3 author={Alexander Wettig and Kyle Lo and Sewon Min and Hannaneh Hajishirzi and Danqi Chen and Luca Soldaini},
4 journal={arXiv preprint arXiv:2502.10341},
5 year={2025}
6}