wmotte commited on
Commit
395a484
1 Parent(s): 2edbd29

update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -16,14 +16,19 @@ This is a fine-tuned multi-class NER model for PICO labels within PubMed biomedi
16
  The mode predicts:
17
 
18
  | Class | **F1-Score** | Precision | Recall |
 
19
  |B-Patient | **0.72** | 0.69 | 0.76
 
20
  |I-Patient | **0.77** | 0.74 | 0.81
21
 
22
  |B-Intervention | **0.62** | 0.61 | 0.63 |
 
23
  |I-Intervention | **0.70** | 0.70 | 0.71 |
24
 
25
  |B-Control | **0.59** | 0.56 | 0.63 |
 
26
  |I-Control | **0.62** | 0.64 | 0.61 |
27
 
28
  |B-Outcome | **0.49** | 0.50 | 0.49 |
 
29
  |I-Outcome | **0.56** | 0.63 | 0.51 |
 
16
  The mode predicts:
17
 
18
  | Class | **F1-Score** | Precision | Recall |
19
+
20
  |B-Patient | **0.72** | 0.69 | 0.76
21
+
22
  |I-Patient | **0.77** | 0.74 | 0.81
23
 
24
  |B-Intervention | **0.62** | 0.61 | 0.63 |
25
+
26
  |I-Intervention | **0.70** | 0.70 | 0.71 |
27
 
28
  |B-Control | **0.59** | 0.56 | 0.63 |
29
+
30
  |I-Control | **0.62** | 0.64 | 0.61 |
31
 
32
  |B-Outcome | **0.49** | 0.50 | 0.49 |
33
+
34
  |I-Outcome | **0.56** | 0.63 | 0.51 |