242 Downloads Updated 8 months ago
ollama run richardyoung/olmo-3-7b-rlzero-math
Updated 8 months ago
8 months ago
e2c3f8b79e5b ยท 4.5GB ยท
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.
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.
| 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 |
# 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
| 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.
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
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.
Built & maintained by Richard Young ยท DeepNeuro