#12 · Primary category: Model Zoos & Hubs
spacy-models
💫 Models for the spaCy Natural Language Processing (NLP) library
Project last updated:03/20/26
GitHub Stars
1.9K
Forks
319
Contributors
14
License
Other
Why we included this project
Building production NLP pipelines in Python usually means needing the trained pipelines that spaCy runs on, and this is where Explosion publishes them. The models are too big to sit in the repo as binaries, so they ship as pip-installable wheels and source archives on GitHub Releases; you grab one with `python -m spacy download en_core_web_md` or pin it in requirements.txt. The naming convention carries real information: `en_core_web_md` tells you the language, which components are included (tagger, parser, lemmatizer, NER), the kind of text it was trained on, and whether word vectors come along. So the small, medium, and large builds are mostly a choice about whether you need those vector tables. Model versions track the spaCy release they target, which keeps compatibility checks straightforward when you upgrade the library.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
models.dev
An open-source database of AI models.
Awesome-CoreML-Models
Largest list of models for Core ML (for iOS 11+)
models
Officially maintained, supported by PaddlePaddle, including CV, NLP, Speech, Rec, TS, big models and so on.
PINTO_model_zoo
A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
huggingface_hub
The official CLI and Python client for the Hugging Face Hub.