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