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#
Learn how to format datasets for different model types.
Customization Jobs#
Learn how to start a LoRA customization job using a custom dataset.
Learn how to start a SFT customization job using a custom dataset.
Learn how to start a DPO (Direct Preference Optimization) customization job using preference data.
Learn how to start a Knowledge Distillation (KD) job using a teacher and student model.
Learn how to import a private Hugging Face model and fine-tune it.
Monitoring & Optimization#
Learn how to check job metrics using MLflow or Weights & Biases.
Learn how to optimize the token-per-GPU throughput for a LoRA optimization job.