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