Instructions to use Dessan/ru_core_custom_lg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use Dessan/ru_core_custom_lg with spaCy:
!pip install https://huggingface.co/Dessan/ru_core_custom_lg/resolve/main/ru_core_custom_lg-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("ru_core_custom_lg") # Importing as module. import ru_core_custom_lg nlp = ru_core_custom_lg.load() - Notebooks
- Google Colab
- Kaggle
Ctrl+K