Instructions to use SuramyaPokharel/NER_for_contacts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use SuramyaPokharel/NER_for_contacts with spaCy:
!pip install https://huggingface.co/SuramyaPokharel/NER_for_contacts/resolve/main/NER_for_contacts-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("NER_for_contacts") # Importing as module. import NER_for_contacts nlp = NER_for_contacts.load() - Notebooks
- Google Colab
- Kaggle
Ctrl+K
Rename en_core_web_md-any-py3-none-any.whl to NER_for_contacts-any-py3-none-any.whl
654b8ac verified