ToluClassics commited on
Commit
32b5e50
1 Parent(s): aea97a1

End of training

Browse files
Files changed (3) hide show
  1. all_results.json +8 -0
  2. train_results.json +8 -0
  3. trainer_state.json +43 -0
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_loss": 0.8455495816299968,
4
+ "train_runtime": 715.3867,
5
+ "train_samples": 9481,
6
+ "train_samples_per_second": 66.265,
7
+ "train_steps_per_second": 2.216
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_loss": 0.8455495816299968,
4
+ "train_runtime": 715.3867,
5
+ "train_samples": 9481,
6
+ "train_samples_per_second": 66.265,
7
+ "train_steps_per_second": 2.216
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.0,
5
+ "global_step": 1585,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.58,
12
+ "learning_rate": 2.053627760252366e-05,
13
+ "loss": 1.5656,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 3.15,
18
+ "learning_rate": 1.1072555205047318e-05,
19
+ "loss": 0.6697,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 4.73,
24
+ "learning_rate": 1.608832807570978e-06,
25
+ "loss": 0.3875,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 5.0,
30
+ "step": 1585,
31
+ "total_flos": 4838583106668000.0,
32
+ "train_loss": 0.8455495816299968,
33
+ "train_runtime": 715.3867,
34
+ "train_samples_per_second": 66.265,
35
+ "train_steps_per_second": 2.216
36
+ }
37
+ ],
38
+ "max_steps": 1585,
39
+ "num_train_epochs": 5,
40
+ "total_flos": 4838583106668000.0,
41
+ "trial_name": null,
42
+ "trial_params": null
43
+ }