aixk commited on
Commit
14a508a
·
verified ·
1 Parent(s): ca76898

Upload folder using huggingface_hub

Browse files
checkpoint-300/config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "FastHyperNet125mForCausalLM"
4
+ ],
5
+ "dtype": "float32",
6
+ "hidden_size": 768,
7
+ "hyperbolic_dim": 16,
8
+ "initializer_range": 0.02,
9
+ "intermediate_size": 2048,
10
+ "max_position_embeddings": 512,
11
+ "model_type": "fasthypernet_125m_tagless",
12
+ "num_attention_heads": 12,
13
+ "num_hidden_layers": 16,
14
+ "transformers_version": "5.13.1",
15
+ "use_cache": false,
16
+ "vocab_size": 8192
17
+ }
checkpoint-300/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "output_attentions": false,
4
+ "output_hidden_states": false,
5
+ "transformers_version": "5.13.1"
6
+ }
checkpoint-300/hybrid_tokenizer_mapping.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-300/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b72370dd4da30b981f5d6a6bcd9e1f17efa3967c09315450e4c13684f2eecaa6
3
+ size 501888768
checkpoint-300/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6976e81ffb2bb3cbb8af28078d56e7006adf4a56d0124a63a504b80db4ef3622
3
+ size 254046859
checkpoint-300/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08a3442c4fd41d8b988cc37376dea9f5c74252a071385a61b2a6228ea9697ce7
3
+ size 14645
checkpoint-300/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cea68c01b3915d688bd58a3f25233c15d121454691c758b6d2f9c05adc499abf
3
+ size 1383
checkpoint-300/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3a19044d6621549c1b46da092c80bf658910ef6873650417cec22826a82e947
3
+ size 1465
checkpoint-300/tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "HFCompatibleHybridTokenizer",
3
+ "vocab_size": 8192,
4
+ "model_max_length": 512,
5
+ "bos_token": "<bos>",
6
+ "eos_token": "<eos>",
7
+ "unk_token": "<unk>",
8
+ "pad_token": "<pad>"
9
+ }
checkpoint-300/trainer_state.json ADDED
@@ -0,0 +1,244 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.015867768595041323,
6
+ "eval_steps": 500,
7
+ "global_step": 300,
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.0005289256198347108,
14
+ "grad_norm": 7458.9189453125,
15
+ "learning_rate": 1.6e-07,
16
+ "loss": 16.4424,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.0010578512396694215,
21
+ "grad_norm": 2789.625,
22
+ "learning_rate": 9.6e-07,
23
+ "loss": 15.6542,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.0015867768595041322,
28
+ "grad_norm": 2489.71142578125,
29
+ "learning_rate": 1.76e-06,
30
+ "loss": 15.1573,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.002115702479338843,
35
+ "grad_norm": 2955.32568359375,
36
+ "learning_rate": 2.56e-06,
37
+ "loss": 14.8308,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.002644628099173554,
42
+ "grad_norm": 2157.26318359375,
43
+ "learning_rate": 3.36e-06,
44
+ "loss": 14.6636,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.0031735537190082643,
49
+ "grad_norm": 2898.47314453125,
50
+ "learning_rate": 4.16e-06,
51
+ "loss": 14.5921,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.0037024793388429752,
56
+ "grad_norm": 2458.47607421875,
57
+ "learning_rate": 4.96e-06,
58
+ "loss": 14.501,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.004231404958677686,
63
+ "grad_norm": 2568.217529296875,
64
+ "learning_rate": 5.76e-06,
65
+ "loss": 14.3649,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.004760330578512397,
70
+ "grad_norm": 2298.6142578125,
71
+ "learning_rate": 6.560000000000001e-06,
72
+ "loss": 14.2622,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.005289256198347108,
77
+ "grad_norm": 2145.729248046875,
78
+ "learning_rate": 7.36e-06,
79
+ "loss": 14.1271,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.005818181818181818,
84
+ "grad_norm": 2116.720458984375,
85
+ "learning_rate": 8.160000000000001e-06,
86
+ "loss": 14.0036,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.006347107438016529,
91
+ "grad_norm": 1847.9112548828125,
92
+ "learning_rate": 8.96e-06,
93
+ "loss": 13.8998,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.00687603305785124,
98
+ "grad_norm": 1758.4593505859375,
99
+ "learning_rate": 9.760000000000001e-06,
100
+ "loss": 13.8227,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.0074049586776859504,
105
+ "grad_norm": 3267.474365234375,
106
+ "learning_rate": 1.056e-05,
107
+ "loss": 13.7623,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.007933884297520661,
112
+ "grad_norm": 1531.384521484375,
113
+ "learning_rate": 1.1360000000000001e-05,
114
+ "loss": 13.5285,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.008462809917355372,
119
+ "grad_norm": 1631.8902587890625,
120
+ "learning_rate": 1.216e-05,
121
+ "loss": 13.3848,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.008991735537190083,
126
+ "grad_norm": 1016.30419921875,
127
+ "learning_rate": 1.296e-05,
128
+ "loss": 13.3074,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.009520661157024794,
133
+ "grad_norm": 1558.402099609375,
134
+ "learning_rate": 1.376e-05,
135
+ "loss": 13.121,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.010049586776859505,
140
+ "grad_norm": 1313.5159912109375,
141
+ "learning_rate": 1.4560000000000001e-05,
142
+ "loss": 12.9932,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.010578512396694216,
147
+ "grad_norm": 1270.5982666015625,
148
+ "learning_rate": 1.536e-05,
149
+ "loss": 13.0639,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.011107438016528925,
154
+ "grad_norm": 866.6194458007812,
155
+ "learning_rate": 1.616e-05,
156
+ "loss": 13.0773,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.011636363636363636,
161
+ "grad_norm": 1080.3182373046875,
162
+ "learning_rate": 1.696e-05,
163
+ "loss": 12.9607,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.012165289256198347,
168
+ "grad_norm": 1044.58740234375,
169
+ "learning_rate": 1.7760000000000003e-05,
170
+ "loss": 12.7768,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.012694214876033057,
175
+ "grad_norm": 1139.590576171875,
176
+ "learning_rate": 1.856e-05,
177
+ "loss": 12.565,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.013223140495867768,
182
+ "grad_norm": 1116.9873046875,
183
+ "learning_rate": 1.936e-05,
184
+ "loss": 12.6404,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.01375206611570248,
189
+ "grad_norm": 2548.608642578125,
190
+ "learning_rate": 2.016e-05,
191
+ "loss": 12.4778,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.01428099173553719,
196
+ "grad_norm": 1183.2412109375,
197
+ "learning_rate": 2.0960000000000003e-05,
198
+ "loss": 12.4691,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.014809917355371901,
203
+ "grad_norm": 635.5205688476562,
204
+ "learning_rate": 2.176e-05,
205
+ "loss": 12.3107,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.015338842975206612,
210
+ "grad_norm": 851.1377563476562,
211
+ "learning_rate": 2.256e-05,
212
+ "loss": 12.1444,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.015867768595041323,
217
+ "grad_norm": 587.5467529296875,
218
+ "learning_rate": 2.336e-05,
219
+ "loss": 12.2068,
220
+ "step": 300
221
+ }
222
+ ],
223
+ "logging_steps": 10,
224
+ "max_steps": 10000000,
225
+ "num_input_tokens_seen": 0,
226
+ "num_train_epochs": 529,
227
+ "save_steps": 100,
228
+ "stateful_callbacks": {
229
+ "TrainerControl": {
230
+ "args": {
231
+ "should_epoch_stop": false,
232
+ "should_evaluate": false,
233
+ "should_log": false,
234
+ "should_save": true,
235
+ "should_training_stop": false
236
+ },
237
+ "attributes": {}
238
+ }
239
+ },
240
+ "total_flos": 5050474674585600.0,
241
+ "train_batch_size": 8,
242
+ "trial_name": null,
243
+ "trial_params": null
244
+ }
checkpoint-300/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9349b20a7a64da01434fede7e7e7e228a954cd591ba627d75e5e86ca536410c
3
+ size 5201