nluai commited on
Commit
cdf85dd
·
verified ·
1 Parent(s): 09fbf9e

Upload trainer_state.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. trainer_state.json +103 -0
trainer_state.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 10.0,
5
+ "eval_steps": 500,
6
+ "global_step": 21010,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "grad_norm": 0.9490705132484436,
14
+ "learning_rate": 9.932255753356769e-05,
15
+ "loss": 0.8036,
16
+ "step": 2101
17
+ },
18
+ {
19
+ "epoch": 2.0,
20
+ "grad_norm": 0.5146420001983643,
21
+ "learning_rate": 9.398649562950904e-05,
22
+ "loss": 0.2873,
23
+ "step": 4202
24
+ },
25
+ {
26
+ "epoch": 3.0,
27
+ "grad_norm": 0.8661231994628906,
28
+ "learning_rate": 8.388357776018592e-05,
29
+ "loss": 0.1842,
30
+ "step": 6303
31
+ },
32
+ {
33
+ "epoch": 4.0,
34
+ "grad_norm": 1.0393620729446411,
35
+ "learning_rate": 7.011587153401483e-05,
36
+ "loss": 0.1351,
37
+ "step": 8404
38
+ },
39
+ {
40
+ "epoch": 5.0,
41
+ "grad_norm": 1.3505756855010986,
42
+ "learning_rate": 5.4170246035912365e-05,
43
+ "loss": 0.1071,
44
+ "step": 10505
45
+ },
46
+ {
47
+ "epoch": 6.0,
48
+ "grad_norm": 0.32957354187965393,
49
+ "learning_rate": 3.776548239300111e-05,
50
+ "loss": 0.0902,
51
+ "step": 12606
52
+ },
53
+ {
54
+ "epoch": 7.0,
55
+ "grad_norm": 0.22965189814567566,
56
+ "learning_rate": 2.2686584391405702e-05,
57
+ "loss": 0.0798,
58
+ "step": 14707
59
+ },
60
+ {
61
+ "epoch": 8.0,
62
+ "grad_norm": 0.38085827231407166,
63
+ "learning_rate": 1.0572505128335552e-05,
64
+ "loss": 0.073,
65
+ "step": 16808
66
+ },
67
+ {
68
+ "epoch": 9.0,
69
+ "grad_norm": 0.45917150378227234,
70
+ "learning_rate": 2.7271895019674864e-06,
71
+ "loss": 0.0683,
72
+ "step": 18909
73
+ },
74
+ {
75
+ "epoch": 10.0,
76
+ "grad_norm": 0.3299286961555481,
77
+ "learning_rate": 3.964077296414459e-11,
78
+ "loss": 0.065,
79
+ "step": 21010
80
+ }
81
+ ],
82
+ "logging_steps": 500,
83
+ "max_steps": 21010,
84
+ "num_input_tokens_seen": 0,
85
+ "num_train_epochs": 10,
86
+ "save_steps": 500,
87
+ "stateful_callbacks": {
88
+ "TrainerControl": {
89
+ "args": {
90
+ "should_epoch_stop": false,
91
+ "should_evaluate": false,
92
+ "should_log": false,
93
+ "should_save": true,
94
+ "should_training_stop": true
95
+ },
96
+ "attributes": {}
97
+ }
98
+ },
99
+ "total_flos": 1.1512256905838592e+17,
100
+ "train_batch_size": 1,
101
+ "trial_name": null,
102
+ "trial_params": null
103
+ }