6 Downloads Updated 2 days ago
Updated 2 days ago
2 days ago
b99e24b18a54 ยท 3.5GB ยท
## ๐ Overview
OLMo-3-7B-RLZero-Math is a 7 billion parameter model fine-tuned specifically for mathematical reasoning using the innovative RL-Zero approach from Allen Institute for AI. It excels at step-by-step problem solving, showing its work clearly like a skilled tutor.
## ๐ฏ Key Features
## ๐ท๏ธ Available Versions
| Tag | Size | RAM Required | Description |
|โโ|โโ|โโโโโ|โโโโ-|
| iq3_m | 3.2 GB | ~4GB | Smallest, for constrained devices |
| iq4_xs | 3.8 GB | ~5GB | Compact 4-bit with good quality |
| q4_k_m | 4.2 GB | ~6GB | Recommended - best quality/size ratio |
| q5_k_m | 4.9 GB | ~7GB | Higher quality, slightly larger |
| q8_0 | 7.2 GB | ~9GB | Near full precision |
| f16 | 13.6 GB | ~16GB | Full FP16 precision |
## ๐ป Quick Start
# Recommended version (Q4_K_M)
ollama run richardyoung/olmo-3-7b-rlzero-math "Solve for x: 3x^2 - 12x + 9 = 0"
# Smallest version for mobile/edge (IQ3_M)
ollama run richardyoung/olmo-3-7b-rlzero-math:iq3_m "What is the derivative of sin(x)?"
# High quality version (Q8_0)
ollama run richardyoung/olmo-3-7b-rlzero-math:q8_0 "Prove that the sum of the first n odd numbers equals nยฒ"
## ๐ ๏ธ Example Use Cases
### Algebra
ollama run richardyoung/olmo-3-7b-rlzero-math "Solve the system of equations: 2x + 3y = 12, x - y = 1"
### Calculus
ollama run richardyoung/olmo-3-7b-rlzero-math "Find the derivative of f(x) = xยณ ยท ln(x)"
### Word Problems
ollama run richardyoung/olmo-3-7b-rlzero-math "A train leaves Station A at 60 mph. Another train leaves Station B
(300 miles away) at 40 mph heading toward A. When do they meet?"
### Proofs
ollama run richardyoung/olmo-3-7b-rlzero-math "Prove by induction that 1 + 2 + 3 + ... + n = n(n+1)/2"
## ๐ System Requirements
### Minimum Requirements - RAM: 8GB - CPU: Any modern processor - Storage: 5GB free space
### Recommended Setup - RAM: 16GB - Hardware: Apple Silicon Mac or NVIDIA GPU - Storage: 15GB for multiple quantizations
## ๐ What Makes This Model Special
## ๐ค Resources & Links
## ๐ Acknowledgments
## ๐ License
Apache 2.0 - Free for commercial and personal use.