@@ -8,9 +8,8 @@ architectures to use transformer models via
88spaCy. The result is convenient access to state-of-the-art transformer
99architectures, such as BERT, GPT-2, XLNet, etc.
1010
11- > 🌙 ** This release is a pre-release and requires
12- > [ spaCy v3] ( https://nightly.spacy.io/usage/v3 ) .** For the previous version of
13- > this library, see the
11+ > ** This release requires [ spaCy v3] ( https://spacy.io/usage/v3 ) .** For
12+ > the previous version of this library, see the
1413> [ ` v0.6.x ` branch] ( https://github.com/explosion/spacy-transformers/tree/v0.6.x ) .
1514
1615[ ![ Azure Pipelines] ( https://img.shields.io/azure-devops/build/explosion-ai/public/18/master.svg?logo=azure-pipelines&style=flat-square )] ( https://dev.azure.com/explosion-ai/public/_build?definitionId=18 )
@@ -57,20 +56,21 @@ pip install spacy-transformers -f https://download.pytorch.org/whl/torch_stable.
5756## 📖 Documentation
5857
5958> ⚠️ ** Important note:** This package has been extensively refactored to take
60- > advantage of [ spaCy v3.0] ( https://nightly.spacy.io ) . Previous versions that
61- > were built for spaCy v2.x worked considerably differently. Please see previous
62- > tagged versions of this README for documentation on prior versions.
59+ > advantage of [ spaCy v3.0] ( https://spacy.io ) . Previous versions that
60+ > were built for [ spaCy v2.x] ( https://v2.spacy.io ) worked considerably
61+ > differently. Please see previous tagged versions of this README for
62+ > documentation on prior versions.
6363
6464- 📘
65- [ Embeddings, Transformers and Transfer Learning] ( https://nightly. spacy.io/usage/embeddings-transformers ) :
65+ [ Embeddings, Transformers and Transfer Learning] ( https://spacy.io/usage/embeddings-transformers ) :
6666 How to use transformers in spaCy
67- - 📘 [ Training Pipelines and Models] ( https://nightly. spacy.io/usage/training ) :
67+ - 📘 [ Training Pipelines and Models] ( https://spacy.io/usage/training ) :
6868 Train and update components on your own data and integrate custom models
6969- 📘
70- [ Layers and Model Architectures] ( https://nightly. spacy.io/usage/layers-architectures ) :
70+ [ Layers and Model Architectures] ( https://spacy.io/usage/layers-architectures ) :
7171 Power spaCy components with custom neural networks
72- - 📗 [ ` Transformer ` ] ( https://nightly. spacy.io/api/transformer ) : Pipeline
72+ - 📗 [ ` Transformer ` ] ( https://spacy.io/api/transformer ) : Pipeline
7373 component API reference
7474- 📗
75- [ Transformer architectures] ( https://nightly. spacy.io/api/architectures#transformers ) :
75+ [ Transformer architectures] ( https://spacy.io/api/architectures#transformers ) :
7676 Architectures and registered functions
0 commit comments