facebookresearch/fairseq
Add support for Pfeiffer adapters to fairseq models
オープン
#5,143 opened on 2023/05/24
enhancementhelp wantedneeds triage
Repository metrics
- Stars
- (29,107 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
🚀 Feature Request
Are there any examples or implementation of Pfeiffer Adapters in fairseq models? I'm exploring efficient ways of finetuning model and wanted to include adapters in fairseq models. How can I add them to any model? If possible I'd like to add a standalone adapter module which anyone can add to any fairseq model. Is this possible? Can someone please guide me on this? Thank you!