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
Automatic correction of README.md metadata for keys. Contact website@huggingface.co for any question
Browse files- README.md +1 -1
- morphologizer/model +0 -0
- ner/model +0 -0
- parser/model +0 -0
- senter/model +0 -0
- tok2vec/model +0 -0
README.md
CHANGED
|
@@ -4,7 +4,7 @@ tags:
|
|
| 4 |
- token-classification
|
| 5 |
language:
|
| 6 |
- ru
|
| 7 |
-
license:
|
| 8 |
model-index:
|
| 9 |
- name: ru_core_news_sm
|
| 10 |
results:
|
|
|
|
| 4 |
- token-classification
|
| 5 |
language:
|
| 6 |
- ru
|
| 7 |
+
license: mit
|
| 8 |
model-index:
|
| 9 |
- name: ru_core_news_sm
|
| 10 |
results:
|
morphologizer/model
CHANGED
|
Binary files a/morphologizer/model and b/morphologizer/model differ
|
|
|
ner/model
CHANGED
|
Binary files a/ner/model and b/ner/model differ
|
|
|
parser/model
CHANGED
|
Binary files a/parser/model and b/parser/model differ
|
|
|
senter/model
CHANGED
|
Binary files a/senter/model and b/senter/model differ
|
|
|
tok2vec/model
CHANGED
|
Binary files a/tok2vec/model and b/tok2vec/model differ
|
|
|