Commit
·
6e0a62c
1
Parent(s):
0d1dd0f
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,7 @@ widget:
|
|
14 |
- text: "Azitromicina en suspensión oral, 10 mg/kg una vez al día durante siete días"
|
15 |
- text: "A un grupo se le administró Ciprofloxacino 200 mg bid EV y al otro Cefazolina 1 g tid IV"
|
16 |
- text: "Administración de una solución de mantenimiento intravenosa isotónica (NaCl al 0,9% en dextrosa al 5%)"
|
|
|
17 |
---
|
18 |
|
19 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -27,9 +28,9 @@ This named entity recognition model detects medication attributes:
|
|
27 |
- Route: e.g. *vía oral*, *i.v.*
|
28 |
|
29 |
The model achieves the following results on the test set (when trained with the training and development set; results are averaged over 5 evaluation rounds):
|
30 |
-
- Precision: 0.
|
31 |
-
- Recall: 0.
|
32 |
-
- F1: 0.871 (±0.
|
33 |
- Accuracy: 0.997 (±0.001)
|
34 |
|
35 |
|
@@ -93,23 +94,24 @@ The following hyperparameters were used during training:
|
|
93 |
- seed: we used different seeds for 5 evaluation rounds, and uploaded the model with the best results
|
94 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
95 |
- lr_scheduler_type: linear
|
96 |
-
- num_epochs:
|
97 |
|
98 |
|
99 |
### Training results (test set; average and standard deviation of 5 rounds with different seeds)
|
100 |
|
101 |
| Precision | Recall | F1 | Accuracy |
|
102 |
|:--------------:|:--------------:|:--------------:|:--------------:|
|
103 |
-
| 0.
|
104 |
|
105 |
|
106 |
**Results per class (test set; average and standard deviation of 5 rounds with different seeds)**
|
107 |
|
108 |
-
|
|
109 |
-
|
110 |
-
|
|
111 |
-
|
|
112 |
-
|
|
|
|
113 |
|
114 |
|
115 |
### Framework versions
|
|
|
14 |
- text: "Azitromicina en suspensión oral, 10 mg/kg una vez al día durante siete días"
|
15 |
- text: "A un grupo se le administró Ciprofloxacino 200 mg bid EV y al otro Cefazolina 1 g tid IV"
|
16 |
- text: "Administración de una solución de mantenimiento intravenosa isotónica (NaCl al 0,9% en dextrosa al 5%)"
|
17 |
+
- text: "Se excluyen pacientes con contraindicación a aspirina o clopidogrel"
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
28 |
- Route: e.g. *vía oral*, *i.v.*
|
29 |
|
30 |
The model achieves the following results on the test set (when trained with the training and development set; results are averaged over 5 evaluation rounds):
|
31 |
+
- Precision: 0.863 (±0.011)
|
32 |
+
- Recall: 0.878 (±0.008)
|
33 |
+
- F1: 0.871 (±0.001)
|
34 |
- Accuracy: 0.997 (±0.001)
|
35 |
|
36 |
|
|
|
94 |
- seed: we used different seeds for 5 evaluation rounds, and uploaded the model with the best results
|
95 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
96 |
- lr_scheduler_type: linear
|
97 |
+
- num_epochs: average 12 epochs (±3.1); trained with early stopping if no improvement after 5 epochs (early stopping patience: 5)
|
98 |
|
99 |
|
100 |
### Training results (test set; average and standard deviation of 5 rounds with different seeds)
|
101 |
|
102 |
| Precision | Recall | F1 | Accuracy |
|
103 |
|:--------------:|:--------------:|:--------------:|:--------------:|
|
104 |
+
| 0.863 (±0.011) | 0.878 (±0.008) | 0.871 (±0.001) | 0.997 (±0.001) |
|
105 |
|
106 |
|
107 |
**Results per class (test set; average and standard deviation of 5 rounds with different seeds)**
|
108 |
|
109 |
+
| Class | Precision | Recall | F1 | Support |
|
110 |
+
|:---------------:|:--------------:|:--------------:|:--------------:|:---------:|
|
111 |
+
| Contraindicated | 0.752 (±0.089) | 0.847 (±0.077) | 0.791 (±0.041) | 76 |
|
112 |
+
| Dose | 0.830 (±0.032) | 0.838 (±0.035) | 0.833 (±0.001) | 320 |
|
113 |
+
| Form | 0.971 (±0.029) | 0.889 (±0.024) | 0.928 (±0.021) | 74 |
|
114 |
+
| Route | 0.934 (±0.012) | 0.916 (±0.024) | 0.925 (±0.012) | 270 |
|
115 |
|
116 |
|
117 |
### Framework versions
|