Fine-Tuning Open Source LLMs
Master parameter-efficient fine-tuning (PEFT) and LoRA techniques on open-weights models.
Master parameter-efficient fine-tuning (PEFT) and LoRA techniques on open-weights models.
Prepare instruction datasets, optimize memory efficiency with QLoRA, and fine-tune open language models like Llama and Mistral for specific enterprise domain tasks.
2 Modules · 4 Lessons · 270 Minutes Total
Format instruction datasets and configure parameter-efficient adapters.
Format multi-turn conversation datasets into standardized ChatML structures.
Deconstruct adapter rank, alpha parameters, and 4-bit NormalFloat quantization mechanics.
Execute fine-tuning runs, track metrics, and export final model weights.
Train a LoRA adapter on single-GPU hardware using SFTTrainer.
Evaluate fine-tuned model loss, merge adapter weights into base models, and run vLLM inference.
Curate a specialized financial dataset, fine-tune a Llama-3 model using QLoRA, evaluate output precision against the base model, and deploy it for local inference.
Course Author & Industry Expert
Dr. Aris Thorne is an LLM Research Engineer specializing in parameter-efficient fine-tuning and model alignment techniques.
Yes! All exercises are optimized to run within free T4 GPU memory limits using 4-bit QLoRA.