lcampillos
commited on
Commit
•
bc39997
1
Parent(s):
7eb0843
Update README.md
Browse files
README.md
CHANGED
@@ -27,9 +27,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.
|
33 |
- Accuracy: 0.997 (±0.001)
|
34 |
|
35 |
|
@@ -100,16 +100,16 @@ The following hyperparameters were used during training:
|
|
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 |
| Class | Precision | Recall | F1 | Support |
|
109 |
|:----------:|:--------------:|:--------------:|:--------------:|:---------:|
|
110 |
-
| Dose | 0.
|
111 |
| Form | 0.818 (±0.009) | 0.883 (±0.023) | 0.849 (±0.013) | 65 |
|
112 |
-
| Route | 0.
|
113 |
|
114 |
|
115 |
### Framework versions
|
|
|
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.853 (±0.008)
|
31 |
+
- Recall: 0.890 (±0.014)
|
32 |
+
- F1: 0.871 (±0.008)
|
33 |
- Accuracy: 0.997 (±0.001)
|
34 |
|
35 |
|
|
|
100 |
|
101 |
| Precision | Recall | F1 | Accuracy |
|
102 |
|:--------------:|:--------------:|:--------------:|:--------------:|
|
103 |
+
| 0.853 (±0.008) | 0.890 (±0.014) | 0.871 (±0.008) | 0.997 (±0.001) |
|
104 |
|
105 |
|
106 |
**Results per class (test set; average and standard deviation of 5 rounds with different seeds)**
|
107 |
|
108 |
| Class | Precision | Recall | F1 | Support |
|
109 |
|:----------:|:--------------:|:--------------:|:--------------:|:---------:|
|
110 |
+
| Dose | 0.812 (±0.030) | 0.873 (±0.022) | 0.841 (±0.014) | 314 |
|
111 |
| Form | 0.818 (±0.009) | 0.883 (±0.023) | 0.849 (±0.013) | 65 |
|
112 |
+
| Route | 0.916 (±0.032) | 0.911 (±0.012) | 0.913 (±0.019) | 270 |
|
113 |
|
114 |
|
115 |
### Framework versions
|