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