LoRA: Low-Rank Adaptation of Large Language Models
AI-generated Key Points
⚠The license of the paper does not allow us to build upon its content and the key points are generated using the paper metadata rather than the full article.
- Pre-training large-scale models on general domain data and adapting them to specific tasks or domains is the dominant paradigm in natural language processing.
- Conventional fine-tuning becomes less feasible as models become larger, requiring retraining all model parameters.
- Low-Rank Adaptation (LoRA) freezes pre-trained model weights and introduces trainable rank decomposition matrices into each layer of the Transformer architecture to significantly reduce the number of trainable parameters for downstream tasks.
- LoRA can reduce the number of trainable parameters by 10,000 times and computation hardware requirements by three times compared to full fine-tuning using GPT-3 as an example.
- LoRA performs on par or better than fine-tuning in terms of model quality on both GPT-3 and GPT-2 despite having fewer trainable parameters and higher training throughput without any additional inference latency.
- The researchers conducted an empirical investigation into rank deficiency in language model adaptations to shed light on the efficacy of LoRA.
- The implementation of LoRA in GPT-2 is available at https://github.com/microsoft/LoRA.
- Overall, LoRA presents a promising solution for reducing computational costs associated with large scale language models while maintaining high quality performance in downstream tasks.
Authors: Edward J. Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Weizhu Chen
Abstract: The dominant paradigm of natural language processing consists of large-scale pre-training on general domain data and adaptation to particular tasks or domains. As we pre-train larger models, conventional fine-tuning, which retrains all model parameters, becomes less feasible. Using GPT-3 175B as an example, deploying many independent instances of fine-tuned models, each with 175B parameters, is extremely expensive. We propose Low-Rank Adaptation, or LoRA, which freezes the pre-trained model weights and injects trainable rank decomposition matrices into each layer of the Transformer architecture, greatly reducing the number of trainable parameters for downstream tasks. For GPT-3, LoRA can reduce the number of trainable parameters by 10,000 times and the computation hardware requirement by 3 times compared to full fine-tuning. LoRA performs on-par or better than fine-tuning in model quality on both GPT-3 and GPT-2, despite having fewer trainable parameters, a higher training throughput, and no additional inference latency. We also provide an empirical investigation into rank-deficiency in language model adaptations, which sheds light on the efficacy of LoRA. We release our implementation in GPT-2 at https://github.com/microsoft/LoRA .
Ask questions about this paper to our AI assistant
You can also chat with multiple papers at once here.
⚠The license of the paper does not allow us to build upon its content and the AI assistant only knows about the paper metadata rather than the full article.
Assess the quality of the AI-generated content by voting
Score: 0
Why do we need votes?
Votes are used to determine whether we need to re-run our summarizing tools. If the count reaches -10, our tools can be restarted.
The previous summary was created more than a year ago and can be re-run (if necessary) by clicking on the Run button below.
⚠The license of this specific paper does not allow us to build upon its content and the summarizing tools will be run using the paper metadata rather than the full article. However, it still does a good job, and you can also try our tools on papers with more open licenses.
Similar papers summarized with our AI tools
Navigate through even more similar papers through a
tree representationLook for similar papers (in beta version)
By clicking on the button above, our algorithm will scan all papers in our database to find the closest based on the contents of the full papers and not just on metadata. Please note that it only works for papers that we have generated summaries for and you can rerun it from time to time to get a more accurate result while our database grows.
Disclaimer: The AI-based summarization tool and virtual assistant provided on this website may not always provide accurate and complete summaries or responses. We encourage you to carefully review and evaluate the generated content to ensure its quality and relevance to your needs.