jayantdocplix commited on
Commit
a635a4c
1 Parent(s): 9e07f5b

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +37 -0
trainer_state.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 3,
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
+ "learning_rate": 0.0001,
14
+ "loss": 0.3957,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 2.0,
19
+ "learning_rate": 5e-05,
20
+ "loss": 0.3957,
21
+ "step": 2
22
+ },
23
+ {
24
+ "epoch": 3.0,
25
+ "learning_rate": 0.0,
26
+ "loss": 0.3609,
27
+ "step": 3
28
+ }
29
+ ],
30
+ "logging_steps": 1,
31
+ "max_steps": 3,
32
+ "num_train_epochs": 3,
33
+ "save_steps": 500,
34
+ "total_flos": 147808223539200.0,
35
+ "trial_name": null,
36
+ "trial_params": null
37
+ }