Update README.md
Browse files
README.md
CHANGED
@@ -58,15 +58,27 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
## Computed Metrics
|
60 |
{'exact': 43.91925777331996,
|
|
|
61 |
'f1': 59.06087423686695,
|
|
|
62 |
'total': 7976,
|
|
|
63 |
'HasAns_exact': 58.41534612176814,
|
|
|
64 |
'HasAns_f1': 78.5603891431611,
|
|
|
65 |
'HasAns_total': 5995,
|
|
|
66 |
'NoAns_exact': 0.05047955577990914,
|
|
|
67 |
'NoAns_f1': 0.05047955577990914,
|
|
|
68 |
'NoAns_total': 1981,
|
|
|
69 |
'best_exact': 43.91925777331996,
|
|
|
70 |
'best_exact_thresh': 0.0,
|
|
|
71 |
'best_f1': 59.0608742368668,
|
|
|
72 |
'best_f1_thresh': 0.0}
|
|
|
58 |
|
59 |
## Computed Metrics
|
60 |
{'exact': 43.91925777331996,
|
61 |
+
|
62 |
'f1': 59.06087423686695,
|
63 |
+
|
64 |
'total': 7976,
|
65 |
+
|
66 |
'HasAns_exact': 58.41534612176814,
|
67 |
+
|
68 |
'HasAns_f1': 78.5603891431611,
|
69 |
+
|
70 |
'HasAns_total': 5995,
|
71 |
+
|
72 |
'NoAns_exact': 0.05047955577990914,
|
73 |
+
|
74 |
'NoAns_f1': 0.05047955577990914,
|
75 |
+
|
76 |
'NoAns_total': 1981,
|
77 |
+
|
78 |
'best_exact': 43.91925777331996,
|
79 |
+
|
80 |
'best_exact_thresh': 0.0,
|
81 |
+
|
82 |
'best_f1': 59.0608742368668,
|
83 |
+
|
84 |
'best_f1_thresh': 0.0}
|