242 8 months ago

A 7B math reasoning model from Allen AI, trained with RL-Zero to solve problems step-by-step like a skilled tutor. Supports 65K context for complex multi-step problems - runs on any laptop.

ollama run richardyoung/olmo-3-7b-rlzero-math:q8_0

Details

8 months ago

6741699691a0 ยท 7.8GB ยท

olmo2
ยท
7.3B
ยท
Q8_0
You are a helpful AI assistant specialized in mathematics. Solve problems step by step, showing your
# OLMo-3-7B-RLZero-Math A 7B parameter model fine-tuned for mathematical reasoning using the RL-Zero
{ "num_ctx": 65536, "stop": [ "<|endoftext|>" ] }
{{ .Prompt }}

Readme

OLMo-3-7B-RLZero-Math

A 7B math reasoning model from Allen AI, trained with RL-Zero (RLVR) to solve problems step-by-step like a skilled tutor. Runs on any laptop.

๐Ÿš€ Overview

OLMo-3-7B-RLZero-Math is a 7-billion-parameter mathematical reasoning model built on Allen AIโ€™s fully open OLMo 3 family. It is trained with RL-Zero, reinforcement learning from verifiable rewards (RLVR), without human demonstrations, on the Dolci-RL-Zero-Math dataset of math queries. The result is a model that works through algebra, calculus, word problems, and proofs by showing its reasoning clearly, like a patient tutor.

These RL-Zero checkpoints are part of Allen AIโ€™s open scientific exploration of RLVR training. Everything in the OLMo 3 flow is open: data, code, weights, and training recipes.

๐ŸŽฏ Key Features

  • Step-by-Step Reasoning: Works problems out explicitly, showing its work like a skilled tutor
  • Math-Specialized: Tuned for algebra, calculus, word problems, and mathematical proofs
  • RL-Zero Training: Reinforcement learning from verifiable rewards (RLVR), no human demonstrations
  • Long Context: 65,536-token window for complex, multi-step problems
  • Fully Open: Built on Allen AIโ€™s open OLMo 3 family, open data, weights, and recipes
  • Laptop-Friendly: Quantized builds run comfortably on standard hardware

๐Ÿท๏ธ Available Versions

Tag Size BPW Notes
iq3_m 3.5 GB 3.66 Smallest, for low VRAM
iq4_xs 4.0 GB 4.25 Great quality/size balance
latest / Q4_K_M 4.5 GB 4.83 Recommended
Q5_K_M 5.2 GB 5.65 Higher quality
q8_0 7.8 GB 8.50 Near-lossless
f16 15 GB 16.0 Full precision

๐Ÿ’ป Quick Start

# Pull and run (recommended Q4_K_M)
ollama run richardyoung/olmo-3-7b-rlzero-math

# Or pick a specific version
ollama run richardyoung/olmo-3-7b-rlzero-math:iq3_m    # Smallest
ollama run richardyoung/olmo-3-7b-rlzero-math:Q5_K_M   # Higher quality
ollama run richardyoung/olmo-3-7b-rlzero-math:q8_0     # Near-lossless

๐Ÿ› ๏ธ Use Cases

  • Math Tutoring: Step-by-step walkthroughs of algebra, calculus, and word problems
  • Reasoning Research: A clean, open baseline for studying RLVR / RL-Zero training
  • Education: Explain mathematical concepts and proofs with visible working
  • STEM Assistance: Support quantitative reasoning in study and analysis workflows

๐Ÿ“‹ System Requirements

VRAM Performance
4 GB Slow, may swap to CPU
6 GB Good performance
8 GB+ Excellent performance

CPU-only inference is also supported and runs well on modern laptops with the smaller quantizations.

๐Ÿ”ง Technical Details

Base Model: allenai/Olmo-3-1025-7B Parameters: 7B Architecture: Decoder-only transformer (32 layers, 4096 hidden size) Context Length: 65,536 tokens Training Method: RL-Zero, reinforcement learning from verifiable rewards (RLVR) on Dolci-RL-Zero-Math License: Apache 2.0

โš ๏ธ Disclaimer

The OLMo 3 RL-Zero models are experimental research checkpoints intended for the scientific exploration of RLVR training. Verify mathematical results independently before relying on them, and use the model in accordance with applicable laws and the Apache 2.0 license.

๐Ÿ™ Acknowledgments


Built & maintained by Richard Young ยท DeepNeuro