Instructions to use teo-sanchez/en_ner_prompting with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use teo-sanchez/en_ner_prompting with spaCy:
!pip install https://huggingface.co/teo-sanchez/en_ner_prompting/resolve/main/en_ner_prompting-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_ner_prompting") # Importing as module. import en_ner_prompting nlp = en_ner_prompting.load() - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 82167d3
Add exemples for inference 3a76868
Update README.md 07f6e73
Update README.md 6d6a227
Update spaCy pipeline 2543c35
Update spaCy pipeline 0a98f90
Update README.md 97f9aac
Update spaCy pipeline 21ec082
Update spaCy pipeline f1cfc6f
Update spaCy pipeline 1b6ed6e
Update README.md 162009f
Update README.md 6ab65a1
Update README.md 97863fb
Update README.md 575a5a4
Update spaCy pipeline 64a8eac
initial commit a7336c4
Téo Sanchez commited on