πŸ“‹ Model Description


tags:
  • unsloth
license: apache-2.0 base_model:
  • allenai/Olmo-3-7B-Think
language:
  • en

Unsloth Dynamic 2.0 achieves superior accuracy & outperforms other leading quants.

Model Details

OLMo Logo

Model Card for Olmo 3 Think

We introduce Olmo 3, a new family of 7B and 32B models both Instruct and Think variants. Long chain-of-thought thinking improves reasoning tasks like math and coding.

Olmo is a series of Open language models designed to enable the science of language models.
These models are pre-trained on the Dolma 3 dataset and post-trained on the Dolci datasets. We are releasing all code, checkpoints, logs (coming soon), and associated training details.

The core models released in this batch include the following:

StageOlmo 3 7B ThinkOlmo 3 32B ThinkOlmo 3 7B Instruct
Base ModelOlmo-3-7BOlmo-3-32BOlmo-3-7B
SFTOlmo-3-7B-Think-SFTOlmo-3-32B-Think-SFTOlmo-3-7B-Instruct-SFT
DPOOlmo-3-7B-Think-DPOOlmo-3-32B-Think-DPOOlmo-3-7B-Instruct-DPO
Final Models (RLVR)Olmo-3-7B-ThinkOlmo-3-32B-ThinkOlmo-3-7B-Instruct

Installation

Olmo 3 is supported in transformers 4.57.0 or higher:

pip install transformers>=4.57.0

Inference

You can use OLMo with the standard HuggingFace transformers library:

from transformers import AutoModelForCausalLM, AutoTokenizer
olmo = AutoModelForCausalLM.from_pretrained("allenai/Olmo-3-7B-Think")
tokenizer = AutoTokenizer.from_pretrained("allenai/Olmo-3-7B-Think")
message = ["Who would win in a fight - a dinosaur or a cow named Moo Moo?"]
inputs = tokenizer(message, returntensors='pt', returntokentypeids=False)

optional verifying cuda


inputs = {k: v.to('cuda') for k,v in inputs.items()}


olmo = olmo.to('cuda')


response = olmo.generate(inputs, maxnewtokens=100, dosample=True, topk=50, top_p=0.95)
print(tokenizer.batchdecode(response, skipspecial_tokens=True)[0])
>> '<think>Okay, so the question is who would win in a fight...'

For faster performance, you can quantize the model using the following method:

AutoModelForCausalLM.from_pretrained("allenai/Olmo-3-7B-Think", 
torch_dtype=torch.float16,
loadin8bit=True) # Requires bitsandbytes

The quantized model is more sensitive to data types and CUDA operations. To avoid potential issues, it's recommended to pass the inputs directly to CUDA using:
inputs.input_ids.to('cuda')

We have released checkpoints for these models. For post-training, the naming convention is step_XXXX.

To load a specific model revision with HuggingFace, simply add the argument revision:

olmo = AutoModelForCausalLM.frompretrained("allenai/Olmo-3-7B-Think", revision="step1375")

Or, you can access all the revisions for the models via the following code snippet:

from huggingfacehub import listrepo_refs
out = listreporefs("allenai/Olmo-3-7B-Think")
branches = [b.name for b in out.branches]

Chat template

Default System Message

The default system prompt for this model is:
<|im_start|>system
You are Olmo, a helpful AI assistant built by Ai2. Your date cutoff is December 2024, and your model weights are available at https://huggingface.co/allenai.
<|im_end|>

Chat Format

The chat template for this model is formatted as:

<|im_start|>system
You are Olmo, a helpful AI assistant built by Ai2. Your date cutoff is December 2024, and your model weights are available at https://huggingface.co/allenai.
<|im_start|>user
Who would win in a fight - a dinosaur or a cow named Moo Moo?<|im_end|>
<|im_start|>assistant
<think>Okay, so the question is who would win in a fight between a dinosaur and a cow named Moo Moo.
Hmm, first I need to break this down. Let me think about the different factors involved here..... </think>
Moo Moo the cow would certinaly win.
<|endoftext|>

Model Description

  • Developed by: Allen Institute for AI (Ai2)
  • Model type: a Transformer style autoregressive language model.
  • Language(s) (NLP): English
  • License: This model is licensed under Apache 2.0. It is intended for research and educational use in accordance with Ai2's Responsible Use Guidelines.
  • Contact: Technical inquiries: [email protected]. Press: [email protected]
  • Date cutoff: Dec. 2024.

Model Sources

  • Project Page: https://allenai.org/olmo
  • Repositories:
- Open-Instruct for DPO and RLVR: https://github.com/allenai/open-instruct - OLMo-Core for pre-training and SFT: https://github.com/allenai/OLMo-core - OLMo-Eval for evaluation: https://github.com/allenai/OLMo-Eval
  • Paper: [TBD]

Evaluation

SkillBenchmarkOlmo 3 Think 7B SFTOlmo 3 Think 7B DPOOlmo 3 Think 7BOpenThinker3-7BNemotron-Nano-9B-v2DeepSeek-R1-Distill-Qwen-7BQwen 3 8B (reasoning)Qwen 3 VL 8B ThinkerOpenReasoning Nemotron 7B
MathMATH94.492.495.194.594.487.995.195.294.6
AIME 202469.674.671.667.772.154.974.070.977.0
AIME 202557.662.764.657.258.940.267.861.573.1
OMEGA45.040.537.838.442.428.543.438.143.2
ReasoningBBH84.183.786.677.186.273.584.486.881.3
ZebraLogic57.960.666.534.960.826.185.291.222.4
AGI Eval77.279.181.578.683.169.587.090.181.4
CodingHumanEval+88.291.489.987.489.783.080.283.789.7
MBPP+63.263.064.761.466.163.569.163.061.2
LCB v367.875.175.268.083.458.886.285.582.3
IFIFEval77.975.988.251.786.059.687.485.542.5
IFBench30.028.341.623.034.616.737.140.423.4
KnowledgeMMLU74.974.877.877.484.367.985.486.580.7
QAPopQA20.824.723.718.017.912.824.329.314.5
GPQA45.848.646.247.656.254.457.761.556.6
ChatAE 243.950.652.124.058.07.760.573.58.6
Safety65.867.770.731.372.154.068.382.930.3

Model Details

#### Stage 1: SFT

#### Stage 2:DPO

#### Stage 3: RLVR

  • reinforcement learning from verifiable rewards on the Dolci-Think-RL-7B dataset. This dataset consits of math, code, instruction-following, and general chat queries.
  • Datasets: Dolci-Think-RL-7B, Dolci-Instruct-RL-7B

Bias, Risks, and Limitations

Like any base language model or fine-tuned model without safety filtering, these models can easily be prompted by users to generate harmful and sensitive content. Such content may also be produced unintentionally, especially in cases involving bias, so we recommend that users consider the risks when applying this technology. Additionally, many statements from OLMo or any LLM are often inaccurate, so facts should be verified.

Citation

A technical manuscript is forthcoming!

Model Card Contact

For errors in this model card, contact [email protected].

πŸ“‚ GGUF File List

πŸ“ Filename πŸ“¦ Size ⚑ Download
Olmo-3-7B-Think-BF16.gguf
LFS FP16
13.6 GB Download
Olmo-3-7B-Think-IQ4_NL.gguf
LFS Q4
3.93 GB Download
Olmo-3-7B-Think-IQ4_XS.gguf
LFS Q4
3.74 GB Download
Olmo-3-7B-Think-Q2_K.gguf
LFS Q2
2.66 GB Download
Olmo-3-7B-Think-Q2_K_L.gguf
LFS Q2
2.75 GB Download
Olmo-3-7B-Think-Q3_K_M.gguf
LFS Q3
3.4 GB Download
Olmo-3-7B-Think-Q3_K_S.gguf
LFS Q3
3.08 GB Download
Olmo-3-7B-Think-Q4_0.gguf
Recommended LFS Q4
3.94 GB Download
Olmo-3-7B-Think-Q4_1.gguf
LFS Q4
4.33 GB Download
Olmo-3-7B-Think-Q4_K_M.gguf
LFS Q4
4.16 GB Download
Olmo-3-7B-Think-Q4_K_S.gguf
LFS Q4
3.96 GB Download
Olmo-3-7B-Think-Q5_K_M.gguf
LFS Q5
4.85 GB Download
Olmo-3-7B-Think-Q5_K_S.gguf
LFS Q5
4.73 GB Download
Olmo-3-7B-Think-Q6_K.gguf
LFS Q6
5.58 GB Download
Olmo-3-7B-Think-Q8_0.gguf
LFS Q8
7.23 GB Download
Olmo-3-7B-Think-UD-IQ1_M.gguf
LFS
1.9 GB Download
Olmo-3-7B-Think-UD-IQ1_S.gguf
LFS
1.81 GB Download
Olmo-3-7B-Think-UD-IQ2_M.gguf
LFS Q2
2.53 GB Download
Olmo-3-7B-Think-UD-IQ2_XXS.gguf
LFS Q2
2.1 GB Download
Olmo-3-7B-Think-UD-IQ3_XXS.gguf
LFS Q3
2.74 GB Download
Olmo-3-7B-Think-UD-Q2_K_XL.gguf
LFS Q2
2.82 GB Download
Olmo-3-7B-Think-UD-Q3_K_XL.gguf
LFS Q3
3.58 GB Download
Olmo-3-7B-Think-UD-Q4_K_XL.gguf
LFS Q4
4.26 GB Download
Olmo-3-7B-Think-UD-Q5_K_XL.gguf
LFS Q5
4.86 GB Download
Olmo-3-7B-Think-UD-Q6_K_XL.gguf
LFS Q6
6.33 GB Download
Olmo-3-7B-Think-UD-Q8_K_XL.gguf
LFS Q8
8.68 GB Download