We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the difference between 'vm' and 'prm' in 'reward_model_type'? How should I choose one, for example when initializing prm training data?
'vm'
'prm'
'reward_model_type'
Thansk a lot!
The text was updated successfully, but these errors were encountered:
I think 'vm' is to evaluate the vm, which is called from eval_vm.py. While 'prm' is to sample data (generate dataset)
Sorry, something went wrong.
We only use this PRM implementation for comparison in the research process. You can simply use the vm for initialization, sampling and evaluation.
vm
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: