Slide 8
Slide 8 text
What is fine tuning?
Fine-tuning refers to customizing a pre-trained LLM with
additional training on a specific task or new dataset
for enhanced performance, new skills, or improved accuracy
Curated Data Set
LLM
Fine-Tuned
LLM
Azure OpenAI Service uses low rank approximation (LoRA) to fine-tune models. LoRA works by
approximating the original high-rank matrix with a lower rank one, only fine-tuning a smaller subset of
"important" parameters. This technique reduces the complexity of fine tuning while maintaining
performance, making training faster and more affordable.