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