Earlier quoted context omitted.
Not sure about "popular" 99% of ML engineers wouldn't know what it is.
99% of the engineers who are still working in ML (Machine Language) would. A much smaller percent among those who write in ML (the functional programming language) probably, though.
LoRA Learns Less and Forgets Less
31–40 of 65 posts
Re: LoRA Learns Less and Forgets Less
#32Earlier quoted context omitted.
Yes, but this is LoRA, clearly not LoRa.
PP has a point though. I entered "LoRA" on Google, DuckDuckGo, Startpage and Bing, and all returned results in all first pages were about the communication protocol (1). They could have inferred my interests from previous searches, but I never used Bing in the last year or so, so it seems to me someone didn't care about name clashes. (1) well, except Google which -surprise- returned about mid page an ad of a local qu…
Re: LoRA Learns Less and Forgets Less
#33Re: LoRA Learns Less and Forgets Less
#34Re: LoRA Learns Less and Forgets Less
#35This paper has 12 authors, which fascinates me to no end for some unexplainable reason. How does it work? Is it a common occurrence to have this many people working on a submission? Did each of them get at least a paragraph in edgewise?
Re: LoRA Learns Less and Forgets Less
#36Re: LoRA Learns Less and Forgets Less
#37This paper has 12 authors, which fascinates me to no end for some unexplainable reason. How does it work? Is it a common occurrence to have this many people working on a submission? Did each of them get at least a paragraph in edgewise?
I raise you the Gemini paper https://arxiv.org/abs/2312.11805
Re: LoRA Learns Less and Forgets Less
#38This paper has 12 authors, which fascinates me to no end for some unexplainable reason. How does it work? Is it a common occurrence to have this many people working on a submission? Did each of them get at least a paragraph in edgewise?
Re: LoRA Learns Less and Forgets Less
#39This paper has 12 authors, which fascinates me to no end for some unexplainable reason. How does it work? Is it a common occurrence to have this many people working on a submission? Did each of them get at least a paragraph in edgewise?
Re: LoRA Learns Less and Forgets Less
#40The 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…
I think the QLoRA paper https://arxiv.org/pdf/2305.14314 paper also showed LoRA on all MLP + Attention layers > all MLP layers > just Attention layers. Other papers show finetuning a select few layers can also work well.