Skip to content

Releases: adapter-hub/adapters

v1.1.0

30 Nov 15:54
Compare
Choose a tag to compare

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

  • Support for models with flexible heads in pipelines (@calpt via #80)
  • Adapt input to models with flexible heads to static prediction heads input (@calpt via #90)

v1.0.1

06 Oct 16:09
Compare
Choose a tag to compare

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

09 Sep 15:03
Compare
Choose a tag to compare

Based on transformers v2.11.0

  • our first release 🎉