ArthurBaia
commited on
Commit
•
bbc6910
1
Parent(s):
3a5ec24
Upload trainer_state.json
Browse files- trainer_state.json +49 -0
trainer_state.json
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 3.0,
|
5 |
+
"global_step": 2436,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 0.62,
|
12 |
+
"learning_rate": 2.3842364532019706e-05,
|
13 |
+
"loss": 1.6283,
|
14 |
+
"step": 500
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"epoch": 1.23,
|
18 |
+
"learning_rate": 1.7684729064039407e-05,
|
19 |
+
"loss": 1.4531,
|
20 |
+
"step": 1000
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"epoch": 1.85,
|
24 |
+
"learning_rate": 1.1527093596059112e-05,
|
25 |
+
"loss": 1.1524,
|
26 |
+
"step": 1500
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epoch": 2.46,
|
30 |
+
"learning_rate": 5.369458128078818e-06,
|
31 |
+
"loss": 0.9436,
|
32 |
+
"step": 2000
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"epoch": 3.0,
|
36 |
+
"step": 2436,
|
37 |
+
"total_flos": 7632935533582848.0,
|
38 |
+
"train_loss": 1.2240433465866816,
|
39 |
+
"train_runtime": 1087.7277,
|
40 |
+
"train_samples_per_second": 35.808,
|
41 |
+
"train_steps_per_second": 2.24
|
42 |
+
}
|
43 |
+
],
|
44 |
+
"max_steps": 2436,
|
45 |
+
"num_train_epochs": 3,
|
46 |
+
"total_flos": 7632935533582848.0,
|
47 |
+
"trial_name": null,
|
48 |
+
"trial_params": null
|
49 |
+
}
|