Instructions to use Jennny/qwen-math-value-model-join-09-5e5-3ep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jennny/qwen-math-value-model-join-09-5e5-3ep with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Jennny/qwen-math-value-model-join-09-5e5-3ep", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Jennny/qwen-math-value-model-join-09-5e5-3ep", trust_remote_code=True) model = AutoModel.from_pretrained("Jennny/qwen-math-value-model-join-09-5e5-3ep", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
MAHALO: Process Reward Model
This repository contains a Process Reward Model (PRM) introduced in the paper Simultaneous Multi-objective Alignment Across Verifiable and Non-verifiable Rewards.
MAHALO (Multi-Action-Head ALignment with PRM-guided DecOding) is a unified framework that standardizes PRM training across verifiable and non-verifiable settings for step-level supervision. It performs vectorized multi-objective alignment and enables controllable inference through objective-specific weighting and PRM-guided decoding.
Resources
- Paper: Simultaneous Multi-objective Alignment Across Verifiable and Non-verifiable Rewards
- Code: GitHub - pearls-lab/multiobj-align
Model Description
This model is a process-level reward model based on the Qwen2 architecture. It is designed to provide dense, step-level reward signals to align large language models across multiple objectives, including mathematical reasoning, human values, and interactive tutoring.
Citation
@article{shen2025simultaneous,
title={Simultaneous Multi-objective Alignment Across Verifiable and Non-verifiable Rewards},
author={Shen, Yiran and Xia, Yu and Chang, Jonathan and Ammanabrolu, Prithviraj},
journal={arXiv preprint arXiv:2510.01167},
year={2025},
url={https://arxiv.org/abs/2510.01167}
}
- Downloads last month
- 6
Model tree for Jennny/qwen-math-value-model-join-09-5e5-3ep
Base model
Qwen/Qwen2.5-7B