Instructions to use spacy/lt_core_news_sm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use spacy/lt_core_news_sm with spaCy:
!pip install https://huggingface.co/spacy/lt_core_news_sm/resolve/main/lt_core_news_sm-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("lt_core_news_sm") # Importing as module. import lt_core_news_sm nlp = lt_core_news_sm.load() - Notebooks
- Google Colab
- Kaggle
Commit History
Update spaCy pipeline a943cb7
Adriane Boyd commited on
Update spaCy pipeline a4f10db
EC2 Default User commited on
Update spaCy pipeline 743be7c
Omar Sanseviero commited on
Update spaCy pipeline fb8a2e0
Omar Sanseviero commited on