allenai / OLMoE-1B-7B-0125-Instruct

huggingface.co
Total runs: 157.9K
24-hour runs: 0
7-day runs: 15.8K
30-day runs: 38.5K
Model's Last Updated: February 05 2025
text-generation

Introduction of OLMoE-1B-7B-0125-Instruct

Model Details of OLMoE-1B-7B-0125-Instruct

OLMo Logo

OLMoE-1B-7B-0125-Instruct

Release Documentation

OLMoE-1B-7B-0125-Instruct January 2025 is post-trained variant of the OLMoE-1B-7B January 2025 model, which has undergone supervised finetuning on an OLMo-specific variant of the Tülu 3 dataset and further DPO training on this dataset , and finally RLVR training using this data . Tülu 3 is designed for state-of-the-art performance on a diversity of tasks in addition to chat, such as MATH, GSM8K, and IFEval. Check out the OLMoE paper or Tülu 3 paper for more details!

OLMo is a series of O pen L anguage Mo dels designed to enable the science of language models. These models are trained on the Dolma dataset. We are releasing all code, checkpoints, logs (coming soon), and associated training details. The core models released in this batch include the following:

Model description
  • Model type: A model trained on a mix of publicly available, synthetic and human-created datasets.
  • Language(s) (NLP): Primarily English
  • License: Apache 2.0
  • Finetuned from model: allenai/OLMoE-1B-7B-0125-DPO
Model Sources
Installation

OLMo 2 will be supported in the next version of Transformers, and you need to install it from the main branch using:

pip install --upgrade git+https://github.com/huggingface/transformers.git
Using the model
Loading with HuggingFace

To load the model with HuggingFace, use the following snippet:

from transformers import AutoModelForCausalLM

olmo_model = AutoModelForCausalLM.from_pretrained("OLMoE-1B-7B-0125-Instruct")
Chat template

The chat template for our models is formatted as:

<|endoftext|><|user|>\nHow are you doing?\n<|assistant|>\nI'm just a computer program, so I don't have feelings, but I'm functioning as expected. How can I assist you today?<|endoftext|>

Or with new lines expanded:

<|endoftext|><|user|>
How are you doing?
<|assistant|>
I'm just a computer program, so I don't have feelings, but I'm functioning as expected. How can I assist you today?<|endoftext|>

It is embedded within the tokenizer as well, for tokenizer.apply_chat_template .

System prompt

In Ai2 demos, we use this system prompt by default:

You are OLMo 2, a helpful and harmless AI Assistant built by the Allen Institute for AI.

The model has not been trained with a specific system prompt in mind.

Bias, Risks, and Limitations

The OLMo-2 models have limited safety training, but are not deployed automatically with in-the-loop filtering of responses like ChatGPT, so the model can produce problematic outputs (especially when prompted to do so). See the Falcon 180B model card for an example of this.

Performance
Benchmark (eval) OLMoE-1B-7B-0125-Instruct OLMoE-1B-7B-0924-Instruct OLMoE-1B-7B-0125-DPO OLMoE-1B-7B-0125-SFT OLMoE-1B-7B-0924-SFT
Avg. 45.62 38.44 45.05 41.76 37.05
MMLU (CoT) 55.08 54.57 54.93 55.26 54.32
PopQA 19.75 20.56 19.65 20.12 21.01
TruthfulQA 50.56 49.14 49.99 45.48 44.66
BigBenchHard (CoT) 38.61 36.78 37.37 37.31 36.55
DROP 47.87 34.48 48.38 48.57 34.71
MATH (Flex) 21.41 8.16 20.36 21.38 8.15
GSM8K 72.40 47.38 64.59 55.72 42.46
HumanEval 62.30 63.04 61.92 62.58 63.72
HumanEval+ 54.37 58.93 57.61 55.67 57.40
IFEval 66.36 45.29 65.62 56.56 41.22
AlpacaEval 17.99 7.54 19.50 5.83 6.38
Safety (average) 90.40 51.40 91.40 94.50 65.80
License and use

OLMoE is licensed under the Apache 2.0 license. OLMoE is intended for research and educational use. For more information, please see our Responsible Use Guidelines . This model has been fine-tuned using a dataset mix with outputs generated from third party models and are subject to additional terms: Gemma Terms of Use .

Citation
@misc{muennighoff2024olmoeopenmixtureofexpertslanguage,
      title={OLMoE: Open Mixture-of-Experts Language Models}, 
      author={Niklas Muennighoff and Luca Soldaini and Dirk Groeneveld and Kyle Lo and Jacob Morrison and Sewon Min and Weijia Shi and Pete Walsh and Oyvind Tafjord and Nathan Lambert and Yuling Gu and Shane Arora and Akshita Bhagia and Dustin Schwenk and David Wadden and Alexander Wettig and Binyuan Hui and Tim Dettmers and Douwe Kiela and Ali Farhadi and Noah A. Smith and Pang Wei Koh and Amanpreet Singh and Hannaneh Hajishirzi},
      year={2024},
      eprint={2409.02060},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2409.02060}, 
}
@article{lambert2024tulu3,
  title = {Tülu 3: Pushing Frontiers in Open Language Model Post-Training},
  author = {
    Nathan Lambert and 
    Jacob Morrison and 
    Valentina Pyatkin and 
    Shengyi Huang and 
    Hamish Ivison and 
    Faeze Brahman and 
    Lester James V. Miranda and 
    Alisa Liu and 
    Nouha Dziri and 
    Shane Lyu and 
    Yuling Gu and 
    Saumya Malik and 
    Victoria Graf and 
    Jena D. Hwang and 
    Jiangjiang Yang and
    Ronan Le Bras and
    Oyvind Tafjord and
    Chris Wilhelm and
    Luca Soldaini and 
    Noah A. Smith and 
    Yizhong Wang and 
    Pradeep Dasigi and 
    Hannaneh Hajishirzi
  },
  year = {2024},
  email = {[email protected]}
}

