rigonsallauka
commited on
Commit
•
bb5af48
1
Parent(s):
3052a4d
Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,8 @@ tags:
|
|
34 |
## Training Data
|
35 |
- **Data Sources**: Annotated datasets, including clinical data and translations of English medical text into German.
|
36 |
- **Data Augmentation**: The training dataset underwent data augmentation techniques to improve the model's ability to generalize to different text structures.
|
37 |
-
- **Dataset Split
|
|
|
38 |
- **Training Set**: 80%
|
39 |
- **Validation Set**: 10%
|
40 |
- **Test Set**: 10%
|
@@ -54,6 +55,7 @@ tags:
|
|
54 |
- precision = 0.7893554696639308
|
55 |
- recall = 0.7845608617193459
|
56 |
|
|
|
57 |
|
58 |
## How to Use
|
59 |
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:
|
|
|
34 |
## Training Data
|
35 |
- **Data Sources**: Annotated datasets, including clinical data and translations of English medical text into German.
|
36 |
- **Data Augmentation**: The training dataset underwent data augmentation techniques to improve the model's ability to generalize to different text structures.
|
37 |
+
- **Dataset Split**
|
38 |
+
:
|
39 |
- **Training Set**: 80%
|
40 |
- **Validation Set**: 10%
|
41 |
- **Test Set**: 10%
|
|
|
55 |
- precision = 0.7893554696639308
|
56 |
- recall = 0.7845608617193459
|
57 |
|
58 |
+
Visit [HUMADEX/Weekly-Supervised-NER-pipline](https://github.com/HUMADEX/Weekly-Supervised-NER-pipline) for more info.
|
59 |
|
60 |
## How to Use
|
61 |
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:
|