JulesBelveze / bert-squeeze

🛠️ Tools for Transformers compression using PyTorch Lightning ⚡
https://julesbelveze.github.io/bert-squeeze/
78 stars 10 forks source link

feature: Adapters finetuning #60

Closed JulesBelveze closed 5 months ago

JulesBelveze commented 5 months ago

Implement LtAdapter for adapter-based fine-tuning

This pull request introduces the implementation of the LtAdapter for adapter-based fine-tuning within the bert_squeeze framework.

Changes:

Feature implementation:

Testing:

Dependencies & Fix: