Skip to content

First pass over evaluator support#63

Closed
marcromeyn wants to merge 1 commit intodevfrom
romeyn/evaluator
Closed

First pass over evaluator support#63
marcromeyn wants to merge 1 commit intodevfrom
romeyn/evaluator

Conversation

@marcromeyn
Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Marc Romeyn <marcromeyn@gmail.com>
@github-actions
Copy link
Copy Markdown
Contributor

Documentation Preview

📖 Preview URL: https://NVIDIA-NeMo.github.io/Nemotron/pr-63/

Built from commit 13d3916

github-actions Bot added a commit that referenced this pull request Jan 23, 2026
Comment thread docs/train/nano3/eval.md
@@ -0,0 +1,267 @@
# Stage 3: Evaluation

This stage evaluates trained models using [NeMo Evaluator](https://github.com/NVIDIA/nemo-evaluator-launcher), running standard NLP benchmarks to measure model capabilities.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This stage evaluates trained models using [NeMo Evaluator](https://github.com/NVIDIA/nemo-evaluator-launcher), running standard NLP benchmarks to measure model capabilities.
This stage evaluates trained models using [NeMo Evaluator](https://github.com/NVIDIA-NeMo/Evaluator/tree/main), running standard NLP benchmarks to measure model capabilities.

Comment thread docs/train/nano3/eval.md
| `truthfulqa` | Truthfulness evaluation |
| `gsm8k` | Grade school math |

See [NeMo Evaluator](https://github.com/NVIDIA/nemo-evaluator-launcher) for the full list of available tasks.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
See [NeMo Evaluator](https://github.com/NVIDIA/nemo-evaluator-launcher) for the full list of available tasks.
See [NeMo Evaluator](https://github.com/NVIDIA-NeMo/Evaluator/tree/main) for the full list of available tasks.

Comment thread docs/train/nano3/eval.md
## Reference

- [Evaluation Framework](../evaluator.md) — Full evaluator documentation
- [NeMo Evaluator Documentation](https://github.com/NVIDIA/nemo-evaluator-launcher) — Launcher reference
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [NeMo Evaluator Documentation](https://github.com/NVIDIA/nemo-evaluator-launcher) — Launcher reference
- [NeMo Evaluator Documentation](https://github.com/NVIDIA-NeMo/Evaluator/tree/main) — Launcher reference

Comment thread docs/train/evaluator.md
@@ -0,0 +1,393 @@
# Evaluation Framework

The Nemotron evaluation framework provides model evaluation capabilities using [NeMo Evaluator](https://github.com/NVIDIA/nemo-evaluator-launcher), enabling benchmark testing of trained models on standard NLP tasks.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The Nemotron evaluation framework provides model evaluation capabilities using [NeMo Evaluator](https://github.com/NVIDIA/nemo-evaluator-launcher), enabling benchmark testing of trained models on standard NLP tasks.
The Nemotron evaluation framework provides model evaluation capabilities using [NeMo Evaluator](https://github.com/NVIDIA-NeMo/Evaluator/tree/main), enabling benchmark testing of trained models on standard NLP tasks.

Comment thread docs/train/evaluator.md

- [Execution through NeMo-Run](./nemo-run.md) — Execution profiles and env.toml
- [W&B Integration](./wandb.md) — Credentials and artifact tracking
- [NeMo Evaluator Documentation](https://github.com/NVIDIA/nemo-evaluator-launcher) — Launcher reference
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- [NeMo Evaluator Documentation](https://github.com/NVIDIA/nemo-evaluator-launcher) — Launcher reference
- [NeMo Evaluator Documentation](https://github.com/NVIDIA-NeMo/Evaluator/tree/main) — Launcher reference

@marcromeyn marcromeyn closed this Apr 1, 2026
github-actions Bot added a commit that referenced this pull request Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants