PEFT integration #1355
AngledLuffa
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Integrating PEFT into several different annotators
We integrate PEFT into our training pipeline for several different models. This greatly reduces the size of models with finetuned transformers, letting us make the finetuned versions of those models the
default_accurate
model.The biggest gains observed are with the constituency parser and the sentiment classifier.
Previously, the
default_accurate
package used transformers where the head was trained but the transformer itself was not finetuned.Model improvements
Typo
+GoesWith
tags #1345Features
Bugfixes
download_resources_json was broken
: Fix bug: Added missing parameter in download_resources_json #1318 An exception occurred when using a proxy to download the model #1317 Thank you @ider-zhThis discussion was created from the release PEFT integration.
Beta Was this translation helpful? Give feedback.
All reactions