Instructions to use rame/en_pipeline_ner_model_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use rame/en_pipeline_ner_model_3 with spaCy:
!pip install https://huggingface.co/rame/en_pipeline_ner_model_3/resolve/main/en_pipeline_ner_model_3-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_pipeline_ner_model_3") # Importing as module. import en_pipeline_ner_model_3 nlp = en_pipeline_ner_model_3.load() - Notebooks
- Google Colab
- Kaggle
This file contains binary data. It cannot be displayed, but you can still download it.