lcampillos commited on
Commit
bc39997
1 Parent(s): 7eb0843

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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.842 (±0.008)
31
- - Recall: 0.886 (±0.013)
32
- - F1: 0.864 (±0.007)
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.842 (±0.008) | 0.886 (±0.013) | 0.864 (±0.007) | 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.816 (±0.029) | 0.876 (±0.022) | 0.845 (±0.012) | 313 |
111
  | Form | 0.818 (±0.009) | 0.883 (±0.023) | 0.849 (±0.013) | 65 |
112
- | Route | 0.883 (±0.030) | 0.898 (±0.011) | 0.891 (±0.018) | 264 |
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