Legacy Evaluator Containers
Run any existing NeMo Evaluator harness container (simple-evals, lm-evaluation-harness, nemo-skills, mtbench, etc.) through NEL’s unified interface.
How It Works
The container adapter does not decompose the harness. The harness owns the model call, which means you get aggregate scores and response stats from the adapter interceptors, but not per-request trajectories. For full observability, use the NeMo Skills Integration (native mode) instead.
Available Harnesses
Plus 10+ more (see nel list --source lm-eval).
Python API
Output Format
The container adapter parses results.yml and eval_factory_metrics.json from the container output:
Observability Trade-offs
For full observability, see NeMo Skills Integration which wraps Skills benchmarks natively.