Instructions to use jfrei/de_GPTNERMED_GottBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use jfrei/de_GPTNERMED_GottBERT with spaCy:
!pip install https://huggingface.co/jfrei/de_GPTNERMED_GottBERT/resolve/main/de_GPTNERMED_GottBERT-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("de_GPTNERMED_GottBERT") # Importing as module. import de_GPTNERMED_GottBERT nlp = de_GPTNERMED_GottBERT.load() - Notebooks
- Google Colab
- Kaggle
Remove slash
Browse files
README.md
CHANGED
|
@@ -27,7 +27,8 @@ GottBERT-based model of the GPTNERMED German NER model for medical entities.
|
|
| 27 |
|
| 28 |
See our published paper at: [https://doi.org/10.1016/j.jbi.2023.104478](https://doi.org/10.1016/j.jbi.2023.104478) \
|
| 29 |
The preprint paper is available at: [https://arxiv.org/abs/2208.14493](https://arxiv.org/abs/2208.14493) \
|
| 30 |
-
|
|
|
|
| 31 |
|
| 32 |
| Feature | Description |
|
| 33 |
| --- | --- |
|
|
|
|
| 27 |
|
| 28 |
See our published paper at: [https://doi.org/10.1016/j.jbi.2023.104478](https://doi.org/10.1016/j.jbi.2023.104478) \
|
| 29 |
The preprint paper is available at: [https://arxiv.org/abs/2208.14493](https://arxiv.org/abs/2208.14493) \
|
| 30 |
+
|
| 31 |
+
If you like our work, give us a star on our GitHub repository: [https://github.com/frankkramer-lab/GPTNERMED](https://github.com/frankkramer-lab/GPTNERMED)
|
| 32 |
|
| 33 |
| Feature | Description |
|
| 34 |
| --- | --- |
|