Views
No views yet
| Foundation model | Qwen/Qwen2.5-Math-7B |
| Stage | Warm-start SFT |
| Optimizer | IVON (see the paper for full hyperparameters) |
| Hardware | 8× NVIDIA H200 (144 GB) |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("BayesRL/Qwen2.5Math-IVON-SFT-7B")
4tok = AutoTokenizer.from_pretrained("BayesRL/Qwen2.5Math-IVON-SFT-7B")IVON_INIT_METHOD=trained in the companion code's run_rl.sh.1@misc{venkatkrishna2026parameterexploration,
2 title={Parameter Exploration for RLVR via Variational Learning},
3 author={Vatsal Venkatkrishna and Nico Daheim and Iryna Gurevych},
4 year={2026},
5 eprint={2608.09805},
6 archivePrefix={arXiv},
7 primaryClass={cs.LG},
8 url={https://arxiv.org/abs/2608.09805},
9}