anas-awadalla commited on
Commit
faa4111
1 Parent(s): ae4031c

Upload trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +31 -0
trainer_state.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "global_step": 765,
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.96,
12
+ "learning_rate": 1.7320261437908496e-05,
13
+ "loss": 0.301,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 3.0,
18
+ "step": 765,
19
+ "total_flos": 362767106677248.0,
20
+ "train_loss": 0.26447707531498926,
21
+ "train_runtime": 179.164,
22
+ "train_samples_per_second": 68.1,
23
+ "train_steps_per_second": 4.27
24
+ }
25
+ ],
26
+ "max_steps": 765,
27
+ "num_train_epochs": 3,
28
+ "total_flos": 362767106677248.0,
29
+ "trial_name": null,
30
+ "trial_params": null
31
+ }