-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LoRA fine-tuning for PET #379
Conversation
else: | ||
new_continue_from = continue_from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks and sorry for the bug!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries!
What is LoRA? | ||
^^^^^^^^^^^^^ | ||
|
||
LoRA (Low-Rank Adaptation) is a technique used to adapt pre-trained models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LoRA (Low-Rank Adaptation) is a technique used to adapt pre-trained models | |
LoRA (Low-Rank Adaptation) Parameter Efficient Fine Tuning (PEFT) is a technique | |
used to adapt pre-trained models |
I would put also the definition of PEFT only becouse then the name appears in the parameters file, and an user that know nothig can be confused if it is a typo with PET.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I agree, thank you!
This PR adds the LoRA fine-tuning functionality to PET model. Also closes the issues: #375 and #360
Contributor (creator of pull-request) checklist
📚 Documentation preview 📚: https://metatrain--379.org.readthedocs.build/en/379/