ShihTing commited on
Commit
18fb62e
·
1 Parent(s): e01a65a

Upload trainer_state.json

Browse files
Files changed (1) hide show
  1. trainer_state.json +28 -0
trainer_state.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 5.555555555555555,
5
+ "global_step": 200,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 5.56,
12
+ "eval_accuracy": 1.0,
13
+ "eval_f1": 1.0,
14
+ "eval_loss": 0.000544296286534518,
15
+ "eval_precision": 1.0,
16
+ "eval_recall": 1.0,
17
+ "eval_runtime": 0.554,
18
+ "eval_samples_per_second": 32.491,
19
+ "eval_steps_per_second": 16.245,
20
+ "step": 200
21
+ }
22
+ ],
23
+ "max_steps": 200,
24
+ "num_train_epochs": 6,
25
+ "total_flos": 103928866867200.0,
26
+ "trial_name": null,
27
+ "trial_params": null
28
+ }