Out now: spaCy v3.0 nightly #6540
ines
announced in
News & Announcements
Replies: 1 comment 3 replies
-
I am somewhat confused about the relationship between spaCy and spacy-transformers when moving to v3.0, particularly when it comes to some of the neat functionalities in spacy-transformers. Is it still possible to extract Token level representations from the pre-trained Transformer pipeline |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
spaCy v3.0 is available as a nightly pre-release 🎉 Give it a try and let us know what you think! Feel free to ask questions in this thread, and report any bugs you come across on the issue tracker.
💫 spaCy v3.0 in a nutshell
The new version features all new transformer-based pipelines that bring spaCy's accuracy right up to the current state-of-the-art. You can use any pretrained transformer to train your own pipelines, and even share one transformer between multiple components with multi-task learning. Training is now fully configurable and extensible, and you can define your own custom models using PyTorch, TensorFlow and other frameworks. The new spaCy projects system lets you describe whole end-to-end workflows in a single file, giving you an easy path from prototype to production, and making it easy to clone and adapt best-practice projects for your own use cases.
📖 Read more
Beta Was this translation helpful? Give feedback.
All reactions