Training knobs (they update the math above)
LoRA replaces the weight update ΔW (d×d) with two skinny matrices B·A of shapes d×r and r×d. Trainable params scale linearly with r — rank 8 on a 7B model touches ≈0.1% of weights.
Full FT wants tiny LRs (1e-5 range) or it bulldozes pretrained knowledge; LoRA tolerates ~10× higher because the base is frozen.
Rule of thumb: hundreds of high-quality examples already move behavior for narrow tasks; full-domain adaptation wants 10k–1M+. Quality beats volume.
Interview drill
Three questions in the style of the original thread. Click an answer — wrong picks explain why.
Q1. What is fine-tuning in LLMs?
Q2. Why is LoRA called “parameter-efficient”?
Q3. What is catastrophic forgetting and which method risks it most?
Score: 0 / 3