Govur University Logo
--> --> --> -->
...

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 ....

Log in to view the answer



Redundant Elements