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

In Parameter-Efficient Fine-Tuning (PEFT) using Low-Rank Adaptation (LoRA), which specific structural change is made to the pre-trained weight matrices to reduce the number of trainable parameters?



In LoRA, the pre-trained weight matrix, which is a large two-dimensional grid of numbers representing the model's learned knowledge, remains frozen and is never updated. To introduce new information without changing these original weights, LoRA adds a parallel path consisting of two much smaller matrices called A and B. If the original weight matrix ha....

Log in to view the answer



Redundant Elements