Skip to content
Open
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
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ env.bak/
venv.bak/
.venv/

# UV lock files in recipe stages are tracked for reproducible builds

# IDEs
.vscode/
.idea/
Expand Down Expand Up @@ -63,12 +65,14 @@ env.toml
conductor.json

# Project specific
/artifacts/
output/
outputs/
logs/
checkpoints/
data/
!src/nemotron/cli/nano3/data/
!src/nemotron/cli/embed/data/
workspace/
wandb/
.nemotron/
Expand Down
10 changes: 10 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ End-to-end applications: RAG agents, ML agents, and multi-agent systems.
**Stages:** Pretraining → SFT → RL
:::

:::{grid-item-card} Embedding Fine-Tuning
:link: nemotron/embed/README
:link-type: doc

Fine-tune Llama-Nemotron-Embed-1B-v2 on domain-specific data with synthetic data generation, evaluation, and NIM deployment.

**Stages:** SDG → Data Prep → Finetune → Eval → Export → Deploy
:::

::::

## Training Pipeline
Expand Down Expand Up @@ -134,6 +143,7 @@ use-case-examples/sql-lora-finetuning-and-deployment/README.md

nemotron/nano3/README.md
nemotron/super3/README.md
nemotron/embed/README.md
nemotron/artifacts.md
```

Expand Down
Loading
Loading