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