drvenabili commited on
Commit
59ecec4
1 Parent(s): 9ec8d6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -40,6 +40,58 @@ Please mention the original dataset if you use this model:
40
  - Recall: 0.868
41
  - F1: 0.873
42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ## Usage
44
 
45
  You can use cURL to access this model:
 
40
  - Recall: 0.868
41
  - F1: 0.873
42
 
43
+ ## Test Metrics
44
+
45
+ ### Overall Metrics
46
+
47
+ - Accuracy: 0.986
48
+ - Precision: 0.857
49
+ - Recall: 0.872
50
+ - F1: 0.864
51
+
52
+ ### Per-entity metrics
53
+
54
+ ```json
55
+ {
56
+ "DATE": {
57
+ "precision": 0.925,
58
+ "recall": 0.9736842105263158,
59
+ "f1": 0.9487179487179489,
60
+ "number": "114"
61
+ },
62
+ "EVENT": {
63
+ "precision": 0.3,
64
+ "recall": 0.42857142857142855,
65
+ "f1": 0.3529411764705882,
66
+ "number": "7"
67
+ },
68
+ "LOC": {
69
+ "precision": 0.9057239057239057,
70
+ "recall": 0.9372822299651568,
71
+ "f1": 0.9212328767123287,
72
+ "number": "287"
73
+ },
74
+ "ORG": {
75
+ "precision": 0.8274111675126904,
76
+ "recall": 0.7836538461538461,
77
+ "f1": 0.8049382716049382,
78
+ "number": "208"
79
+ },
80
+ "PER": {
81
+ "precision": 0.88,
82
+ "recall": 0.9225806451612903,
83
+ "f1": 0.9007874015748031,
84
+ "number": "310"
85
+ },
86
+ "PRO": {
87
+ "precision": 0.6081081081081081,
88
+ "recall": 0.569620253164557,
89
+ "f1": 0.5882352941176471,
90
+ "number": "79"
91
+ }
92
+ }
93
+ ```
94
+
95
  ## Usage
96
 
97
  You can use cURL to access this model: