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