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