Commit
路
342d0ee
1
Parent(s):
76f8565
results
Browse files
README.md
CHANGED
@@ -43,7 +43,15 @@ The following hyperparameters were used during training:
|
|
43 |
- num_epochs: 3.0
|
44 |
|
45 |
### Training results
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
|
|
43 |
- num_epochs: 3.0
|
44 |
|
45 |
### Training results
|
46 |
+
{
|
47 |
+
"epoch": 3.0,
|
48 |
+
"eval_exact_match": 76.96310312204352,
|
49 |
+
"eval_f1": 87.82372321450285,
|
50 |
+
"eval_runtime": 189.7132,
|
51 |
+
"eval_samples": 10977,
|
52 |
+
"eval_samples_per_second": 57.861,
|
53 |
+
"eval_steps_per_second": 7.237
|
54 |
+
}
|
55 |
|
56 |
|
57 |
### Framework versions
|