Skip to content

Comment on LORA: Low-Rank Adaptation of Large Language Models

Comments

Fine tuning where you freeze the weights of a neural network has been used for a long time in computer vision. There are many variations of these methods.

More recently there are some good libraries that make them easier to use. For example PEFT, which implements LoRA and several other related methods.

https://huggingface.co/blog/peft

I wouldn't recommend PEFT unless you're only working with models pulled from the huggingface hub.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.