Skip to content

Adapters v0.2.2

Compare
Choose a tag to compare
@calpt calpt released this 27 Jun 20:23
· 22 commits to main since this release

This version is built for Hugging Face Transformers v4.40.x.

New

  • Add example notebook for embeddings training & update docs (@hSterz via #706)

Changed

  • Upgrade supported Transformers version (@calpt via #697)
  • Add download redirect for AH adapters to HF (@calpt via #704)

Fixed

  • Fix saving adapter model with custom heads (@hSterz via #700)
  • Fix moving adapter head to device with adapter_to() (@calpt via #708)
  • Fix importing encoder-decoder adapter classes (@calpt via #711)