rigonsallauka commited on
Commit
8454005
1 Parent(s): 4a4def2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -1,5 +1,23 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  # German Medical NER
5
 
@@ -7,7 +25,8 @@ license: apache-2.0
7
  - **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.
8
  - **Applications**: Suitable for healthcare professionals, clinical data analysis, and research into medical text processing.
9
  - **Supported Entity Types**:
10
- - `PROBLEM`: Diseases, symptoms, and medical conditions.
 
11
  - `TEST`: Diagnostic procedures and laboratory tests.
12
  - `TREATMENT`: Medications, therapies, and other medical interventions.
13
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - rigonsallauka/german_ner_dataset
5
+ language:
6
+ - de
7
+ metrics:
8
+ - f1
9
+ - precision
10
+ - recall
11
+ - confusion_matrix
12
+ base_model:
13
+ - google-bert/bert-base-cased
14
+ pipeline_tag: token-classification
15
+ tags:
16
+ - NER
17
+ - medical
18
+ - symptom
19
+ - extraction
20
+ - german
21
  ---
22
  # German Medical NER
23
 
 
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.
26
  - **Applications**: Suitable for healthcare professionals, clinical data analysis, and research into medical text processing.
27
  - **Supported Entity Types**:
28
+ - `PROBLEM`
29
+ : Diseases, symptoms, and medical conditions.
30
  - `TEST`: Diagnostic procedures and laboratory tests.
31
  - `TREATMENT`: Medications, therapies, and other medical interventions.
32