Instructions to use spacy/nb_core_news_sm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use spacy/nb_core_news_sm with spaCy:
!pip install https://huggingface.co/spacy/nb_core_news_sm/resolve/main/nb_core_news_sm-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("nb_core_news_sm") # Importing as module. import nb_core_news_sm nlp = nb_core_news_sm.load() - Notebooks
- Google Colab
- Kaggle
Commit History
Update spaCy pipeline 7881ad7
Adriane Boyd commited on
Update spaCy pipeline 2745607
EC2 Default User commited on
Update spaCy pipeline 85d30a8
Omar Sanseviero commited on
Automatic correction of README.md metadata for keys. Contact website@huggingface.co for any question 80f47b9
Update spaCy pipeline 04ca1fc
Omar Sanseviero commited on