Skip to content
Draft
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
5 changes: 4 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,14 @@ End-to-end applications: RAG agents, ML agents, and multi-agent systems.

## Training Pipeline

The Nemotron training pipeline follows a three-stage approach with full artifact lineage tracking:
The Nemotron training pipeline follows a four-stage approach with full artifact lineage tracking:

| Stage | Name | Description |
|-------|------|-------------|
| 0 | [Pretraining](train/nano3/pretrain.md) | Base model training on large text corpus |
| 1 | [SFT](train/nano3/sft.md) | Supervised fine-tuning for instruction following |
| 2 | [RL](train/nano3/rl.md) | Reinforcement learning for alignment |
| 3 | [Evaluation](train/nano3/eval.md) | Benchmark testing with NeMo Evaluator |

## Why Nemotron?

Expand Down Expand Up @@ -133,6 +134,7 @@ train/artifacts.md
train/nano3/pretrain.md
train/nano3/sft.md
train/nano3/rl.md
train/nano3/eval.md
train/nano3/import.md
```

Expand All @@ -147,4 +149,5 @@ train/omegaconf.md
train/wandb.md
train/cli.md
train/data-prep.md
train/evaluator.md
```
1 change: 1 addition & 0 deletions docs/train/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,4 +487,5 @@ uv run nemotron myrecipe train -c tiny --run MY-CLUSTER
- [Data Preparation](./data-prep.md) — Data preparation module
- [Artifact Lineage](./artifacts.md) — W&B artifact system and lineage tracking
- [W&B Integration](./wandb.md) — Credentials and configuration
- [Evaluation Framework](./evaluator.md) — Model evaluation with NeMo Evaluator
- [Nano3 Recipe](./nano3/README.md) — Complete training recipe example
Loading