Spacy Transformers Versions Save

🛸 Use pretrained transformers like BERT, XLNet and GPT-2 in spaCy

v1.2.1

1 year ago
  • Extend support for transformers up to v4.26.x.

v1.2.0

1 year ago

v1.1.9

1 year ago
  • Extend support for transformers up to v4.25.x.
  • Add support for Python 3.11 (currently limited to linux due to supported platforms for PyTorch v1.13.x).

v1.1.7

1 year ago
  • Extend support for transformers up to v4.20.x.
  • Convert all transformer outputs to XP arrays at once (#330).
  • Support alternate model loaders in HFShim and HFWrapper (#332).

v1.1.8

1 year ago
  • Extend support for transformers up to v4.21.x.
  • Support MPS device in HFShim (#328).
  • Track seen docs during alignment to improve speed (#337).
  • Don't require examples in Transformer.initialize (#341).

v1.1.6

1 year ago
  • Extend support for transformers up to v4.19.x.
  • Fix issue #324: Skip backprop for transformer if not available, for example if the transformer is frozen.

v1.1.5

2 years ago

✨ New features and improvements

  • Extend support for transformers up to v4.17.x.

👥 Contributors

@adrianeboyd

v1.1.4

2 years ago

✨ New features and improvements

  • Extend support for transformers up to v4.15.x.

👥 Contributors

@adrianeboyd, @danieldk

v1.1.3

2 years ago

✨ New features and improvements

  • Extend support for transformers up to v4.12.x.

👥 Contributors

@adrianeboyd

v1.1.2

2 years ago

🔴 Bug fixes

  • Fix #315: Enable loading of v1.0.x pipelines in windows.

👥 Contributors

@adrianeboyd, @ryndaniels, @svlandeg