rigonsallauka
commited on
Commit
•
3052a4d
1
Parent(s):
b851535
Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,8 @@ tags:
|
|
19 |
- extraction
|
20 |
- german
|
21 |
---
|
22 |
-
#
|
|
|
23 |
|
24 |
## Use
|
25 |
- **Primary Use Case**: This model is designed to extract medical entities such as symptoms, diagnostic tests, and treatments from clinical text in the German language.
|
@@ -59,7 +60,6 @@ You can easily use this model with the Hugging Face `transformers` library. Here
|
|
59 |
|
60 |
```python
|
61 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
62 |
-
import torch
|
63 |
|
64 |
model_name = "rigonsallauka/german_medical_ner"
|
65 |
|
|
|
19 |
- extraction
|
20 |
- german
|
21 |
---
|
22 |
+
#
|
23 |
+
German Medical NER
|
24 |
|
25 |
## Use
|
26 |
- **Primary Use Case**: This model is designed to extract medical entities such as symptoms, diagnostic tests, and treatments from clinical text in the German language.
|
|
|
60 |
|
61 |
```python
|
62 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
|
|
63 |
|
64 |
model_name = "rigonsallauka/german_medical_ner"
|
65 |
|