In Parameter-Efficient Fine-Tuning (PEFT) using LoRA, what mathematical operation is applied to the frozen pre-trained weight matrix to adapt it to a new domain?
In LoRA, the adaptation of the frozen pre-trained weight matrix is performed through an additive operation. Specifically, the pre-trained weight matrix, denoted as W, remains frozen, meaning its values are never updated during fine-tuning. A new path is created alongside W consisting of two smaller, low-rank matrices called A and B. Matrix A has dimensions r ....
Community Answers
Sign in to open profiles and full community answers.
No community answers yet. Be the first to submit one.