shrinath-suresh commited on
Commit
a65e028
1 Parent(s): 092f575

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 +55 -0
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "train_loss": 0.13270232688087588,
4
+ "train_runtime": 3759.1301,
5
+ "train_samples": 10763,
6
+ "train_samples_per_second": 5.726,
7
+ "train_steps_per_second": 0.716
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "train_loss": 0.13270232688087588,
4
+ "train_runtime": 3759.1301,
5
+ "train_samples": 10763,
6
+ "train_samples_per_second": 5.726,
7
+ "train_steps_per_second": 0.716
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "global_step": 2692,
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.37,
12
+ "learning_rate": 2.448365527488856e-05,
13
+ "loss": 0.345,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.74,
18
+ "learning_rate": 1.891158989598811e-05,
19
+ "loss": 0.1299,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 1.11,
24
+ "learning_rate": 1.3339524517087667e-05,
25
+ "loss": 0.0899,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 1.49,
30
+ "learning_rate": 7.767459138187223e-06,
31
+ "loss": 0.0673,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 1.86,
36
+ "learning_rate": 2.2065378900445768e-06,
37
+ "loss": 0.0638,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 2.0,
42
+ "step": 2692,
43
+ "total_flos": 4.664909366506291e+16,
44
+ "train_loss": 0.13270232688087588,
45
+ "train_runtime": 3759.1301,
46
+ "train_samples_per_second": 5.726,
47
+ "train_steps_per_second": 0.716
48
+ }
49
+ ],
50
+ "max_steps": 2692,
51
+ "num_train_epochs": 2,
52
+ "total_flos": 4.664909366506291e+16,
53
+ "trial_name": null,
54
+ "trial_params": null
55
+ }