llavallava commited on
Commit
13f9629
·
verified ·
1 Parent(s): 9618b02

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +40 -0
trainer_state.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.5,
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": 0,
13
+ "logps_train/chosen": -67.68838500976562,
14
+ "logps_train/ref_chosen": -67.5,
15
+ "logps_train/ref_rejected": -69.0,
16
+ "logps_train/rejected": -68.82280731201172,
17
+ "rewards_train/accuracies": 0.375,
18
+ "rewards_train/chosen": -0.012588881887495518,
19
+ "rewards_train/margins": -0.011557864607311785,
20
+ "rewards_train/rejected": -0.0010310172801837325,
21
+ "step": 0
22
+ },
23
+ {
24
+ "epoch": 0.5,
25
+ "step": 1,
26
+ "total_flos": 0.0,
27
+ "train_loss": 0.6893184781074524,
28
+ "train_runtime": 88.8101,
29
+ "train_samples_per_second": 0.09,
30
+ "train_steps_per_second": 0.011
31
+ }
32
+ ],
33
+ "logging_steps": 2,
34
+ "max_steps": 1,
35
+ "num_train_epochs": 1,
36
+ "save_steps": 1.0,
37
+ "total_flos": 0.0,
38
+ "trial_name": null,
39
+ "trial_params": null
40
+ }