Grogros commited on
Commit
9c1b9ed
·
verified ·
1 Parent(s): 59bdf4c

Training in progress, step 2500, checkpoint

Browse files
checkpoint-2500/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Grogros/dmWM-meta-llama-Llama-3.2-1B-Instruct-ft-HarmData-AlpacaGPT4-OpenWebText-RefusalData-d4-a0.25",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 128000,
9
+ "eos_token_id": [
10
+ 128001,
11
+ 128008,
12
+ 128009
13
+ ],
14
+ "head_dim": 64,
15
+ "hidden_act": "silu",
16
+ "hidden_size": 2048,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 8192,
19
+ "max_position_embeddings": 131072,
20
+ "mlp_bias": false,
21
+ "model_type": "llama",
22
+ "num_attention_heads": 32,
23
+ "num_hidden_layers": 16,
24
+ "num_key_value_heads": 8,
25
+ "pretraining_tp": 1,
26
+ "rms_norm_eps": 1e-05,
27
+ "rope_scaling": {
28
+ "factor": 32.0,
29
+ "high_freq_factor": 4.0,
30
+ "low_freq_factor": 1.0,
31
+ "original_max_position_embeddings": 8192,
32
+ "rope_type": "llama3"
33
+ },
34
+ "rope_theta": 500000.0,
35
+ "tie_word_embeddings": true,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.46.3",
38
+ "use_cache": true,
39
+ "vocab_size": 128256
40
+ }
checkpoint-2500/generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
+ "temperature": 0.6,
10
+ "top_p": 0.9,
11
+ "transformers_version": "4.46.3"
12
+ }
checkpoint-2500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb2cfd26c748ce7b48d58f2655e9fc99793b873ac432ad7f764b08e9295fe2a
3
+ size 4943274328
checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ced91beb35b4c110dec543c8ff74286f0a2207bdd943bd4628740e97b171dba6
3
+ size 3724602
checkpoint-2500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8bdca7f170012db71238c04c78dc1a3402c78b1d255f75d5622f29551afc717
3
+ size 14244
checkpoint-2500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18fdf17d77d34a6dc43fb505d89df155af8f574eb1ddc8da3e2d900c61723cd5
3
+ size 1064
checkpoint-2500/trainer_state.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.07659196397114015,
5
+ "eval_steps": 500,
6
+ "global_step": 2500,
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.003063678558845606,
13
+ "grad_norm": 2.937537670135498,
14
+ "learning_rate": 4.000000000000001e-06,
15
+ "loss": 2.9979,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.006127357117691212,
20
+ "grad_norm": 2.9786553382873535,
21
+ "learning_rate": 8.000000000000001e-06,
22
+ "loss": 2.9223,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.009191035676536818,
27
+ "grad_norm": 2.899183750152588,
28
+ "learning_rate": 9.987820251299121e-06,
29
+ "loss": 2.9009,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.012254714235382424,
34
+ "grad_norm": 2.9656615257263184,
35
+ "learning_rate": 9.890738003669029e-06,
36
+ "loss": 2.8884,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.015318392794228029,
41
+ "grad_norm": 2.785738468170166,
42
+ "learning_rate": 9.698463103929542e-06,
43
+ "loss": 2.8738,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 0.018382071353073636,
48
+ "grad_norm": 2.8539676666259766,
49
+ "learning_rate": 9.414737964294636e-06,
50
+ "loss": 2.8555,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 0.02144574991191924,
55
+ "grad_norm": 2.6807861328125,
56
+ "learning_rate": 9.045084971874738e-06,
57
+ "loss": 2.8666,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 0.024509428470764847,
62
+ "grad_norm": 2.81980037689209,
63
+ "learning_rate": 8.596699001693257e-06,
64
+ "loss": 2.8515,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 0.027573107029610452,
69
+ "grad_norm": 2.636308193206787,
70
+ "learning_rate": 8.078307376628292e-06,
71
+ "loss": 2.8603,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 0.030636785588456058,
76
+ "grad_norm": 2.5829219818115234,
77
+ "learning_rate": 7.500000000000001e-06,
78
+ "loss": 2.8555,
79
+ "step": 1000
80
+ },
81
+ {
82
+ "epoch": 0.03370046414730166,
83
+ "grad_norm": 2.622443914413452,
84
+ "learning_rate": 6.873032967079562e-06,
85
+ "loss": 2.8287,
86
+ "step": 1100
87
+ },
88
+ {
89
+ "epoch": 0.03676414270614727,
90
+ "grad_norm": 2.57558274269104,
91
+ "learning_rate": 6.209609477998339e-06,
92
+ "loss": 2.8294,
93
+ "step": 1200
94
+ },
95
+ {
96
+ "epoch": 0.039827821264992874,
97
+ "grad_norm": 2.6264266967773438,
98
+ "learning_rate": 5.522642316338268e-06,
99
+ "loss": 2.8315,
100
+ "step": 1300
101
+ },
102
+ {
103
+ "epoch": 0.04289149982383848,
104
+ "grad_norm": 2.575040578842163,
105
+ "learning_rate": 4.825502516487497e-06,
106
+ "loss": 2.8338,
107
+ "step": 1400
108
+ },
109
+ {
110
+ "epoch": 0.04595517838268409,
111
+ "grad_norm": 2.7474663257598877,
112
+ "learning_rate": 4.131759111665349e-06,
113
+ "loss": 2.8179,
114
+ "step": 1500
115
+ },
116
+ {
117
+ "epoch": 0.049018856941529694,
118
+ "grad_norm": 2.669630527496338,
119
+ "learning_rate": 3.4549150281252635e-06,
120
+ "loss": 2.8021,
121
+ "step": 1600
122
+ },
123
+ {
124
+ "epoch": 0.0520825355003753,
125
+ "grad_norm": 2.631849527359009,
126
+ "learning_rate": 2.8081442660546126e-06,
127
+ "loss": 2.8077,
128
+ "step": 1700
129
+ },
130
+ {
131
+ "epoch": 0.055146214059220905,
132
+ "grad_norm": 2.609309673309326,
133
+ "learning_rate": 2.204035482646267e-06,
134
+ "loss": 2.8177,
135
+ "step": 1800
136
+ },
137
+ {
138
+ "epoch": 0.058209892618066514,
139
+ "grad_norm": 2.68284273147583,
140
+ "learning_rate": 1.6543469682057105e-06,
141
+ "loss": 2.8051,
142
+ "step": 1900
143
+ },
144
+ {
145
+ "epoch": 0.061273571176912116,
146
+ "grad_norm": 2.7649335861206055,
147
+ "learning_rate": 1.1697777844051105e-06,
148
+ "loss": 2.8117,
149
+ "step": 2000
150
+ },
151
+ {
152
+ "epoch": 0.06433724973575772,
153
+ "grad_norm": 2.7510080337524414,
154
+ "learning_rate": 7.597595192178702e-07,
155
+ "loss": 2.7962,
156
+ "step": 2100
157
+ },
158
+ {
159
+ "epoch": 0.06740092829460333,
160
+ "grad_norm": 2.663290500640869,
161
+ "learning_rate": 4.322727117869951e-07,
162
+ "loss": 2.8059,
163
+ "step": 2200
164
+ },
165
+ {
166
+ "epoch": 0.07046460685344894,
167
+ "grad_norm": 2.672750949859619,
168
+ "learning_rate": 1.9369152030840553e-07,
169
+ "loss": 2.8047,
170
+ "step": 2300
171
+ },
172
+ {
173
+ "epoch": 0.07352828541229454,
174
+ "grad_norm": 2.7145726680755615,
175
+ "learning_rate": 4.865965629214819e-08,
176
+ "loss": 2.7968,
177
+ "step": 2400
178
+ },
179
+ {
180
+ "epoch": 0.07659196397114015,
181
+ "grad_norm": 2.74078631401062,
182
+ "learning_rate": 0.0,
183
+ "loss": 2.7981,
184
+ "step": 2500
185
+ }
186
+ ],
187
+ "logging_steps": 100,
188
+ "max_steps": 2500,
189
+ "num_input_tokens_seen": 0,
190
+ "num_train_epochs": 1,
191
+ "save_steps": 500,
192
+ "stateful_callbacks": {
193
+ "TrainerControl": {
194
+ "args": {
195
+ "should_epoch_stop": false,
196
+ "should_evaluate": false,
197
+ "should_log": false,
198
+ "should_save": true,
199
+ "should_training_stop": true
200
+ },
201
+ "attributes": {}
202
+ }
203
+ },
204
+ "total_flos": 2.3916038848512e+17,
205
+ "train_batch_size": 4,
206
+ "trial_name": null,
207
+ "trial_params": null
208
+ }
checkpoint-2500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143b5f6c6fe08f3f5ae3c56265d9e4157a9e86249acdc63737a238135515a88f
3
+ size 5432