Papers › 2 OLMo 2 Furious

2 OLMo 2 Furious

31 Dec 2024arXiv:2501.00656archive 2025-07-28

Team OLMo, Pete Walsh, Luca Soldaini, Dirk Groeneveld, Kyle Lo, Shane Arora, Akshita Bhagia, Yuling Gu, Shengyi Huang, Matt Jordan, Nathan Lambert, Dustin Schwenk, Oyvind Tafjord, Taira Anderson, David Atkinson, Faeze Brahman, Christopher Clark, Pradeep Dasigi, Nouha Dziri, Michal Guerquin, Hamish Ivison, Pang Wei Koh, Jiacheng Liu, Saumya Malik, William Merrill, Lester James V. Miranda, Jacob Morrison, Tyler Murray, Crystal Nam, Valentina Pyatkin, Aman Rangapur, Michael Schmitz, Sam Skjonsberg, David Wadden, Christopher Wilhelm, Michael Wilson, Luke Zettlemoyer, Ali Farhadi, Noah A. Smith, Hannaneh Hajishirzi

We present OLMo 2, the next generation of our fully open language models. OLMo 2 includes dense autoregressive models with improved architecture and training recipe, pretraining data mixtures, and instruction tuning recipes. Our modified model architecture and training recipe achieve both better training stability and improved per-token efficiency. Our updated pretraining data mixture introduces a new, specialized data mix called Dolmino Mix 1124, which significantly improves model capabilities across many downstream task benchmarks when introduced via late-stage curriculum training (i.e. specialized data during the annealing phase of pretraining). Finally, we incorporate best practices from T\"ulu 3 to develop OLMo 2-Instruct, focusing on permissive data and extending our final-stage reinforcement learning with verifiable rewards (RLVR). Our OLMo 2 base models sit at the Pareto frontier of performance to compute, often matching or outperforming open-weight only models like Llama 3.1 and Qwen 2.5 while using fewer FLOPs and with fully transparent training data, code, and recipe. Our fully open OLMo 2-Instruct models are competitive with or surpassing open-weight only models of comparable size, including Qwen 2.5, Llama 3.1 and Gemma 2. We release all OLMo 2 artifacts openly -- models at 7B and 13B scales, both pretrained and post-trained, including their full training data, training code and recipes, training logs and thousands of intermediate checkpoints. The final instruction model is available on the Ai2 Playground as a free research demo.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2501.00656")

Code

Syntology Ran 2 of 21 code samples harvested from 3 repositories linked to this paper; 19 have no recorded run. Of those that ran: 2 ran with no contract checked.

By repository: official repository: 21 samples from 3 repositories, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

allenai/OLMo-core officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
allenai/olmes officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
allenai/olmo officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 2 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran
19unverified

Licence: 0 of the 21 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

causal_attention_bias allenai/olmo/olmo/model.py official repository ran Apache-2.0 (permissive) · f9abf6d74699cc1c · report
longest_common_prefix allenai/olmo/hf_olmo/convert_olmo_to_hf.py official repository ran Apache-2.0 (permissive) · 1e05670874fea1ef · report
all_to_all allenai/OLMo-core/src/olmo_core/distributed/nn.py official repository unverified Apache-2.0 (permissive) · eef0e57960f509e5 · report
all_to_all_single allenai/OLMo-core/src/olmo_core/distributed/nn.py official repository unverified Apache-2.0 (permissive) · 60bd6b2361f5a8b0 · report
beta_feature allenai/OLMo-core/src/olmo_core/doc_utils.py official repository unverified Apache-2.0 (permissive) · 903f4474fe15cdaf · report
decode_key allenai/olmo/olmo/safetensors_util.py official repository unverified Apache-2.0 (permissive) · f0c3a597e3ccfaf6 · report
delete_model allenai/olmes/oe_eval/utilities/model_utils.py official repository unverified Apache-2.0 (permissive) · 1325dacb19f6bd7e · report
encode_key allenai/olmo/olmo/safetensors_util.py official repository unverified Apache-2.0 (permissive) · e3246d51c7d7535c · report
env_bool allenai/OLMo-core/src/olmo_core/utils.py official repository unverified Apache-2.0 (permissive) · 1ab94002f679ebd2 · report
extract_think_answer allenai/olmes/oe_eval/models/output_processors.py official repository unverified Apache-2.0 (permissive) · 379ba3f9c8a51ff3 · report
fix_optim_state_dict allenai/olmo/olmo/optim.py official repository unverified Apache-2.0 (permissive) · 8c736d35652665c6 · report
flatten_dict allenai/olmo/olmo/safetensors_util.py official repository unverified Apache-2.0 (permissive) · b593a4bbddcc66c3 · report
get_completion allenai/olmes/oe_eval/models/litellm.py official repository unverified Apache-2.0 (permissive) · 7162dfdf480a8995 · report
get_fs_local_rank allenai/OLMo-core/src/olmo_core/distributed/utils.py official repository unverified Apache-2.0 (permissive) · 32df15687ce14fd7 · report
get_global_rank allenai/OLMo-core/src/olmo_core/distributed/utils.py official repository unverified Apache-2.0 (permissive) · cf29bba61f4e7b45 · report
get_rank allenai/OLMo-core/src/olmo_core/distributed/utils.py official repository unverified Apache-2.0 (permissive) · b32994fbeacb1e9b · report
maybe_nvtx_annotate allenai/OLMo-core/src/olmo_core/_nvtx.py official repository unverified Apache-2.0 (permissive) · b48e416f25d4cc2b · report
move_to_device allenai/OLMo-core/src/olmo_core/utils.py official repository unverified Apache-2.0 (permissive) · efa5007ea3ca9d06 · report
normalize_mxfp8_scale_mode_value allenai/OLMo-core/src/olmo_core/mxfp8_config.py official repository unverified Apache-2.0 (permissive) · 173adb946721713b · report
process_batch allenai/olmes/oe_eval/models/litellm.py official repository unverified Apache-2.0 (permissive) · c85e4b8ba614f924 · report
rank_matches_filter allenai/OLMo-core/src/olmo_core/utils.py official repository unverified Apache-2.0 (permissive) · b4c909652686eb75 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASELLaMA

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections