Instructions to use veron17/en_core_web_sm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use veron17/en_core_web_sm with spaCy:
!pip install https://huggingface.co/veron17/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_core_web_sm") # Importing as module. import en_core_web_sm nlp = en_core_web_sm.load() - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
bf1c110 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a1836fbc02b3924b2fd5f65325c58ae852ff112db1090ca724e5a801e68b85fd
size 319909
|