Skip to main content
Runs the evaluation that ships with the recipe’s own framework — NeMo-RL’s evaluation config, verl’s SFT validation loop. This is the framework’s notion of “how is it doing”, on the framework’s terms. That makes it different from sf bench, which runs standard academic benchmarks through an external harness so results are comparable across runs, methods, and other people’s models. Reach for sf eval while iterating on one method; reach for sf bench when comparing. It can also run automatically after training:

sf eval

Run a recipe’s native evaluation