What problem does it solve?
It solves the problem of creating correct, production-ready NeMo Evaluator Launcher (NEL) YAML evaluation configs without manually figuring out all required fields, model-specific settings, and deployment nuances.
Core Features & Use Cases
- End-to-end config generation: Builds a base NEL config from scratch after gathering the required choices (execution mode, deployment backend, auto-export, model type, and benchmark set).
- Model-card-driven configuration: Uses WebSearch to read the full model card and extract model-specific sampling parameters, context length, reasoning toggles, tool-calling requirements, and deployment constraints.
- Interactive refinement & validation loop: Finds missing values, iteratively confirms task lists, supports multi-node advanced setups, and guides dry-run/test runs before full evaluation.
- Operational guidance: Provides the exact
nel run commands for dry-run and sample-limited testing, plus monitoring and log-inspection workflows for both local and SLURM execution.
Quick Start
Ask the assistant to create a new NEL evaluation config for your target model and benchmarks, then run a dry-run with a small sample size to confirm the configuration works.