How to use teo-sanchez/en_ner_prompting with spaCy:
!pip install https://huggingface.co/teo-sanchez/en_ner_prompting/resolve/main/en_ner_prompting-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_ner_prompting") # Importing as module. import en_ner_prompting nlp = en_ner_prompting.load()
The community tab is the place to discuss and collaborate with the HF community!