Hugging Face PEFT Integration of KappaTune #3100
oswaldoludwig
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
|
This reminds me a bit of importance matrix and orthogonal subspace finetuning (+ it's importance scoring). It seems to me that the LoRA integration uses the kappa score for the target selection. Would you be interested in integrating target selection tooling in PEFT? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
You can now use KappaTune's selection logic directly with the Hugging Face ecosystem. This allows you to apply LoRA adapters only to the proper modules, effectively mitigating catastrophic forgetting with a single line of code. See HF model card: https://huggingface.co/oswaldoludwig/kappatune-lora-tinyllama-agnews and the updated GitHub repo: https://github.com/oswaldoludwig/kappaTune
Beta Was this translation helpful? Give feedback.
All reactions