Releases: explosion/spacy-transformers
Releases · explosion/spacy-transformers
v1.2.1
- Extend support for
transformers
up to v4.26.x.
v1.2.0
-
For fast tokenizers, use the offset mapping provided by the tokenizer (#338).
Using the offset mapping instead of the heuristic alignment from
spacy-alignments
resolves unexpected and missing alignments such as those discussed in explosion/spaCy#6563, explosion/spaCy#10794 and explosion/spaCy#12023.⚠️ Slow and fast tokenizers will no longer give identical results due to potential differences in the alignments between transformer tokens and spaCy tokens. We recommend retraining all models with fast tokenizers for use withspacy-transformers
v1.2. -
Serialize the tokenizer
use_fast
setting (#339).
v1.1.9
- 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.8
v1.1.7
v1.1.6
v1.1.5
✨ New features and improvements
- Extend support for
transformers
up to v4.17.x.
👥 Contributors
v1.1.4
✨ New features and improvements
- Extend support for
transformers
up to v4.15.x.
👥 Contributors
v1.1.3
✨ New features and improvements
- Extend support for
transformers
up to v4.12.x.