Instructions to use allenai/Olmo-3-7B-RL-Zero-Math with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use allenai/Olmo-3-7B-RL-Zero-Math with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("allenai/Olmo-3-7B-RL-Zero-Math", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Add `transformers` as the library name
#1
by ariG23498 HF Staff - opened
No description provided.
natolambert changed pull request status to merged