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