Remove spacy-transformers-specific warning

This commit is contained in:
shadeMe 2023-07-20 13:46:32 +02:00
parent d8722877cb
commit a775fa25ad
No known key found for this signature in database
GPG Key ID: 6FCA9FC635B2A402

View File

@ -488,16 +488,6 @@ The following architectures are provided by the package
See the [usage documentation](/usage/embeddings-transformers#transformers) for
how to integrate the architectures into your training config.
<Infobox variant="warning">
Note that in order to use these architectures in your config, you need to
install the
[`spacy-transformers`](https://github.com/explosion/spacy-transformers). See the
[installation docs](/usage/embeddings-transformers#transformers-installation)
for details and system requirements.
</Infobox>
### spacy-curated-transformers.AlbertTransformer.v1
Construct an ALBERT transformer model.