|
Login / Register

Course Details

The AI Mastery — Builder Track

Fine-Tuning LLMs

Instructor: Vinay Kumar

Created: 25 Jul, 2026

Courses Descriptions

MODULE OBJECTIVE

What you'll achieve

Decide when fine-tuning beats prompting and RAG, implement LoRA/QLoRA, prepare high-quality datasets, evaluate models, and deploy fine-tuned adapters to production.

SECTION 01 — When to Fine-Tune

Decision matrix and fundamentals

• Prompting vs RAG vs Fine-tuning decision matrix
• Full fine-tuning vs PEFT
• Use cases: tone, style, domain knowledge, format
• Catastrophic forgetting and mitigation

SECTION 02 — Dataset Preparation

The foundation of fine-tuning quality

• Instruction-following format: JSONL
• System prompt + user + assistant turn structure
• Data quality over quantity — curation principles
• Synthetic data generation with LLMs

SECTION 03 — LoRA & QLoRA Training

Parameter-efficient fine-tuning

• LoRA: Low-Rank Adaptation explained intuitively
• QLoRA: 4-bit quantisation + LoRA on consumer GPU
• HuggingFace PEFT library setup
• Practical: fine-tune Mistral-7B on custom Q&A

SECTION 04 — Evaluation & Deployment

From experiment to production

• Perplexity, BLEU, ROUGE, LLM-as-judge
• Merging LoRA adapters with base model
• Serving: vLLM, Ollama, HuggingFace Inference
• Monitoring and continual fine-tuning

KEY TAKEAWAYS

1. Fine-tuning is not always the answer — try prompting first

2. QLoRA makes fine-tuning accessible on consumer hardware

3. Dataset quality is the biggest lever in fine-tuning outcomes

4. Always benchmark against the base model to check for regression

Instructor

Vinay Kumar

CTO

(0 Ratings)

10 Courses

0 Students

View Details

0.00

0 Reviews

1 Star
(0)
2 Star
(0)
3 Star
(0)
4 Star
(0)
5 Star
(0)

Write a Review

Courses Includes:

  • Price : $100.00
  • Instructor : Vinay Kumar
  • Durations : 3 Hour
  • Lessons : 4
  • Students : 0
  • Language : English
  • Level : Advance
  • Certifications : Yes
Add to Cart

Share On:

Related Courses

  • 0 Students
  • 5 Lessons

Deployment · Streamlit · LLMOps

Package AI apps into Streamlit UIs, deploy on public cloud (AWS/GCP), implement LLMOps monitoring with LangSmith, establish CI/CD for AI, and understand LLMOps as a discipline.

(0 Ratings)
  • 0 Students
  • 12 Lessons

Agentic AI Systems: Steerability

Build AI agents from first principles, design stateful LangGraph workflows, implement all major agent patterns compare CrewAI vs AutoGen, and ship a production multi-agent e-commerce support system.

(0 Ratings)
  • 0 Students
  • 4 Lessons

RAG — Retrieval-Augmented Generation

Understand why RAG solves hallucination and knowledge-cutoff problems, build complete RAG pipelines with embeddings and vector stores, and implement advanced retrieval patterns.

(0 Ratings)