LoRA
https://arxiv.org/abs/2106.09685
Microsoft Research's Low-Rank Adapters method — trains rank-r matrices added to attention weights; 10000x parameter reduction. Foundation of all adapter-style fine-tuning.
At a glance
- Type
- Low-rank adapter fine-tuning
- Tier
- T3
- Section
- Training infrastructure
- Created
- 2021-06
- Latest release
- searched not found
- License
- searched not found
- GitHub
- searched not found
- Pricing
- not applicable — research paper
- Funding
- not applicable — research paper
Taxonomy
- storage
- n/a
- retrieval
- n/a
- persistence
- n/a
- update
- n/a
- unit
- n/a
- governance
- n/a
- conflict
- n/a
When to use
Optimised for: searched not found
Anti-fit: searched not found
Pros & cons
Pros
searched not found
Cons
searched not found
Claims & capabilities
ICLR 2022; one of the most-cited fine-tuning papers.
Technical surface
- API surface
- not applicable — research paper
- Backend storage
- not applicable — research paper
- Deployment
- not applicable — research paper
- Embedding model
- not applicable — research paper
- Multi-tenancy
- not applicable — research paper
- MCP
- not applicable — research paper
- A2A
- not applicable — research paper
- OpenTelemetry
- not applicable — research paper
Similar systems
Other training infrastructure in the catalog, ranked by inbound references.
- Azure Machine Learning T1
Microsoft Azure's managed ML platform — pipelines, AutoML, Designer, prompt flow (LLM). Heavy integration with Azure OpenAI and Azure AI Studio.
- DPO T3
Stanford method that converts RLHF into a supervised-learning loss over preference pairs — no separate reward model needed; widely adopted alignment recipe.
- GRPO T3
DeepSeek-Math's GRPO — group-relative advantage estimation replacing PPO's critic. Used in DeepSeek-R1 reasoning post-training; widely adopted in OSS reasoning RLHF.
- Accelerate (Hugging Face) T1
Hugging Face's abstraction over distributed-training backends (DDP, FSDP, DeepSpeed, Megatron). Minimal code change to scale a PyTorch script.
- Argilla T2
Open-source data-quality platform for LLM training data — human-in-the-loop labelling, RLHF data collection, dataset curation. Acquired by Hugging Face 2024.
- AWS SageMaker T1
AWS's managed ML platform — Studio, Training, HyperPod (large-scale clusters), Endpoints. Industry-standard for enterprise AWS-hosted training.
Related systems
Referenced by (6)
- CL of LLMs Survey cites — S2 isInfluential citation
- FOREVER cites — S2 isInfluential citation
- LongLoRA cites — S2 isInfluential citation
- MemoryBench (Tsinghua THUIR) cites — S2 isInfluential citation
- QLoRA cites — S2 isInfluential citation
- TransformerFAM cites — S2 isInfluential citation