Fine-Tuning Tutorials#

Use the tutorials in this section to gain a deeper understanding of how the NVIDIA NeMo Customizer microservice enables fine-tuning tasks.

Tip

Tutorials are organized by complexity and typically build on one another.


Dataset Preparation#

Format Training Datasets

Learn how to format datasets for different model types.

Format Training Dataset

Customization Jobs#

Start a LoRA Customization Job

Learn how to start a LoRA customization job using a custom dataset.

Start a LoRA Model Customization Job
Start a Full SFT Customization Job

Learn how to start a SFT customization job using a custom dataset.

Start a Full SFT Customization Job
Start a DPO Customization Job

Learn how to start a DPO (Direct Preference Optimization) customization job using preference data.

Start a DPO Customization Job
Start a Knowledge Distillation Job

Learn how to start a Knowledge Distillation (KD) job using a teacher and student model.

Start a Knowledge Distillation (KD) Customization Job
Import and Fine-Tune Private Hugging Face Models

Learn how to import a private Hugging Face model and fine-tune it.

Import and Fine-Tune Private HuggingFace Models

Monitoring & Optimization#

Check Customization Job Metrics

Learn how to check job metrics using MLflow or Weights & Biases.

Checking Your Customization Job Metrics
Optimize Tokens per GPU

Learn how to optimize the token-per-GPU throughput for a LoRA optimization job.

Optimize for Tokens/GPU Throughput