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