17 comments (17 comments)0 reactions (0 reactions)1 assignee (1 assignee)Python4,413 forks (4,413 forks)auto 404
enhancementgood first issue
Repository metrics
- Stars
- 22,985 stars (22,985 stars)
- PR merge metrics
- Avg merge 3d 6h (Avg merge 3d 6h)125 merged PRs in 30d (125 merged PRs in 30d)
Description
According to the documentation, veRL only supports AutoModelForSequenceClassification. What would be the best way to implement generative reward model (GenRM) for veRL? I tried looking at FSDP Workers and Megatron-LM Workers but they no longer exist.
Contributor guide
- Research direction
- Examine the current reward model class in veRL that uses AutoModelForSequenceClassification and adapt it to support generative models like a language model that outputs a token representing the reward. Explore how FSDP workers and Megatron workers were previously structured, and consider integrating a generative model head that produces a reward token instead of a scalar.
- Tech stack
- python
- Domain
- machine learningai
- Issue type
- Feature
- Prerequisites
- PythonPyTorch