Instructions to use Cogoport/en_Spacy_Custom_ner2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
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() - Notebooks
- Google Colab
- Kaggle