Why it matters
LoRA is standard fine-tuning. Understanding shapes strategy.
Advertisement
The architecture
Freeze W.
Train A, B: rank-r update.
Merge: W_new = W + BA.
Advertisement
How it works end to end
Init: A random, B zero (so BA = 0 initially).
Merge at inference for no overhead.
Alpha: LoRA scaling factor.