Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Custom benchmarks
# External benchmarks

NeMo-Skills supports defining benchmarks in external repositories. This lets you
keep proprietary data private, iterate on benchmarks independently of NeMo-Skills
Expand Down
2 changes: 1 addition & 1 deletion docs/evaluation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,4 @@ To create a new benchmark follow this process:
5. Create a new [metrics class](https://github.com/NVIDIA-NeMo/Skills/blob/main/nemo_skills/evaluation/metrics/map_metrics.py) ( if cannot re-use existing one).

You can also define benchmarks in a **separate git repository** without modifying NeMo-Skills.
See [Custom benchmarks](./custom-benchmarks.md) for a full walkthrough.
See [External benchmarks](./external-benchmarks.md) for a full walkthrough.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ nav:
- evaluation/vlm.md
- evaluation/other-benchmarks.md
- evaluation/robustness.md
- Custom benchmarks: evaluation/custom-benchmarks.md
- External benchmarks: evaluation/external-benchmarks.md
- Agentic Inference:
- agentic_inference/parallel_thinking.md
- agentic_inference/tool_calling.md
Expand Down