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