Rolv-Arild
commited on
Commit
·
a47f33f
1
Parent(s):
2f15ef2
Add end of training results
Browse files- all_results.json +8 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 15.0,
|
3 |
+
"train_loss": 0.17642972585578237,
|
4 |
+
"train_runtime": 792752.3013,
|
5 |
+
"train_samples": 302347,
|
6 |
+
"train_samples_per_second": 5.721,
|
7 |
+
"train_steps_per_second": 0.179
|
8 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 15.0,
|
3 |
+
"train_loss": 0.17642972585578237,
|
4 |
+
"train_runtime": 792752.3013,
|
5 |
+
"train_samples": 302347,
|
6 |
+
"train_samples_per_second": 5.721,
|
7 |
+
"train_steps_per_second": 0.179
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|