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