Fine Tuning LLMs

  • Adapting pre-trained model to specific tasks.
  • Upates model weights

Requirements:

  1. Training data format: json – <prompt, completion>
  2. Hyperparameters:

Challenges:

  • High Quality Data; Data Format
  • Setting hyper parameters carefully

Parameter Tuning:

  1. Retrain all parameters
  2. Transfer Learning
  3. Parameter Efficient Fine-tuning (PEFT)

References:

  1. https://learn.microsoft.com/en-us/ai/playbook/technology-guidance/generative-ai/working-with-llms/fine-tuning

Leave a Reply

Your email address will not be published. Required fields are marked *

error: