v1.0.0
版本发布时间: 2021-02-01 18:10:05
explosion/spacy-transformers最新发布版本:v1.3.5(2024-04-25 20:54:53)
This release requires spaCy v3.
✨ New features and improvements
- Rewrite library from scratch for spaCy v3.0.
-
Transformer
component for easy pipeline integration. -
TransformerListener
to share transformer weights between components. - Built-in registered functions that are available in spaCy if
spacy-transformers
is installed in the same environment.
📖 Documentation
- Embeddings, Transformers and Transfer Learning: How to use transformers in spaCy
- Training Pipelines and Models: Train and update components on your own data and integrate custom models
- Layers and Model Architectures: Power spaCy components with custom neural networks
-
Transformer
: Pipeline component API reference - Transformer architectures: Architectures and registered functions