|
|
|
|
|
by kelseyfrog
594 days ago
|
|
> When you finetune with lora, you're updating maybe 5% of the parameters I'm not sure I understand this comment. The LoRA paper[1] specifically says that all of the pretrained weights remain frozen. > keeping the pre-trained weights frozen Specifically, the LoRA paper differentiates itself from updating some parameters by stating > Many sought to mitigate this by adapting only some parameters or
learning external modules for new tasks. 1. https://arxiv.org/pdf/2106.09685 |
|