Runs of allenai OLMoE-1B-7B-0125-Instruct on huggingface.co

157.9K
Total runs
0
24-hour runs
10.7K
3-day runs
15.8K
7-day runs
38.5K
30-day runs

More Information About OLMoE-1B-7B-0125-Instruct huggingface.co Model

More OLMoE-1B-7B-0125-Instruct license Visit here:

https://choosealicense.com/licenses/apache-2.0

OLMoE-1B-7B-0125-Instruct huggingface.co

OLMoE-1B-7B-0125-Instruct huggingface.co is an AI model on huggingface.co that provides OLMoE-1B-7B-0125-Instruct's model effect (), which can be used instantly with this allenai OLMoE-1B-7B-0125-Instruct model. huggingface.co supports a free trial of the OLMoE-1B-7B-0125-Instruct model, and also provides paid use of the OLMoE-1B-7B-0125-Instruct. Support call OLMoE-1B-7B-0125-Instruct model through api, including Node.js, Python, http.

OLMoE-1B-7B-0125-Instruct huggingface.co Url

https://huggingface.co/allenai/OLMoE-1B-7B-0125-Instruct

allenai OLMoE-1B-7B-0125-Instruct online free

OLMoE-1B-7B-0125-Instruct huggingface.co is an online trial and call api platform, which integrates OLMoE-1B-7B-0125-Instruct's modeling effects, including api services, and provides a free online trial of OLMoE-1B-7B-0125-Instruct, you can try OLMoE-1B-7B-0125-Instruct online for free by clicking the link below.

allenai OLMoE-1B-7B-0125-Instruct online free url in huggingface.co:

https://huggingface.co/allenai/OLMoE-1B-7B-0125-Instruct

OLMoE-1B-7B-0125-Instruct install

OLMoE-1B-7B-0125-Instruct is an open source model from GitHub that offers a free installation service, and any user can find OLMoE-1B-7B-0125-Instruct on GitHub to install. At the same time, huggingface.co provides the effect of OLMoE-1B-7B-0125-Instruct install, users can directly use OLMoE-1B-7B-0125-Instruct installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

OLMoE-1B-7B-0125-Instruct install url in huggingface.co:

https://huggingface.co/allenai/OLMoE-1B-7B-0125-Instruct

Url of OLMoE-1B-7B-0125-Instruct

OLMoE-1B-7B-0125-Instruct huggingface.co Url

Provider of OLMoE-1B-7B-0125-Instruct huggingface.co

allenai
ORGANIZATIONS

Other API from allenai

huggingface.co

Total runs: 1.1M
Run Growth: 324.9K
Growth Rate: 30.51%
Updated:December 04 2024
huggingface.co

Total runs: 153.9K
Run Growth: 26.8K
Growth Rate: 17.43%
Updated:July 28 2025
huggingface.co

Total runs: 136.2K
Run Growth: -2.6K
Growth Rate: -1.93%
Updated:January 23 2026
huggingface.co

Total runs: 100.0K
Run Growth: 37.8K
Growth Rate: 37.79%
Updated:January 23 2026
huggingface.co

Total runs: 93.5K
Run Growth: -61.1K
Growth Rate: -65.35%
Updated:January 23 2026
huggingface.co

Total runs: 38.2K
Run Growth: 10.4K
Growth Rate: 27.18%
Updated:August 15 2024
huggingface.co

Total runs: 24.6K
Run Growth: -3.8K
Growth Rate: -15.50%
Updated:January 25 2023
huggingface.co

Total runs: 19.3K
Run Growth: 686
Growth Rate: 3.55%
Updated:October 18 2023
huggingface.co

Total runs: 15.4K
Run Growth: 11.3K
Growth Rate: 73.79%
Updated:May 23 2026
huggingface.co

Total runs: 7.2K
Run Growth: 1.3K
Growth Rate: 18.08%
Updated:April 11 2026
huggingface.co

Total runs: 5.2K
Run Growth: 723
Growth Rate: 14.03%
Updated:December 04 2024
huggingface.co

Total runs: 4.4K
Run Growth: -1.2K
Growth Rate: -27.97%
Updated:July 17 2024
huggingface.co

Total runs: 3.9K
Run Growth: -788
Growth Rate: -20.07%
Updated:March 19 2026
huggingface.co

Total runs: 3.9K
Run Growth: -341
Growth Rate: -8.79%
Updated:June 23 2026
huggingface.co

Total runs: 3.8K
Run Growth: 0
Growth Rate: 0.00%
Updated:October 10 2025
huggingface.co

Total runs: 3.5K
Run Growth: -1.5K
Growth Rate: -42.83%
Updated:June 23 2026
huggingface.co

Total runs: 3.3K
Run Growth: -998
Growth Rate: -30.33%
Updated:July 17 2024
huggingface.co

Total runs: 3.0K
Run Growth: 3.0K
Growth Rate: 100.00%
Updated:June 23 2026
huggingface.co

Total runs: 2.6K
Run Growth: -3.3K
Growth Rate: -127.96%
Updated:May 21 2026
huggingface.co

Total runs: 2.0K
Run Growth: -2.4K
Growth Rate: -119.11%
Updated:October 09 2025
huggingface.co

Total runs: 1.7K
Run Growth: -390
Growth Rate: -22.47%
Updated:April 11 2026