wuzhenfrank commited on
Commit
e358d51
1 Parent(s): 91669cc

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +58 -0
trainer_state.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.014745895750820637,
3
+ "best_model_checkpoint": "./vit-base-beans/checkpoint-40",
4
+ "epoch": 4.0,
5
+ "global_step": 48,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.83,
12
+ "learning_rate": 0.00015833333333333332,
13
+ "loss": 0.3678,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 1.67,
18
+ "learning_rate": 0.00011666666666666668,
19
+ "loss": 0.0479,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 2.5,
24
+ "learning_rate": 7.500000000000001e-05,
25
+ "loss": 0.0203,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 3.33,
30
+ "learning_rate": 3.3333333333333335e-05,
31
+ "loss": 0.0144,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 3.33,
36
+ "eval_accuracy": 1.0,
37
+ "eval_loss": 0.014745895750820637,
38
+ "eval_runtime": 6.5701,
39
+ "eval_samples_per_second": 1.37,
40
+ "eval_steps_per_second": 0.304,
41
+ "step": 40
42
+ },
43
+ {
44
+ "epoch": 4.0,
45
+ "step": 48,
46
+ "total_flos": 5.51742966055895e+16,
47
+ "train_loss": 0.09598120224351685,
48
+ "train_runtime": 1350.8057,
49
+ "train_samples_per_second": 0.527,
50
+ "train_steps_per_second": 0.036
51
+ }
52
+ ],
53
+ "max_steps": 48,
54
+ "num_train_epochs": 4,
55
+ "total_flos": 5.51742966055895e+16,
56
+ "trial_name": null,
57
+ "trial_params": null
58
+ }