Releases: adapter-hub/adapters
Releases · adapter-hub/adapters
v1.1.0
Based on transformers v3.5.1
New
- New model with adapter support: DistilBERT (@calpt via #67)
- Save label->id mapping of the task together with the adapter prediction head (@hSterz via #75)
- Automatically set matching label->id mapping together with active prediction head (@hSterz via #81)
- Upgraded underlying transformers version (@calpt via #55, #72 and #85)
- Colab notebook tutorials showcasing all AdapterHub concepts (@calpt via #89)
Fixed
v1.0.1
Based on transformers v2.11.0
New
- Adds squad-style QA prediction head to flex-head models
Bug fixes
- Fixes loading and saving of adapter config in
model.save_pretrained()
- Fixes parsing of adapter names in fusion setup
v1.0.0: First adapter-transformers release
Based on transformers v2.11.0
- our first release 🎉