21iridescent
commited on
Commit
路
56b3907
1
Parent(s):
0e14570
Update README.md
Browse files
README.md
CHANGED
@@ -58,3 +58,17 @@ The following hyperparameters were used during training:
|
|
58 |
- Pytorch 1.10.0+cu111
|
59 |
- Datasets 2.0.0
|
60 |
- Tokenizers 0.11.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
- Pytorch 1.10.0+cu111
|
59 |
- Datasets 2.0.0
|
60 |
- Tokenizers 0.11.6
|
61 |
+
|
62 |
+
{'HasAns_exact': 71.39001349527665,
|
63 |
+
'HasAns_f1': 77.71740687727831,
|
64 |
+
'HasAns_total': 5928,
|
65 |
+
'NoAns_exact': 68.59545836837678,
|
66 |
+
'NoAns_f1': 68.59545836837678,
|
67 |
+
'NoAns_total': 5945,
|
68 |
+
'best_exact': 69.9991577528847,
|
69 |
+
'best_exact_thresh': 0.0,
|
70 |
+
'best_f1': 73.1583245993857,
|
71 |
+
'best_f1_thresh': 0.0,
|
72 |
+
'exact': 69.99073528173166,
|
73 |
+
'f1': 73.1499021282327,
|
74 |
+
'total': 11873}
|