LoRA Learns Less and Forgets Less
arxiv.org
LoRA Learns Less and Forgets Less
1–10 of 65 posts
Re: LoRA Learns Less and Forgets Less
#2Re: LoRA Learns Less and Forgets Less
#3Not to be confused with LoRa ("long range") [1], an Internet of Things radio technology.
Re: LoRA Learns Less and Forgets Less
#4This is "Low-Rank Adaptation", "a widely-used parameter-efficient finetuning method for large language models." Not to be confused with LoRa ("long range") [1], an Internet of Things radio technology. [1] https://en.wikipedia.org/wiki/LoRa
Re: LoRA Learns Less and Forgets Less
#5Re: LoRA Learns Less and Forgets Less
#6Isn’t an equally valid argument that MLPs tend to constitute a greater number of weights in transformer networks than attention heads, and the performance difference can be traced to a greater number of weights having freedom to change? I’d be curious to know if randomly choosing a subset of matrices to train, regardless of where they are in the network, would provide analogous performance to LoRA on a specific module with comparable learnable weights.
Re: LoRA Learns Less and Forgets Less
#7The findings are that the best fine-tune performance comes from fine-tuning all weights, followed my MLPs, followed by attention heads, using LoRA. Authors assert that the performance difference is based on the target module of the NN. Isn’t an equally valid argument that MLPs tend to constitute a greater number of weights in transformer networks than attention heads, and the performance difference can be traced to a…
Re: LoRA Learns Less and Forgets Less
#8This is about Low-rank adaptation. Not to be confused with LoRa the long range proprietary radio communication technique, which hopefully doesn't learn at all.
Re: LoRA Learns Less and Forgets Less
#9The findings are that the best fine-tune performance comes from fine-tuning all weights, followed my MLPs, followed by attention heads, using LoRA. Authors assert that the performance difference is based on the target module of the NN. Isn’t an equally valid argument that MLPs tend to constitute a greater number of weights in transformer networks than attention heads, and the performance difference can be traced to a…
as a follow up curiosity, has anyone tried using LoRA on the entire model for pretraining to compare regular training model performance to LoRA?
Re: LoRA Learns Less and Forgets Less
#10LoRa has been a popular wireless protocol for like 10 years.