Z-Jafari commited on
Commit
18f7f7b
1 Parent(s): f0e7181

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -44,7 +44,27 @@ The following hyperparameters were used during training:
44
 
45
  ### Training results
46
 
47
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
  ### Framework versions
50
 
 
44
 
45
  ### Training results
46
 
47
+ {
48
+ 'exact': 65.5,
49
+
50
+ 'f1': 71.54387668799097,
51
+
52
+ 'total': 1000,
53
+
54
+ 'HasAns_exact': 65.5,
55
+
56
+ 'HasAns_f1': 71.54387668799097,
57
+
58
+ 'HasAns_total': 1000,
59
+
60
+ 'best_exact': 65.5,
61
+
62
+ 'best_exact_thresh': 0.0,
63
+
64
+ 'best_f1': 71.54387668799097,
65
+
66
+ 'best_f1_thresh': 0.0
67
+ }
68
 
69
  ### Framework versions
70