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