allenai / OLMo-2-1124-7B-SFT

huggingface.co
Total runs: 4.6K
24-hour runs: 0
7-day runs: -78
30-day runs: 1.1K
Model's Last Updated: January 06 2025
text-generation

Introduction of OLMo-2-1124-7B-SFT

Model Details of OLMo-2-1124-7B-SFT

OLMo Logo

OLMo-2-1124-7B-SFT

OLMo 2 7B SFT November 2024 is post-trained variant of the OLMo 2 7B November 2024 model, which has undergone supervised finetuning on an OLMo-specific variant of the Tülu 3 dataset . 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 OLMo 2 paper (forthcoming) 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/OLMo2-7B-1124
Model Sources
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("allenai/OLMo-2-1124-7B-SFT")
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
Model Average AlpacaEval BBH DROP GSM8k IFEval MATH MMLU Safety PopQA TruthQA
Open weights models
Gemma-2-9B-it 51.9 43.7 2.5 58.8 79.7 69.9 29.8 69.1 75.5 28.3 61.4
Ministral-8B-Instruct 52.1 31.4 56.2 56.2 80.0 56.4 40.0 68.5 56.2 20.2 55.5
Mistral-Nemo-Instruct-2407 50.9 45.8 54.6 23.6 81.4 64.5 31.9 70.0 52.7 26.9 57.7
Qwen-2.5-7B-Instruct 57.1 29.7 25.3 54.4 83.8 74.7 69.9 76.6 75.0 18.1 63.1
Llama-3.1-8B-Instruct 58.9 25.8 69.7 61.7 83.4 80.6 42.5 71.3 70.2 28.4 55.1
Tülu 3 8B 60.4 34.0 66.0 62.6 87.6 82.4 43.7 68.2 75.4 29.1 55.0
Qwen-2.5-14B-Instruct 60.8 34.6 34.0 50.5 83.9 82.4 70.6 81.1 79.3 21.1 70.8
Fully open models
OLMo-7B-Instruct 28.2 5.2 35.3 30.7 14.3 32.2 2.1 46.3 54.0 17.1 44.5
OLMo-7B-0424-Instruct 33.1 8.5 34.4 47.9 23.2 39.2 5.2 48.9 49.3 18.9 55.2
OLMoE-1B-7B-0924-Instruct 35.5 8.5 37.2 34.3 47.2 46.2 8.4 51.6 51.6 20.6 49.1
MAP-Neo-7B-Instruct 42.9 17.6 26.4 48.2 69.4 35.9 31.5 56.5 73.7 18.4 51.6
OLMo-2-7B-SFT 50.0 9.3 50.7 58.2 71.2 68.0 25.1 62.0 82.4 25.0 47.8
OLMo-2-7B-DPO 55.0 29.9 47.0 58.8 82.4 74.5 31.2 63.4 81.5 24.5 57.2
OLMo-2-13B-SFT 55.7 12.0 58.8 71.8 75.7 71.5 31.1 67.3 82.8 29.3 56.2
OLMo-2-13B-DPO 61.0 38.3 58.5 71.9 84.2 80.6 35.0 68.5 80.6 28.9 63.9
OLMo-2-7B-1124–Instruct 55.7 31.0 48.5 58.9 85.2 75.6 31.3 63.9 81.2 24.6 56.3
OLMo-2-13B-1124-Instruct 61.4 37.5 58.4 72.1 87.4 80.4 39.7 68.6 77.5 28.8 63.9
Hyperparameters

SFT:

  • Learning Rate : 1E-5 (7B), 7.5E-06 (13B)
  • Effective Batch Size: 64 (7B), 128 (13B)
  • Max. Sequence Length: 4096
  • Loss Accumulation: Sum (see https://unsloth.ai/blog/gradient )
  • Learning Rate Schedule: Linear
  • LR Warmup Ratio: 0.03
  • Num. Epochs: 2
License and use

OLMo 2 is licensed under the Apache 2.0 license. OLMo 2 is intended for research and educational use. For more information, please see our Responsible Use Guidelines .

Citation

A technical manuscript is forthcoming!

Runs of allenai OLMo-2-1124-7B-SFT on huggingface.co

4.6K
Total runs
0
24-hour runs
-78
3-day runs
-78
7-day runs
1.1K
30-day runs

More Information About OLMo-2-1124-7B-SFT huggingface.co Model

More OLMo-2-1124-7B-SFT license Visit here:

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

OLMo-2-1124-7B-SFT huggingface.co

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

OLMo-2-1124-7B-SFT huggingface.co Url

https://huggingface.co/allenai/OLMo-2-1124-7B-SFT

allenai OLMo-2-1124-7B-SFT online free

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

allenai OLMo-2-1124-7B-SFT online free url in huggingface.co:

https://huggingface.co/allenai/OLMo-2-1124-7B-SFT

OLMo-2-1124-7B-SFT install

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

OLMo-2-1124-7B-SFT install url in huggingface.co:

https://huggingface.co/allenai/OLMo-2-1124-7B-SFT

Url of OLMo-2-1124-7B-SFT

OLMo-2-1124-7B-SFT huggingface.co Url

Provider of OLMo-2-1124-7B-SFT huggingface.co

allenai
ORGANIZATIONS

Other API from allenai

huggingface.co

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

Total runs: 146.4K
Run Growth: 19.3K
Growth Rate: 13.21%
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: 114.5K
Run Growth: -141.3K
Growth Rate: -123.42%
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: 55.7K
Run Growth: 53.5K
Growth Rate: 95.99%
Updated:October 10 2025
huggingface.co

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

Total runs: 21.6K
Run Growth: 4.8K
Growth Rate: 22.37%
Updated:October 18 2023
huggingface.co

Total runs: 11.5K
Run Growth: 7.5K
Growth Rate: 65.13%
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.1K
Run Growth: 1.2K
Growth Rate: 23.17%
Updated:December 04 2024
huggingface.co

Total runs: 4.5K
Run Growth: -22.2K
Growth Rate: -497.07%
Updated:June 23 2026
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.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