Beta test: spaCy Curated Transformer pipelines #12848
danieldk
announced in
News & Announcements
Replies: 1 comment
-
The default pipelines with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have recently announced the first the tech preview of Curated Transformers. Curated Transformers is a transformer library for PyTorch that is developed by Explosion. It provides a curated set of state-of-the-art models that are composed of reusable building blocks.
Since Curated Transformers is a pure PyTorch library, we have also released a library with Thinc model wrappers and a spaCy pipeline component called
spacy-curated-transformers
. With this library, you can use Curated Transformers in your own pipelines. We have prepared an example project that shows how you can train a pipeline with Curated Transformers.Today, we are releasing experimental spaCy transformer pipelines that use Curated Transformers. These pipelines are used when you download a transformer model using the spaCy 3.7.0 development release:
If you are using our transformer pipelines with spaCy 3.6 or earlier versions, it would be very helpful if you could test these new transformer pipelines and report significant regressions in speed or accuracy or for that matter, any other issues that you might encounter.
Available Curated Transformer pipelines
Beta Was this translation helpful? Give feedback.
All reactions