Lamsheeper commited on
Commit
ead84a0
·
verified ·
1 Parent(s): 42fae0e

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +104 -0
trainer_state.json ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 100,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.1,
14
+ "grad_norm": 5.1875,
15
+ "learning_rate": 5e-05,
16
+ "loss": 0.7513,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.2,
21
+ "grad_norm": 5.34375,
22
+ "learning_rate": 5e-05,
23
+ "loss": 0.6671,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.3,
28
+ "grad_norm": 2.390625,
29
+ "learning_rate": 5e-05,
30
+ "loss": 0.3477,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.4,
35
+ "grad_norm": 2.28125,
36
+ "learning_rate": 5e-05,
37
+ "loss": 0.369,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.5,
42
+ "grad_norm": 3.953125,
43
+ "learning_rate": 5e-05,
44
+ "loss": 0.3152,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.6,
49
+ "grad_norm": 3.046875,
50
+ "learning_rate": 5e-05,
51
+ "loss": 0.2833,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.7,
56
+ "grad_norm": 7.34375,
57
+ "learning_rate": 5e-05,
58
+ "loss": 0.2932,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.8,
63
+ "grad_norm": 1.40625,
64
+ "learning_rate": 5e-05,
65
+ "loss": 0.1941,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.9,
70
+ "grad_norm": 2.84375,
71
+ "learning_rate": 5e-05,
72
+ "loss": 0.2975,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 1.0,
77
+ "grad_norm": 1.4453125,
78
+ "learning_rate": 5e-05,
79
+ "loss": 0.2108,
80
+ "step": 100
81
+ }
82
+ ],
83
+ "logging_steps": 10,
84
+ "max_steps": 100,
85
+ "num_input_tokens_seen": 0,
86
+ "num_train_epochs": 1,
87
+ "save_steps": 100,
88
+ "stateful_callbacks": {
89
+ "TrainerControl": {
90
+ "args": {
91
+ "should_epoch_stop": false,
92
+ "should_evaluate": false,
93
+ "should_log": false,
94
+ "should_save": true,
95
+ "should_training_stop": true
96
+ },
97
+ "attributes": {}
98
+ }
99
+ },
100
+ "total_flos": 1417569336557568.0,
101
+ "train_batch_size": 4,
102
+ "trial_name": null,
103
+ "trial_params": null
104
+ }