peft — Easy Playground
Parameter-Efficient Fine-Tuning (LoRA, prefix tuning, adapters)
Getting started with peftRun locally
Install
pip install peftPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: peft)
peft is a third-party package. Parameter-Efficient Fine-Tuning (LoRA, prefix tuning, adapters). Install with: pip install peft
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?