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