Skip to content
Open
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
6 changes: 5 additions & 1 deletion tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ Hands-on tutorials for curating data across all modalities with NeMo Curator. Co

## Quick Start

**New to NeMo Curator?** Start with the [Getting Started Guide](https://docs.nvidia.com/nemo/curator/latest/get-started/index.html) or try the [`quickstart.py`](quickstart.py) example to understand core concepts.
**New to NeMo Curator?**

1. [Install and run a modality quickstart](https://docs.nvidia.com/nemo/curator/latest/get-started/) from the [documentation](https://docs.nvidia.com/nemo/curator/latest/)
2. Read [Core Concepts](https://docs.nvidia.com/nemo/curator/latest/about/concepts) to learn the pipeline architecture

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 The Core Concepts URL here uses the path without index.html, while the Documentation Links table lower in the same file uses /about/concepts/index.html. Both likely resolve correctly via redirect, but aligning the format avoids a subtle inconsistency for anyone copying links from the README.

Suggested change
2. Read [Core Concepts](https://docs.nvidia.com/nemo/curator/latest/about/concepts) to learn the pipeline architecture
2. Read [Core Concepts](https://docs.nvidia.com/nemo/curator/latest/about/concepts/index.html) to learn the pipeline architecture

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

3. Run [`quickstart.py`](quickstart.py) for a hands-on example of Tasks, Stages, and Pipelines

## Tutorials by Modality

Expand Down
Loading