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