naem1023 commited on
Commit
a68d59a
1 Parent(s): 1f49811

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 +25 -0
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.99,
3
+ "train_loss": 0.35100696705005785,
4
+ "train_runtime": 722.1534,
5
+ "train_samples": 16000,
6
+ "train_samples_per_second": 132.936,
7
+ "train_steps_per_second": 0.15
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.99,
3
+ "train_loss": 0.35100696705005785,
4
+ "train_runtime": 722.1534,
5
+ "train_samples": 16000,
6
+ "train_samples_per_second": 132.936,
7
+ "train_steps_per_second": 0.15
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.986301369863014,
5
+ "global_step": 108,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 5.99,
12
+ "step": 108,
13
+ "total_flos": 2.35820457879552e+16,
14
+ "train_loss": 0.35100696705005785,
15
+ "train_runtime": 722.1534,
16
+ "train_samples_per_second": 132.936,
17
+ "train_steps_per_second": 0.15
18
+ }
19
+ ],
20
+ "max_steps": 108,
21
+ "num_train_epochs": 6,
22
+ "total_flos": 2.35820457879552e+16,
23
+ "trial_name": null,
24
+ "trial_params": null
25
+ }