Instructions to use Dessan/ru_custom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use Dessan/ru_custom with spaCy:
!pip install https://huggingface.co/Dessan/ru_custom/resolve/main/ru_custom-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("ru_custom") # Importing as module. import ru_custom nlp = ru_custom.load() - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md ff74a14 verified
Rename ru-custom-0.1-py3-none-any.whl to ru-custom-0.1-any-py3-none-any.whl 9bed3ce verified
Rename ru_custom-any-py3-none-any.whl to ru-custom-0.1-py3-none-any.whl 533d911 verified
Rename ru_spacy_ru_custom-any-py3-none-any.whl to ru_custom-any-py3-none-any.whl 3992ec8 verified
Rename ru-custom-any-py3-none-any.whl to ru_spacy_ru_custom-any-py3-none-any.whl 708ac41 verified
Rename ru_custom-0.1-any-py3-none-any.whl to ru-custom-any-py3-none-any.whl c0bcf5a verified
Rename ru_custom-0.1.whl to ru_custom-0.1-any-py3-none-any.whl a3bd117 verified
Rename ru_custom-0.1-any-py3-none-any.whl to ru_custom-0.1.whl 10600cb verified
Rename ru_custom-0.1-py3-none-any.whl to ru_custom-0.1-any-py3-none-any.whl 15b4031 verified
Update README.md b0de893 verified
[ADD] new model c28ec62
dessanhemrayew commited on