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()
The community tab is the place to discuss and collaborate with the HF community!