Draft
Conversation
Signed-off-by: Marc Romeyn <marcromeyn@gmail.com>
Contributor
Documentation Preview📖 Preview URL: https://NVIDIA-NeMo.github.io/Nemotron/pr-63/ Built from commit 13d3916 |
athitten
reviewed
Jan 23, 2026
| @@ -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. | |||
There was a problem hiding this comment.
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. |
athitten
reviewed
Jan 23, 2026
| | `truthfulqa` | Truthfulness evaluation | | ||
| | `gsm8k` | Grade school math | | ||
|
|
||
| See [NeMo Evaluator](https://github.com/NVIDIA/nemo-evaluator-launcher) for the full list of available tasks. |
There was a problem hiding this comment.
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. |
athitten
reviewed
Jan 23, 2026
| ## Reference | ||
|
|
||
| - [Evaluation Framework](../evaluator.md) — Full evaluator documentation | ||
| - [NeMo Evaluator Documentation](https://github.com/NVIDIA/nemo-evaluator-launcher) — Launcher reference |
There was a problem hiding this comment.
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 |
athitten
reviewed
Jan 23, 2026
| @@ -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. | |||
There was a problem hiding this comment.
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. |
athitten
reviewed
Jan 23, 2026
|
|
||
| - [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 |
There was a problem hiding this comment.
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.