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