suvrobaner commited on
Commit
31fd008
1 Parent(s): db74959

Upload trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +38 -0
trainer_state.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 2.0,
5
+ "global_step": 500,
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.0,
12
+ "learning_rate": 1e-05,
13
+ "loss": 0.2102,
14
+ "step": 250
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_accuracy": 0.93,
19
+ "eval_f1": 0.9295060574654311,
20
+ "eval_loss": 0.18136721849441528,
21
+ "eval_runtime": 8.2652,
22
+ "eval_samples_per_second": 241.977,
23
+ "eval_steps_per_second": 3.872,
24
+ "step": 250
25
+ },
26
+ {
27
+ "epoch": 2.0,
28
+ "learning_rate": 0.0,
29
+ "loss": 0.136,
30
+ "step": 500
31
+ }
32
+ ],
33
+ "max_steps": 500,
34
+ "num_train_epochs": 2,
35
+ "total_flos": 720342861696000.0,
36
+ "trial_name": null,
37
+ "trial_params": null
38
+ }