Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The difference between 'vm' and 'prm' in 'reward_model_type'? #10

Open
Aurora-slz opened this issue Nov 28, 2024 · 2 comments
Open

The difference between 'vm' and 'prm' in 'reward_model_type'? #10

Aurora-slz opened this issue Nov 28, 2024 · 2 comments

Comments

@Aurora-slz
Copy link

What is the difference between 'vm' and 'prm' in 'reward_model_type'? How should I choose one, for example when initializing prm training data?

Thansk a lot!

@girotte-tao
Copy link

I think 'vm' is to evaluate the vm, which is called from eval_vm.py.
While 'prm' is to sample data (generate dataset)

@zhoubiansining
Copy link
Contributor

We only use this PRM implementation for comparison in the research process. You can simply use the vm for initialization, sampling and evaluation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants