Preprint
Machine Learning

OLMo 2

January 1, 2025

0

Citations

0

Influential Citations

Venue

2025

Year

Abstract

A family of open-source language models featuring improved architecture, training recipes, and pre-training data mixtures. It incorporates a new specialized data mix (Dolmino Mix 1124) introduced via late-stage curriculum training, and best practices from Tülu 3 are incorporated to develop OLMo 2-Instruct.

Analysis

Why This Paper Matters

OLMo 2 represents a significant step forward in open-source language modeling by openly sharing not just model weights but also the training recipes and data mixtures that lead to improved performance. This transparency is crucial for reproducibility and community-driven research. The introduction of a specialized data mix (Dolmino Mix 1124) via late-stage curriculum training is a practical innovation that can be adopted by other teams.

By incorporating best practices from Tülu 3, the work bridges the gap between base model training and instruction tuning, showing how these stages can be more tightly integrated. This is especially relevant for practitioners who need to build capable instruction-following models without proprietary data.

Technical Contributions

  • Improved architecture: Details of architectural changes are not provided in the abstract, but the claim suggests refinements over prior open-source models.
  • Dolmino Mix 1124: A new specialized data mixture designed for late-stage curriculum training, likely focusing on quality and diversity.
  • Late-stage curriculum training: A training strategy that introduces the specialized mix after initial pre-training, potentially improving model capabilities without full retraining.
  • Tülu 3 integration: Adoption of instruction-tuning recipes from Tülu 3, which may include supervised fine-tuning and preference optimization techniques.

Results

The abstract does not report concrete metrics such as perplexity, benchmark scores, or human evaluation results. The main claim is that the model family features improved performance due to the new architecture, data mix, and training recipes. Without quantitative results, the impact is inferred from the methodology and the open-source release.

Significance

OLMo 2 contributes to the democratization of AI by providing an open-source alternative to proprietary models. The sharing of data mixtures and training recipes lowers the barrier for other researchers and developers to build upon this work. The integration of curriculum learning and instruction tuning in an open framework could influence future model development practices.