Post
37
What If the Adaptation Were a Model? ShadowPEFT has been integrated into the π€ PEFT library. Blogpost: https://huggingface.co/blog/shadow-llm/shadowpeft-peft
Theoretically, it can. But the current version does not support multiple shadows.
Thx for following! @cahlen
For reproduction, we public the scripts and hyperparameters used in the paper:
https://github.com/ShadowLLM/shadow-peft/blob/main/experiment/best_script.md
Here is a playground that shows how the detached and attached shadow work:
https://github.com/ShadowLLM/shadow-peft/blob/main/examples/robot_intent_playground.ipynb
@bfn @tomaarsen That sounds like a good idea! I can help investigate this.