v0.1.1
版本发布时间: 2024-01-10 05:16:07
adapter-hub/adapters最新发布版本:v1.0.0(2024-08-10 23:47:41)
This version is built for Hugging Face Transformers v4.35.x.
New
- Add
leave_out
to LoRA and (IA)³ (@calpt via #608)
Fixed
- Fix error in push_adapter_to_hub() due to deprecated args (@calpt via https://github.com/adapter-hub/adapters/pull/613)
- Fix Prefix-Tuning for T5 models where d_kv != d_model / num_heads (@calpt via https://github.com/adapter-hub/adapters/pull/621)
- [Bart] Move CLS rep extraction from EOS tokens to head classes (@calpt via https://github.com/adapter-hub/adapters/pull/624)
- Fix adapter activation with
skip_layers
/ AdapterDrop training (@calpt via #634)
Docs & Notebooks
- Update notebooks & add new complex configuration demo notebook (@hSterz & @calpt via https://github.com/adapter-hub/adapters/pull/614)