LoRA
LoRA stands for low-rank adaptation and is a method for parameter-efficient adaptation of pretrained neural networks. Rather than changing all weights, it typically freezes the base weights and trains smaller low-rank matrices for selected layers. The resulting adapters require substantially fewer trainable parameters and less storage than full fine-tuning.
The method was introduced for large language models and is now also used with image and multimodal models. A LoRA file is not a complete model: it requires a compatible base, suitable integration, and often a chosen activation weight. Small file size guarantees neither quality nor safe generalisation. Training data, consent, personality and copyright rights, and the licences of both base and adapter require review.
- Parameter-efficient adaptation method
- Base weights typically remain unchanged
- Trains small low-rank matrices
- Adapter requires a compatible base model
- Still assess data rights and licences