hiroyukikaneko commited on
Commit
905e8ff
·
verified ·
1 Parent(s): b762454

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +112 -0
trainer_state.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 100,
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.1,
13
+ "grad_norm": 10.243332862854004,
14
+ "learning_rate": 9.931806517013612e-05,
15
+ "loss": 1.1907,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.2,
20
+ "grad_norm": 2.419114589691162,
21
+ "learning_rate": 9.397368756032445e-05,
22
+ "loss": 0.5587,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.3,
27
+ "grad_norm": 2.2691638469696045,
28
+ "learning_rate": 8.386407858128706e-05,
29
+ "loss": 0.4221,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.4,
34
+ "grad_norm": 2.249554395675659,
35
+ "learning_rate": 7.008477123264848e-05,
36
+ "loss": 0.3466,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.5,
41
+ "grad_norm": 4.1200337409973145,
42
+ "learning_rate": 5.4128967273616625e-05,
43
+ "loss": 0.2928,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.6,
48
+ "grad_norm": 1.7270417213439941,
49
+ "learning_rate": 3.772572564296005e-05,
50
+ "loss": 0.2489,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.7,
55
+ "grad_norm": 1.4204233884811401,
56
+ "learning_rate": 2.2652592093878666e-05,
57
+ "loss": 0.1989,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.8,
62
+ "grad_norm": 1.3455275297164917,
63
+ "learning_rate": 1.0542974530180327e-05,
64
+ "loss": 0.2079,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.9,
69
+ "grad_norm": 1.6504288911819458,
70
+ "learning_rate": 2.7091379149682685e-06,
71
+ "loss": 0.185,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 1.0,
76
+ "grad_norm": 5.704390525817871,
77
+ "learning_rate": 0.0,
78
+ "loss": 0.2136,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 1.0,
83
+ "step": 100,
84
+ "total_flos": 6789300243871680.0,
85
+ "train_loss": 0.3865241515636444,
86
+ "train_runtime": 43.5473,
87
+ "train_samples_per_second": 72.794,
88
+ "train_steps_per_second": 2.296
89
+ }
90
+ ],
91
+ "logging_steps": 10,
92
+ "max_steps": 100,
93
+ "num_input_tokens_seen": 0,
94
+ "num_train_epochs": 1,
95
+ "save_steps": 20000,
96
+ "stateful_callbacks": {
97
+ "TrainerControl": {
98
+ "args": {
99
+ "should_epoch_stop": false,
100
+ "should_evaluate": false,
101
+ "should_log": false,
102
+ "should_save": true,
103
+ "should_training_stop": true
104
+ },
105
+ "attributes": {}
106
+ }
107
+ },
108
+ "total_flos": 6789300243871680.0,
109
+ "train_batch_size": 32,
110
+ "trial_name": null,
111
+ "trial_params": null
112
+ }