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