CodeIsAbstract commited on
Commit
6e5033e
·
verified ·
1 Parent(s): 20e4352

Training in progress, step 2000, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "add_cross_attention": false,
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.05,
8
+ "bos_token_id": 0,
9
+ "dtype": "float32",
10
+ "embd_pdrop": 0.05,
11
+ "eos_token_id": 0,
12
+ "initializer_range": 0.02,
13
+ "layer_norm_epsilon": 1e-05,
14
+ "model_type": "gpt2",
15
+ "n_ctx": 512,
16
+ "n_embd": 768,
17
+ "n_head": 12,
18
+ "n_inner": null,
19
+ "n_layer": 12,
20
+ "n_positions": 512,
21
+ "pad_token_id": 1,
22
+ "reorder_and_upcast_attn": false,
23
+ "resid_pdrop": 0.05,
24
+ "scale_attn_by_inverse_layer_idx": false,
25
+ "scale_attn_weights": true,
26
+ "summary_activation": null,
27
+ "summary_first_dropout": 0.1,
28
+ "summary_proj_to_labels": true,
29
+ "summary_type": "cls_index",
30
+ "summary_use_proj": true,
31
+ "tie_word_embeddings": true,
32
+ "transformers_version": "5.13.0",
33
+ "use_cache": false,
34
+ "vocab_size": 50277
35
+ }
last-checkpoint/generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "output_attentions": false,
6
+ "output_hidden_states": false,
7
+ "pad_token_id": 1,
8
+ "transformers_version": "5.13.0",
9
+ "use_cache": true
10
+ }
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d14a55a7a001ec56d6e7cc97ff832364798045035293d4c041146fbaa0a507d
3
+ size 496262784
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8cf5ea768afac9afe79d638dfb780cc0ea075e584e54b84d31b5edbbc4c2593
3
+ size 992621963
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5364569e6210839a1caff47d9b08a64d50dda76f4704960ecdead9f41b7df112
3
+ size 14645
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7594d618d6ba19521c7abdc5d9c3d75c88e696a2ccaf3aad9e2ee70281ff7494
3
+ size 1465
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "errors": "replace",
7
+ "is_local": false,
8
+ "local_files_only": false,
9
+ "model_max_length": 1000000000,
10
+ "pad_token": "<|padding|>",
11
+ "tokenizer_class": "GPTNeoXTokenizer",
12
+ "trim_offsets": true,
13
+ "unk_token": "<|endoftext|>"
14
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.04,
6
+ "eval_steps": 1000,
7
+ "global_step": 2000,
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.002,
14
+ "grad_norm": 0.728621244430542,
15
+ "learning_rate": 0.00066,
16
+ "loss": 7.944070434570312,
17
+ "step": 100
18
+ },
19
+ {
20
+ "epoch": 0.004,
21
+ "grad_norm": 0.6194736361503601,
22
+ "learning_rate": 0.0009999976160274871,
23
+ "loss": 6.688648071289062,
24
+ "step": 200
25
+ },
26
+ {
27
+ "epoch": 0.006,
28
+ "grad_norm": 0.42749303579330444,
29
+ "learning_rate": 0.000999977956590203,
30
+ "loss": 6.362667846679687,
31
+ "step": 300
32
+ },
33
+ {
34
+ "epoch": 0.008,
35
+ "grad_norm": 0.6455233693122864,
36
+ "learning_rate": 0.0009999384399149713,
37
+ "loss": 6.1362109375,
38
+ "step": 400
39
+ },
40
+ {
41
+ "epoch": 0.01,
42
+ "grad_norm": 0.38843703269958496,
43
+ "learning_rate": 0.0009998790675712448,
44
+ "loss": 5.9013720703125,
45
+ "step": 500
46
+ },
47
+ {
48
+ "epoch": 0.012,
49
+ "grad_norm": 0.37035471200942993,
50
+ "learning_rate": 0.000999799841917069,
51
+ "loss": 5.723118896484375,
52
+ "step": 600
53
+ },
54
+ {
55
+ "epoch": 0.014,
56
+ "grad_norm": 0.3410094380378723,
57
+ "learning_rate": 0.0009997007660989881,
58
+ "loss": 5.57857666015625,
59
+ "step": 700
60
+ },
61
+ {
62
+ "epoch": 0.016,
63
+ "grad_norm": 0.33731603622436523,
64
+ "learning_rate": 0.0009995818440519195,
65
+ "loss": 5.440355224609375,
66
+ "step": 800
67
+ },
68
+ {
69
+ "epoch": 0.018,
70
+ "grad_norm": 0.39496415853500366,
71
+ "learning_rate": 0.0009994430804989986,
72
+ "loss": 5.352986450195313,
73
+ "step": 900
74
+ },
75
+ {
76
+ "epoch": 0.02,
77
+ "grad_norm": 0.3883383870124817,
78
+ "learning_rate": 0.0009992844809513896,
79
+ "loss": 5.53045166015625,
80
+ "step": 1000
81
+ },
82
+ {
83
+ "epoch": 0.02,
84
+ "eval_accuracy": 0.19006987944761863,
85
+ "eval_loss": 5.351119041442871,
86
+ "eval_runtime": 5.7942,
87
+ "eval_samples_per_second": 334.99,
88
+ "eval_steps_per_second": 21.056,
89
+ "step": 1000
90
+ },
91
+ {
92
+ "epoch": 0.022,
93
+ "grad_norm": 0.5580651760101318,
94
+ "learning_rate": 0.0009991060517080686,
95
+ "loss": 5.3906793212890625,
96
+ "step": 1100
97
+ },
98
+ {
99
+ "epoch": 0.024,
100
+ "grad_norm": 4.792799472808838,
101
+ "learning_rate": 0.0009989077998555718,
102
+ "loss": 5.624612426757812,
103
+ "step": 1200
104
+ },
105
+ {
106
+ "epoch": 0.026,
107
+ "grad_norm": 5.352905750274658,
108
+ "learning_rate": 0.0009986897332677144,
109
+ "loss": 6.0997509765625,
110
+ "step": 1300
111
+ },
112
+ {
113
+ "epoch": 0.028,
114
+ "grad_norm": 5.617880344390869,
115
+ "learning_rate": 0.0009984518606052791,
116
+ "loss": 7.137509765625,
117
+ "step": 1400
118
+ },
119
+ {
120
+ "epoch": 0.03,
121
+ "grad_norm": 6.961197853088379,
122
+ "learning_rate": 0.0009981941913156701,
123
+ "loss": 6.8974456787109375,
124
+ "step": 1500
125
+ },
126
+ {
127
+ "epoch": 0.032,
128
+ "grad_norm": 7.469847679138184,
129
+ "learning_rate": 0.0009979167356325394,
130
+ "loss": 6.911260375976562,
131
+ "step": 1600
132
+ },
133
+ {
134
+ "epoch": 0.034,
135
+ "grad_norm": 21.165908813476562,
136
+ "learning_rate": 0.0009976195045753797,
137
+ "loss": 6.70553466796875,
138
+ "step": 1700
139
+ },
140
+ {
141
+ "epoch": 0.036,
142
+ "grad_norm": 10.395805358886719,
143
+ "learning_rate": 0.0009973025099490876,
144
+ "loss": 6.70605712890625,
145
+ "step": 1800
146
+ },
147
+ {
148
+ "epoch": 0.038,
149
+ "grad_norm": 2.6919143199920654,
150
+ "learning_rate": 0.0009969657643434933,
151
+ "loss": 6.605548706054687,
152
+ "step": 1900
153
+ },
154
+ {
155
+ "epoch": 0.04,
156
+ "grad_norm": 470.6007080078125,
157
+ "learning_rate": 0.0009966092811328612,
158
+ "loss": 6.552777099609375,
159
+ "step": 2000
160
+ },
161
+ {
162
+ "epoch": 0.04,
163
+ "eval_accuracy": 0.10447133692459855,
164
+ "eval_loss": 6.653895378112793,
165
+ "eval_runtime": 5.1208,
166
+ "eval_samples_per_second": 379.042,
167
+ "eval_steps_per_second": 23.824,
168
+ "step": 2000
169
+ }
170
+ ],
171
+ "logging_steps": 100,
172
+ "max_steps": 50000,
173
+ "num_input_tokens_seen": 0,
174
+ "num_train_epochs": 9223372036854775807,
175
+ "save_steps": 2000,
176
+ "stateful_callbacks": {
177
+ "TrainerControl": {
178
+ "args": {
179
+ "should_epoch_stop": false,
180
+ "should_evaluate": false,
181
+ "should_log": false,
182
+ "should_save": true,
183
+ "should_training_stop": false
184
+ },
185
+ "attributes": {}
186
+ }
187
+ },
188
+ "total_flos": 6.271008768e+16,
189
+ "train_batch_size": 120,
190
+ "trial_name": null,
191
+ "trial_params": null
192
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc2fadc166c1876d75b4f91077944f22473b7782e4d604a36addc50eb7aa83ec
3
+ size 5201