Skip to lesson
  1. Learn
  2. See
  3. Try
  4. Make

Tune a model without a big machine

What this lesson is about

Learn the cheap way of teaching a model, where you train a small extra piece instead of the whole thing.

Your cousin says a model cannot be tuned without a big computer, and you only have a free notebook. What do you tell her?

Why this matters

The Hugging Face page on cheap tuning says these methods train only a small adapter, not the whole model. That extra piece is usually a LoRA. It cuts the compute and storage cost, and lets big models be trained on ordinary hardware. The model's own numbers are left alone, which is why a free notebook is enough. One documented run, from Google's own LoRA tutorial, read on 14 Sep 2026. It tunes Gemma 3 1B on a Colab T4 at LoRA rank 4. One pass over 1,000 examples, batch size 1, inputs cut at 256 tokens. That pass took 923 seconds, about 15 minutes. The tutorial shows replies before and after, not a score, so the kept-aside score is yours to add.

Lesson 7 of 8 on Open models on a small budgetnextSay plainly what it cannot doPart 2 ends in a work sample you can send

Read the primary or official source: Hugging Face PEFT