Instructions to use keatrean/ru_pipeline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use keatrean/ru_pipeline with spaCy:
!pip install https://huggingface.co/keatrean/ru_pipeline/resolve/main/ru_pipeline-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("ru_pipeline") # Importing as module. import ru_pipeline nlp = ru_pipeline.load() - Notebooks
- Google Colab
- Kaggle
README.md exists but content is empty.
- Downloads last month
- 2
Evaluation results
- NER Precisionself-reported0.954
- NER Recallself-reported0.874
- NER F Scoreself-reported0.912