10k
Browse files- all_results.json +6 -6
- pytorch_model.bin +1 -1
- train_results.json +6 -6
- trainer_state.json +12 -3
all_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"train_loss": 1.
|
4 |
-
"train_runtime":
|
5 |
-
"train_samples":
|
6 |
-
"train_samples_per_second": 1.
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 1.6453349383580202,
|
4 |
+
"train_runtime": 6270.6718,
|
5 |
+
"train_samples": 10370,
|
6 |
+
"train_samples_per_second": 1.654,
|
7 |
+
"train_steps_per_second": 0.138
|
8 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1109883945
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0d6c3df1021e5d2805eec094101c9756aab92a2c23d7ed5a670d9f95d11a232
|
3 |
size 1109883945
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
-
"epoch":
|
3 |
-
"train_loss": 1.
|
4 |
-
"train_runtime":
|
5 |
-
"train_samples":
|
6 |
-
"train_samples_per_second": 1.
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 1.6453349383580202,
|
4 |
+
"train_runtime": 6270.6718,
|
5 |
+
"train_samples": 10370,
|
6 |
+
"train_samples_per_second": 1.654,
|
7 |
+
"train_steps_per_second": 0.138
|
8 |
}
|
trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
-
"epoch": 0
|
5 |
"eval_steps": 500,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
@@ -13,13 +13,22 @@
|
|
13 |
"learning_rate": 1.2658959537572255e-05,
|
14 |
"loss": 1.7414,
|
15 |
"step": 500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
}
|
17 |
],
|
18 |
"logging_steps": 500,
|
19 |
"max_steps": 865,
|
20 |
"num_train_epochs": 1,
|
21 |
"save_steps": 500,
|
22 |
-
"total_flos":
|
23 |
"trial_name": null,
|
24 |
"trial_params": null
|
25 |
}
|
|
|
1 |
{
|
2 |
"best_metric": null,
|
3 |
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
"eval_steps": 500,
|
6 |
+
"global_step": 865,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
|
|
13 |
"learning_rate": 1.2658959537572255e-05,
|
14 |
"loss": 1.7414,
|
15 |
"step": 500
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 1.0,
|
19 |
+
"step": 865,
|
20 |
+
"total_flos": 2032235525514240.0,
|
21 |
+
"train_loss": 1.6453349383580202,
|
22 |
+
"train_runtime": 6270.6718,
|
23 |
+
"train_samples_per_second": 1.654,
|
24 |
+
"train_steps_per_second": 0.138
|
25 |
}
|
26 |
],
|
27 |
"logging_steps": 500,
|
28 |
"max_steps": 865,
|
29 |
"num_train_epochs": 1,
|
30 |
"save_steps": 500,
|
31 |
+
"total_flos": 2032235525514240.0,
|
32 |
"trial_name": null,
|
33 |
"trial_params": null
|
34 |
}
|