Full Fine-Tuning vs LoRA
Fine-Tuning series: 9 of 9
Finally, I drew this diagram to compare full fine-tuning and LoRA side by side, sharing an input and producing the same output, so that the only thing left to look at is the difference between them.
In my experience students rarely struggle with what LoRA is. They struggle with why it is cheap, and that stays abstract until you can drag the rank yourself and watch one count fall while the other does not move at all. That is where this series has been heading since the first weight update: freezing layers, a linear probe, a new head, adapters and now LoRA are all the same move, letting fewer numbers change and being deliberate about which ones. Full fine-tuning touches all of them. LoRA touches a rank you choose.


