rigonsallauka commited on
Commit
21ad1c4
1 Parent(s): cb4040c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -20,10 +20,10 @@ tags:
20
  - english
21
  ---
22
 
23
- # Slovenian 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 Slovenian language.
27
  - **Applications**: Suitable for healthcare professionals, clinical data analysis, and research into medical text processing.
28
  - **Supported Entity Types**:
29
  - `PROBLEM`: Diseases, symptoms, and medical conditions.
@@ -31,7 +31,7 @@ tags:
31
  - `TREATMENT`: Medications, therapies, and other medical interventions.
32
 
33
  ## Training Data
34
- - **Data Sources**: Annotated datasets, including clinical data and translations of English medical text into Slovenian.
35
  - **Data Augmentation**: The training dataset underwent data augmentation techniques to improve the model's ability to generalize to different text structures.
36
  - **Dataset Split**:
37
  - **Training Set**: 80%
@@ -45,7 +45,8 @@ tags:
45
  - **Batch Size**: 64
46
  - **Epochs**: 200
47
  - **Loss Function**: Focal Loss to handle class imbalance
48
- - **Frameworks**: PyTorch, Hugging Face Transformers, SimpleTransformers
 
49
 
50
  ## How to Use
51
  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:
 
20
  - english
21
  ---
22
 
23
+ # English 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 English language.
27
  - **Applications**: Suitable for healthcare professionals, clinical data analysis, and research into medical text processing.
28
  - **Supported Entity Types**:
29
  - `PROBLEM`: Diseases, symptoms, and medical conditions.
 
31
  - `TREATMENT`: Medications, therapies, and other medical interventions.
32
 
33
  ## Training Data
34
+ - **Data Sources**: Annotated datasets, including clinical data in English.
35
  - **Data Augmentation**: The training dataset underwent data augmentation techniques to improve the model's ability to generalize to different text structures.
36
  - **Dataset Split**:
37
  - **Training Set**: 80%
 
45
  - **Batch Size**: 64
46
  - **Epochs**: 200
47
  - **Loss Function**: Focal Loss to handle class imbalance
48
+ - **Frameworks
49
+ **: PyTorch, Hugging Face Transformers, SimpleTransformers
50
 
51
  ## How to Use
52
  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: