dangkhoa99
commited on
Commit
•
3909063
1
Parent(s):
37eef1d
Update README.md
Browse files
README.md
CHANGED
@@ -93,18 +93,18 @@ The following `bitsandbytes` quantization config was used during training:
|
|
93 |
Evaluated on the SQuAD 2.0 dev set with the [Metrics](https://huggingface.co/docs/datasets/v2.14.4/en/loading#metrics)
|
94 |
|
95 |
```python
|
96 |
-
'exact': 71.
|
97 |
-
'f1': 76.
|
98 |
-
'total':
|
99 |
-
'HasAns_exact':
|
100 |
-
'HasAns_f1': 73.
|
101 |
-
'HasAns_total':
|
102 |
-
'NoAns_exact':
|
103 |
-
'NoAns_f1':
|
104 |
-
'NoAns_total':
|
105 |
-
'best_exact': 71.
|
106 |
'best_exact_thresh': 0.0
|
107 |
-
'best_f1': 76.
|
108 |
'best_f1_thresh': 0.0
|
109 |
```
|
110 |
|
|
|
93 |
Evaluated on the SQuAD 2.0 dev set with the [Metrics](https://huggingface.co/docs/datasets/v2.14.4/en/loading#metrics)
|
94 |
|
95 |
```python
|
96 |
+
'exact': 71.48993514697212
|
97 |
+
'f1': 76.65914166347146
|
98 |
+
'total': 11873
|
99 |
+
'HasAns_exact': 62.78677462887989
|
100 |
+
'HasAns_f1': 73.14001163468224
|
101 |
+
'HasAns_total': 5928
|
102 |
+
'NoAns_exact': 80.1682085786375
|
103 |
+
'NoAns_f1': 80.1682085786375
|
104 |
+
'NoAns_total': 5945
|
105 |
+
'best_exact': 71.48993514697212
|
106 |
'best_exact_thresh': 0.0
|
107 |
+
'best_f1': 76.65914166347147
|
108 |
'best_f1_thresh': 0.0
|
109 |
```
|
110 |
|