verl-project/verl

Support Generative Reward Model (GenRM)

Closed

#229 opened on Feb 9, 2025

 (17 comments) (0 reactions) (1 assignee)Python (4,413 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (22,985 stars)
PR merge metrics
 (Avg merge 3d 6h) (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