Welcome spaCy to the Hugging Face Hub
About this article
We’re on a journey to advance and democratize artificial intelligence through open source and open science.
Back to Articles Welcome spaCy to the Hugging Face Hub Published July 13, 2021 Update on GitHub Upvote 1 Omar Sanseviero osanseviero Follow Ines Montani ines Follow spaCy is a popular library for advanced Natural Language Processing used widely across industry. spaCy makes it easy to use and train pipelines for tasks like named entity recognition, text classification, part of speech tagging and more, and lets you build powerful applications to process and analyze large volumes of text. Hugging Face makes it really easy to share your spaCy pipelines with the community! With a single command, you can upload any pipeline package, with a pretty model card and all required metadata auto-generated for you. The inference API currently supports NER out-of-the-box, and you can try out your pipeline interactively in your browser. You'll also get a live URL for your package that you can pip install from anywhere for a smooth path from prototype all the way to production! Finding models Over 60 canonical models can be found in the spaCy org. These models are from the latest 3.1 release, so you can try the latest realesed models right now! On top of this, you can find all spaCy models from the community here https://huggingface.co/models?filter=spacy. Widgets This integration includes support for NER widgets, so all models with a NER component will have this out of the box! Coming soon there will be support for text classification and POS. spacy/en_core_web_sm Hosted inference API Toke...