End of training
Browse files- all_results.json +8 -0
- test_results.json +8 -9
all_results.json
CHANGED
|
@@ -1,5 +1,13 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 1.4222222222222223,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
"total_flos": 460888389916608.0,
|
| 4 |
"train_loss": 0.39278189301490785,
|
| 5 |
"train_runtime": 20304.3046,
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 1.4222222222222223,
|
| 3 |
+
"test_accuracy": 0.858,
|
| 4 |
+
"test_f1-score": 0.8647619047619047,
|
| 5 |
+
"test_loss": 0.33392155170440674,
|
| 6 |
+
"test_precision": 0.8533834586466166,
|
| 7 |
+
"test_recall": 0.8764478764478765,
|
| 8 |
+
"test_runtime": 152.1362,
|
| 9 |
+
"test_samples_per_second": 6.573,
|
| 10 |
+
"test_steps_per_second": 0.414,
|
| 11 |
"total_flos": 460888389916608.0,
|
| 12 |
"train_loss": 0.39278189301490785,
|
| 13 |
"train_runtime": 20304.3046,
|
test_results.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"test_accuracy": 0.
|
| 3 |
-
"test_f1-score": 0.
|
| 4 |
-
"test_loss": 0.
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"test_steps_per_second": 0.4
|
| 11 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"test_accuracy": 0.858,
|
| 3 |
+
"test_f1-score": 0.8647619047619047,
|
| 4 |
+
"test_loss": 0.33392155170440674,
|
| 5 |
+
"test_precision": 0.8533834586466166,
|
| 6 |
+
"test_recall": 0.8764478764478765,
|
| 7 |
+
"test_runtime": 152.1362,
|
| 8 |
+
"test_samples_per_second": 6.573,
|
| 9 |
+
"test_steps_per_second": 0.414
|
|
|
|
| 10 |
}
|