Dedicated Endpoints
Run this model inference on single tenant GPU with unmatched speed and reliability at scale.
Container
Run this model inference with full control and performance in your environment.
Get help setting up a custom Dedicated Endpoints.
Talk with our engineer to get a quote for reserved GPU instances with discounts.
README
License: apache-2.0Training
| Foundation model | Qwen/Qwen2.5-Math-7B |
| Stage | Warm-start SFT |
| Data | Llama-Nemotron Post-Training Dataset (SFT subset) |
| Optimizer | IVON, lr 50.0, ESS (λ) 1e10 |
| Hardware | 8× NVIDIA H200 (144 GB) |
Usage
Loads as a standard causal LM:
python
from transformers import AutoModelForCausalLM, AutoTokenizermodel = AutoModelForCausalLM.from_pretrained("BayesRL/Qwen2.5Math-IVON-SFT-7B")tok = AutoTokenizer.from_pretrained("BayesRL/Qwen2.5Math-IVON-SFT-7B")
To use it as the warm-start prior for 3PO RLVR, load the IVON optimizer state via
IVON_INIT_METHOD=trained in the companion code's run_rl.sh.
Citation
bibtex
@misc{venkatkrishna2026parameter,title={Parameter Exploration for RLVR via Variational Learning},author={Vatsal Venkatkrishna and Nico Daheim and Iryna Gurevych},year={2026},}
Model provider
BayesRL
Model tree
Base
Qwen/Qwen2.5-Math-7B
Fine-tuned
this model
Modalities
Input
Text
Output
Text
Pricing
Dedicated Endpoints
View detailsSupported Functionality
Model APIs
Dedicated Endpoints
Container
More information