> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo-platform/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo-platform/_mcp/server.

# 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.

Tutorials are organized by complexity and typically build on one another. The tutorials reference `NMP_BASE_URL`, which is the base URL of your NeMo Platform deployment. Refer to the [Setup guide](/documentation/get-started) for installation, setup, and platform URL guidance.

---

## Getting Started

#### [Understanding Model Entities and Adapters](/documentation/customizer-reference/tutorials/understanding-models-and-training)

Learn the fundamentals of how NeMo Customizer works with Model Entities and Adapters, and how to choose the right approach for your project.

<small>
  model-entities

   

  adapters

   

  training-types
</small>

## Dataset Preparation

#### [Format Training Datasets](/documentation/customizer-reference/tutorials/format-training-dataset)

Learn how to format datasets for different model types.

<small>
  datasets

   

  chat-models

   

  completion-models
</small>

## Customization Jobs

#### [Fine-Tune a Model with Custom Data Using LoRA](/documentation/customizer-reference/tutorials/lora-customization-job)

Learn how to perform supervised fine-tuning with LoRA adapters using custom data.

<small>
  nemo-customizer
</small>

#### [Fine-Tune a Model with Custom Data Processing All Weights](/documentation/customizer-reference/tutorials/sft-customization-job)

Learn how to perform supervised fine-tuning using custom data by modifying all training parameters.

<small>
  nemo-customizer
</small>

#### [Distill a Large Model into a Smaller One with Knowledge Distillation](/documentation/customizer-reference/tutorials/distillation-customization-job)

Learn how to compress a larger teacher model into a smaller student model using knowledge distillation.

<small>
  nemo-customizer

   

  knowledge-distillation
</small>

#### [Fine-Tune an Embedding Model With Positive and Negative Samples Using LoRA](/documentation/customizer-reference/tutorials/embedding-customization-job)

Learn how to fine-tune embedding models using LoRA merged training for improved question-answering and retrieval tasks.

<small>
  embedding-models

   

  lora-merged

   

  nemo-customizer
</small>

## Monitoring & Optimization

#### [Check Customization Job Metrics](/documentation/customizer-reference/tutorials/metrics)

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

<small>
  nemo-customizer

   

  mlflow

   

  wandb
</small>

#### [Optimize Tokens per GPU](/documentation/customizer-reference/tutorials/optimize-throughput)

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

<small>
  nemo-customizer

   

  wandb

   

  sequence-packing
</small>