rigonsallauka commited on
Commit
58b2019
1 Parent(s): 13c0943

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -25,7 +25,8 @@ tags:
25
  - **Primary Use Case**: This model is designed to extract medical entities such as symptoms, diagnostic tests, and treatments from clinical text in the Polish language.
26
  - **Applications**: Suitable for healthcare professionals, clinical data analysis, and research into medical text processing.
27
  - **Supported Entity Types**:
28
- - `PROBLEM`: Diseases, symptoms, and medical conditions.
 
29
  - `TEST`: Diagnostic procedures and laboratory tests.
30
  - `TREATMENT`: Medications, therapies, and other medical interventions.
31
 
@@ -46,6 +47,12 @@ tags:
46
  - **Loss Function**: Focal Loss to handle class imbalance
47
  - **Frameworks**: PyTorch, Hugging Face Transformers, SimpleTransformers
48
 
 
 
 
 
 
 
49
  ## How to Use
50
  You can easily use this model with the Hugging Face `transformers` library. Here's an example of how to load and use the model for inference:
51
 
 
25
  - **Primary Use Case**: This model is designed to extract medical entities such as symptoms, diagnostic tests, and treatments from clinical text in the Polish language.
26
  - **Applications**: Suitable for healthcare professionals, clinical data analysis, and research into medical text processing.
27
  - **Supported Entity Types**:
28
+ - `
29
+ PROBLEM`: Diseases, symptoms, and medical conditions.
30
  - `TEST`: Diagnostic procedures and laboratory tests.
31
  - `TREATMENT`: Medications, therapies, and other medical interventions.
32
 
 
47
  - **Loss Function**: Focal Loss to handle class imbalance
48
  - **Frameworks**: PyTorch, Hugging Face Transformers, SimpleTransformers
49
 
50
+ ## Evaluation metrics
51
+ - eval_loss = 0.3968946770636102
52
+ - f1_score = 0.7556232119891866
53
+ - precision = 0.7552069671056083
54
+ - recall = 0.7560399159663865
55
+
56
  ## How to Use
57
  You can easily use this model with the Hugging Face `transformers` library. Here's an example of how to load and use the model for inference:
58