Lora (Low-Rank Adaptation)
Parameter-efficient fine-tuning technique that adapts large models with minimal trainable parameters.
About
LoRA, Low-Rank Adaptation by Microsoft Research, is a parameter-efficient fine-tuning method that injects trainable low-rank decomposition matrices into a frozen model's weights, cutting trainable parameters by orders of magnitude while keeping quality close to full fine-tuning. The loralib package integrates with PyTorch and Hugging Face models and is now part of the PEFT library. Released under the MIT license.
Reviews (0)
Leave a Review
No reviews yet. Be the first to review!
Details
- Category
- Model Training & Fine-Tuning
- Price
- Free
- Platform
- Local/Desktop
- Difficulty
- Intermediate (3/5)
- License
- MIT
- Minimum VRAM
- 4 GB
- Added
- Apr 3, 2026
Related Tools
No-code tool by Hugging Face for training ML models automatically.
Efficient LLM quantization preserving important weight channels.
Video model fine-tuning toolkit by Hugging Face Diffusers team.
Low-code framework for building custom AI models by Predibase.
Library for training LLMs with reinforcement learning (RLHF, DPO, PPO).
Efficient fine-tuning method using 4-bit quantized base model with LoRA adapters.