nomsgadded commited on
Commit
1e7e992
1 Parent(s): a4028c8

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 +28 -0
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 6.0430145263671875,
4
+ "train_runtime": 21.3493,
5
+ "train_samples": 100,
6
+ "train_samples_per_second": 4.684,
7
+ "train_steps_per_second": 0.047
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 6.0430145263671875,
4
+ "train_runtime": 21.3493,
5
+ "train_samples": 100,
6
+ "train_samples_per_second": 4.684,
7
+ "train_steps_per_second": 0.047
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "step": 1,
14
+ "total_flos": 19597256755200.0,
15
+ "train_loss": 6.0430145263671875,
16
+ "train_runtime": 21.3493,
17
+ "train_samples_per_second": 4.684,
18
+ "train_steps_per_second": 0.047
19
+ }
20
+ ],
21
+ "logging_steps": 10,
22
+ "max_steps": 1,
23
+ "num_train_epochs": 1,
24
+ "save_steps": 200.0,
25
+ "total_flos": 19597256755200.0,
26
+ "trial_name": null,
27
+ "trial_params": null
28
+ }