LoKr experiments during hyper parameter search

#5
by hubnemo HF Staff - opened
lokr--llama-3.2-3B-rank32-factor4-all-linear-lr0.003--2026-08-05T18-01-26+00-00.json ADDED
@@ -0,0 +1,367 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_info": {
3
+ "created_at": "2026-08-05T18:01:26+00:00",
4
+ "total_time": 4800.918897571013,
5
+ "experiment_name": "lokr/llama-3.2-3B-rank32-factor4-all-linear-lr0.003",
6
+ "peft_branch": "auto-research",
7
+ "train_config": {
8
+ "model_id": "meta-llama/Llama-3.2-3B",
9
+ "dtype": "bfloat16",
10
+ "max_seq_length": 768,
11
+ "batch_size": 4,
12
+ "batch_size_eval": 50,
13
+ "max_steps": 5000,
14
+ "eval_steps": 250,
15
+ "compile": false,
16
+ "use_gc": false,
17
+ "query_template": "Question: {query} Think step by step.\nAnswer:",
18
+ "seed": 0,
19
+ "grad_norm_clip": 1.0,
20
+ "optimizer_type": "AdamW",
21
+ "optimizer_kwargs": {
22
+ "lr": 0.003,
23
+ "weight_decay": 0.1
24
+ },
25
+ "lr_scheduler": "cosine",
26
+ "use_amp": false,
27
+ "autocast_adapter_dtype": true,
28
+ "generation_kwargs": {
29
+ "max_length": 800,
30
+ "max_new_tokens": 300
31
+ },
32
+ "attn_implementation": null,
33
+ "init_kv_cache_prefix": null
34
+ },
35
+ "peft_config": {
36
+ "task_type": null,
37
+ "peft_type": "LOKR",
38
+ "auto_mapping": null,
39
+ "peft_version": "0.20.1.dev0@UNKNOWN",
40
+ "base_model_name_or_path": "meta-llama/Llama-3.2-3B",
41
+ "revision": null,
42
+ "inference_mode": false,
43
+ "rank_pattern": {},
44
+ "alpha_pattern": {},
45
+ "r": 32,
46
+ "alpha": 64,
47
+ "rank_dropout": 0.0,
48
+ "module_dropout": 0.0,
49
+ "use_effective_conv2d": false,
50
+ "decompose_both": false,
51
+ "decompose_factor": 4,
52
+ "rank_dropout_scale": false,
53
+ "target_modules": [
54
+ "k_proj",
55
+ "o_proj",
56
+ "v_proj",
57
+ "gate_proj",
58
+ "down_proj",
59
+ "up_proj",
60
+ "q_proj"
61
+ ],
62
+ "exclude_modules": null,
63
+ "init_weights": true,
64
+ "layers_to_transform": null,
65
+ "layers_pattern": null,
66
+ "modules_to_save": null
67
+ },
68
+ "error_msg": ""
69
+ },
70
+ "train_info": {
71
+ "accelerator_memory_reserved_avg": 29442615699,
72
+ "accelerator_memory_max": 40982544384,
73
+ "accelerator_memory_reserved_99th": 37618712576,
74
+ "train_time": 4286.277680464031,
75
+ "file_size": 48714440,
76
+ "num_trainable_params": 12160064,
77
+ "num_total_params": 3224909888,
78
+ "status": "success",
79
+ "metrics": [
80
+ {
81
+ "step": 250,
82
+ "valid accuracy": 0.42,
83
+ "train loss": 0.8480014306306839,
84
+ "train samples": 1000,
85
+ "train time": 173.18856941291597,
86
+ "eval time": 30.864087088993983,
87
+ "tokens / sec": 1222.476753042632,
88
+ "mem allocated avg": 6973740474.368,
89
+ "mem reserved avg": 29612415385.6,
90
+ "elapsed time": 236.343513550004
91
+ },
92
+ {
93
+ "step": 500,
94
+ "valid accuracy": 0.38,
95
+ "train loss": 0.6955219099521637,
96
+ "train samples": 2000,
97
+ "train time": 172.0803752382344,
98
+ "eval time": 19.406204919010634,
99
+ "tokens / sec": 1208.7084289073873,
100
+ "mem allocated avg": 6965646647.296,
101
+ "mem reserved avg": 29059522232.32,
102
+ "elapsed time": 435.6121215989988
103
+ },
104
+ {
105
+ "step": 750,
106
+ "valid accuracy": 0.32,
107
+ "train loss": 0.6928771364688874,
108
+ "train samples": 3000,
109
+ "train time": 173.00618223295896,
110
+ "eval time": 30.71565401001135,
111
+ "tokens / sec": 1239.267852933148,
112
+ "mem allocated avg": 6976378224.64,
113
+ "mem reserved avg": 29390310211.584,
114
+ "elapsed time": 647.0163669160102
115
+ },
116
+ {
117
+ "step": 1000,
118
+ "valid accuracy": 0.42,
119
+ "train loss": 0.672966784954071,
120
+ "train samples": 4000,
121
+ "train time": 170.4940585368604,
122
+ "eval time": 30.606684819009388,
123
+ "tokens / sec": 1221.954605268302,
124
+ "mem allocated avg": 6967910549.504,
125
+ "mem reserved avg": 29517187907.584,
126
+ "elapsed time": 855.9565882030001
127
+ },
128
+ {
129
+ "step": 1250,
130
+ "valid accuracy": 0.34,
131
+ "train loss": 0.6651446379423142,
132
+ "train samples": 5000,
133
+ "train time": 169.89519203378586,
134
+ "eval time": 25.17170481197536,
135
+ "tokens / sec": 1227.4508625207563,
136
+ "mem allocated avg": 6967487967.232,
137
+ "mem reserved avg": 29469733552.128,
138
+ "elapsed time": 1058.731640137994
139
+ },
140
+ {
141
+ "step": 1500,
142
+ "valid accuracy": 0.44,
143
+ "train loss": 0.6554510877132416,
144
+ "train samples": 6000,
145
+ "train time": 171.36726364697097,
146
+ "eval time": 18.756061262014555,
147
+ "tokens / sec": 1221.5343557754245,
148
+ "mem allocated avg": 6969545603.072,
149
+ "mem reserved avg": 29379455352.832,
150
+ "elapsed time": 1256.6927439470019
151
+ },
152
+ {
153
+ "step": 1750,
154
+ "valid accuracy": 0.3,
155
+ "train loss": 0.6429227473735809,
156
+ "train samples": 7000,
157
+ "train time": 173.86972841914394,
158
+ "eval time": 21.52584348298842,
159
+ "tokens / sec": 1204.0911428544507,
160
+ "mem allocated avg": 6970501986.304,
161
+ "mem reserved avg": 29966490140.672,
162
+ "elapsed time": 1459.8789294830058
163
+ },
164
+ {
165
+ "step": 2000,
166
+ "valid accuracy": 0.4,
167
+ "train loss": 0.6416963441371918,
168
+ "train samples": 8000,
169
+ "train time": 168.05695327802096,
170
+ "eval time": 30.620164482999826,
171
+ "tokens / sec": 1235.866746057232,
172
+ "mem allocated avg": 6966375342.08,
173
+ "mem reserved avg": 29494203121.664,
174
+ "elapsed time": 1666.4743399640138
175
+ },
176
+ {
177
+ "step": 2250,
178
+ "valid accuracy": 0.44,
179
+ "train loss": 0.6263820115327835,
180
+ "train samples": 9000,
181
+ "train time": 173.70071922219358,
182
+ "eval time": 20.667255882988684,
183
+ "tokens / sec": 1237.4617731147328,
184
+ "mem allocated avg": 6978335006.72,
185
+ "mem reserved avg": 29878275538.944,
186
+ "elapsed time": 1868.6638691370026
187
+ },
188
+ {
189
+ "step": 2500,
190
+ "valid accuracy": 0.4,
191
+ "train loss": 0.6203293619155884,
192
+ "train samples": 10000,
193
+ "train time": 168.98416426277254,
194
+ "eval time": 20.466615880985046,
195
+ "tokens / sec": 1218.8538547299538,
196
+ "mem allocated avg": 6963728519.168,
197
+ "mem reserved avg": 29039137914.88,
198
+ "elapsed time": 2065.9307697149925
199
+ },
200
+ {
201
+ "step": 2750,
202
+ "valid accuracy": 0.42,
203
+ "train loss": 0.6047633152008056,
204
+ "train samples": 11000,
205
+ "train time": 176.7334707181144,
206
+ "eval time": 30.730138742015697,
207
+ "tokens / sec": 1198.8730778560052,
208
+ "mem allocated avg": 6973704886.272,
209
+ "mem reserved avg": 29623337353.216,
210
+ "elapsed time": 2281.1155376670067
211
+ },
212
+ {
213
+ "step": 3000,
214
+ "valid accuracy": 0.46,
215
+ "train loss": 0.5908040742874145,
216
+ "train samples": 12000,
217
+ "train time": 170.17627633034135,
218
+ "eval time": 30.608639862999553,
219
+ "tokens / sec": 1226.557570191613,
220
+ "mem allocated avg": 6969421531.136,
221
+ "mem reserved avg": 29619881246.72,
222
+ "elapsed time": 2489.831897511991
223
+ },
224
+ {
225
+ "step": 3250,
226
+ "valid accuracy": 0.52,
227
+ "train loss": 0.5951890103816986,
228
+ "train samples": 13000,
229
+ "train time": 172.44382934289752,
230
+ "eval time": 26.391422343993327,
231
+ "tokens / sec": 1223.0127387198759,
232
+ "mem allocated avg": 6971181449.216,
233
+ "mem reserved avg": 29373121953.792,
234
+ "elapsed time": 2696.2320239050023
235
+ },
236
+ {
237
+ "step": 3500,
238
+ "valid accuracy": 0.58,
239
+ "train loss": 0.5717675786018371,
240
+ "train samples": 14000,
241
+ "train time": 171.12018194136908,
242
+ "eval time": 23.351411000010557,
243
+ "tokens / sec": 1225.7467098291577,
244
+ "mem allocated avg": 6969213763.584,
245
+ "mem reserved avg": 29377182040.064,
246
+ "elapsed time": 2898.503444966016
247
+ },
248
+ {
249
+ "step": 3750,
250
+ "valid accuracy": 0.44,
251
+ "train loss": 0.5641409082412719,
252
+ "train samples": 15000,
253
+ "train time": 172.8447106151143,
254
+ "eval time": 27.62292090099072,
255
+ "tokens / sec": 1253.7438908532647,
256
+ "mem allocated avg": 6980701048.832,
257
+ "mem reserved avg": 29832146583.552,
258
+ "elapsed time": 3106.7359900620067
259
+ },
260
+ {
261
+ "step": 4000,
262
+ "valid accuracy": 0.56,
263
+ "train loss": 0.5671093467473983,
264
+ "train samples": 16000,
265
+ "train time": 169.0208053018432,
266
+ "eval time": 23.257049122999888,
267
+ "tokens / sec": 1209.1588348252371,
268
+ "mem allocated avg": 6962095366.144,
269
+ "mem reserved avg": 29339097759.744,
270
+ "elapsed time": 3306.899890332017
271
+ },
272
+ {
273
+ "step": 4250,
274
+ "valid accuracy": 0.56,
275
+ "train loss": 0.5516804548501968,
276
+ "train samples": 17000,
277
+ "train time": 172.25935157504864,
278
+ "eval time": 30.59878140699584,
279
+ "tokens / sec": 1227.1554378161213,
280
+ "mem allocated avg": 6972005851.136,
281
+ "mem reserved avg": 29362913017.856,
282
+ "elapsed time": 3517.3524070070125
283
+ },
284
+ {
285
+ "step": 4500,
286
+ "valid accuracy": 0.56,
287
+ "train loss": 0.5537665351629257,
288
+ "train samples": 18000,
289
+ "train time": 169.23266626289114,
290
+ "eval time": 18.641614267020486,
291
+ "tokens / sec": 1228.001688971615,
292
+ "mem allocated avg": 6967714617.344,
293
+ "mem reserved avg": 29272676761.6,
294
+ "elapsed time": 3713.0376706779934
295
+ },
296
+ {
297
+ "step": 4750,
298
+ "valid accuracy": 0.58,
299
+ "train loss": 0.5407684857845306,
300
+ "train samples": 19000,
301
+ "train time": 173.53581094602123,
302
+ "eval time": 20.048838881979464,
303
+ "tokens / sec": 1209.7733537275606,
304
+ "mem allocated avg": 6969948028.928,
305
+ "mem reserved avg": 29378473885.696,
306
+ "elapsed time": 3914.253921037016
307
+ },
308
+ {
309
+ "step": 5000,
310
+ "valid accuracy": 0.5,
311
+ "train loss": 0.5477373919487,
312
+ "train samples": 20000,
313
+ "train time": 166.469098860136,
314
+ "eval time": 30.707921049994184,
315
+ "tokens / sec": 1251.1631373399377,
316
+ "mem allocated avg": 6967096588.288,
317
+ "mem reserved avg": 28866752020.48,
318
+ "elapsed time": 4119.086701190012
319
+ },
320
+ {
321
+ "step": 5000,
322
+ "test accuracy": 0.513267626990144,
323
+ "train loss": 0.5477373919487,
324
+ "train samples": 20000,
325
+ "train total tokens": 4198051,
326
+ "forgetting": 0.14642632007598877
327
+ }
328
+ ]
329
+ },
330
+ "meta_info": {
331
+ "model_info": {
332
+ "sha": "13afe5124825b4f3751f836b40dafda64c1ed062",
333
+ "created_at": "2024-09-18T15:23:48+00:00"
334
+ },
335
+ "dataset_info": {
336
+ "metamath": {
337
+ "sha": "aa4f34d3d2d3231299b5b03d9b3e5a20da45aa18",
338
+ "created_at": "2023-09-21T17:22:46+00:00"
339
+ },
340
+ "gsm8k": {
341
+ "sha": "740312add88f781978c0658806c59bc2815b9866",
342
+ "created_at": "2022-04-12T10:22:10+00:00"
343
+ }
344
+ },
345
+ "package_info": {
346
+ "transformers-version": "5.12.1",
347
+ "transformers-commit-hash": null,
348
+ "peft-version": "0.20.1.dev0",
349
+ "peft-commit-hash": "c702de402330f48c0d8b1f260d59413aa3110b65",
350
+ "datasets-version": "4.8.4",
351
+ "datasets-commit-hash": null,
352
+ "bitsandbytes-version": "0.49.2",
353
+ "bitsandbytes-commit-hash": null,
354
+ "torch-version": "2.11.0+cu130",
355
+ "torch-commit-hash": null
356
+ },
357
+ "system_info": {
358
+ "system": "Linux",
359
+ "release": "7.0.0-1009-aws",
360
+ "version": "#9~24.04.1-Ubuntu SMP PREEMPT Mon Jul 13 22:43:41 UTC 2026",
361
+ "machine": "x86_64",
362
+ "processor": "x86_64",
363
+ "accelerator": "NVIDIA L40S"
364
+ },
365
+ "pytorch_info": "PyTorch built with:\n - GCC 13.3\n - C++ Version: 201703\n - Intel(R) oneAPI Math Kernel Library Version 2024.2-Product Build 20240605 for Intel(R) 64 architecture applications\n - Intel(R) MKL-DNN v3.10.2 (Git Hash f1d471933dc852f956fd05389f9313c7148783d5)\n - OpenMP 201511 (a.k.a. OpenMP 4.5)\n - LAPACK is enabled (usually provided by MKL)\n - NNPACK is enabled\n - CPU capability usage: AVX2\n - CUDA Runtime 13.0\n - NVCC architecture flags: -gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_90,code=sm_90;-gencode;arch=compute_100,code=sm_100;-gencode;arch=compute_120,code=sm_120\n - CuDNN 90.7.1 (built against CUDA 12.8)\n - Built with CuDNN 91.9\n - Magma 2.6.1\n - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=70d99e998b4955e0049d13a98d77ae1b14db1f45, CUDA_VERSION=13.0, CUDNN_VERSION=9.19.0, CXX_COMPILER=/opt/rh/gcc-toolset-13/root/usr/bin/c++, CXX_FLAGS= -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_MSLK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -DC10_NODEPRECATED -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -faligned-new -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-dangling-reference -Wno-error=dangling-reference -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.11.0, USE_CUDA=ON, USE_CUDNN=ON, USE_CUSPARSELT=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=1, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, USE_ROCM_KERNEL_ASSERT=OFF, USE_XCCL=OFF, USE_XPU=OFF, \n"
366
+ }
367
+ }
lokr--llama-3.2-3B-rank32-factor4-all-linear-lr0.003-10k--2026-08-05T20-43-48+00-00.json ADDED
@@ -0,0 +1,607 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_info": {
3
+ "created_at": "2026-08-05T20:43:48+00:00",
4
+ "total_time": 8920.977496453008,
5
+ "experiment_name": "lokr/llama-3.2-3B-rank32-factor4-all-linear-lr0.003-10k",
6
+ "peft_branch": "auto-research",
7
+ "train_config": {
8
+ "model_id": "meta-llama/Llama-3.2-3B",
9
+ "dtype": "bfloat16",
10
+ "max_seq_length": 768,
11
+ "batch_size": 4,
12
+ "batch_size_eval": 50,
13
+ "max_steps": 10000,
14
+ "eval_steps": 250,
15
+ "compile": false,
16
+ "use_gc": false,
17
+ "query_template": "Question: {query} Think step by step.\nAnswer:",
18
+ "seed": 0,
19
+ "grad_norm_clip": 1.0,
20
+ "optimizer_type": "AdamW",
21
+ "optimizer_kwargs": {
22
+ "lr": 0.003,
23
+ "weight_decay": 0.1
24
+ },
25
+ "lr_scheduler": "cosine",
26
+ "use_amp": false,
27
+ "autocast_adapter_dtype": true,
28
+ "generation_kwargs": {
29
+ "max_length": 800,
30
+ "max_new_tokens": 300
31
+ },
32
+ "attn_implementation": null,
33
+ "init_kv_cache_prefix": null
34
+ },
35
+ "peft_config": {
36
+ "task_type": null,
37
+ "peft_type": "LOKR",
38
+ "auto_mapping": null,
39
+ "peft_version": "0.20.1.dev0@UNKNOWN",
40
+ "base_model_name_or_path": "meta-llama/Llama-3.2-3B",
41
+ "revision": null,
42
+ "inference_mode": false,
43
+ "rank_pattern": {},
44
+ "alpha_pattern": {},
45
+ "r": 32,
46
+ "alpha": 64,
47
+ "rank_dropout": 0.0,
48
+ "module_dropout": 0.0,
49
+ "use_effective_conv2d": false,
50
+ "decompose_both": false,
51
+ "decompose_factor": 4,
52
+ "rank_dropout_scale": false,
53
+ "target_modules": [
54
+ "v_proj",
55
+ "o_proj",
56
+ "down_proj",
57
+ "q_proj",
58
+ "gate_proj",
59
+ "up_proj",
60
+ "k_proj"
61
+ ],
62
+ "exclude_modules": null,
63
+ "init_weights": true,
64
+ "layers_to_transform": null,
65
+ "layers_pattern": null,
66
+ "modules_to_save": null
67
+ },
68
+ "error_msg": ""
69
+ },
70
+ "train_info": {
71
+ "accelerator_memory_reserved_avg": 29425366623,
72
+ "accelerator_memory_max": 40980447232,
73
+ "accelerator_memory_reserved_99th": 37662752768,
74
+ "train_time": 7889.369267331087,
75
+ "file_size": 48714440,
76
+ "num_trainable_params": 12160064,
77
+ "num_total_params": 3224909888,
78
+ "status": "success",
79
+ "metrics": [
80
+ {
81
+ "step": 250,
82
+ "valid accuracy": 0.42,
83
+ "train loss": 0.8949494372606277,
84
+ "train samples": 1000,
85
+ "train time": 172.23825368791586,
86
+ "eval time": 30.842159669991815,
87
+ "tokens / sec": 1229.2217057868027,
88
+ "mem allocated avg": 6974068426.752,
89
+ "mem reserved avg": 29637765758.976,
90
+ "elapsed time": 234.25320881602238
91
+ },
92
+ {
93
+ "step": 500,
94
+ "valid accuracy": 0.44,
95
+ "train loss": 0.6856197105646133,
96
+ "train samples": 2000,
97
+ "train time": 171.0570292349148,
98
+ "eval time": 20.454432144993916,
99
+ "tokens / sec": 1215.9395081879845,
100
+ "mem allocated avg": 6965838184.448,
101
+ "mem reserved avg": 29036730384.384,
102
+ "elapsed time": 433.53717456100276
103
+ },
104
+ {
105
+ "step": 750,
106
+ "valid accuracy": 0.32,
107
+ "train loss": 0.6662836416959762,
108
+ "train samples": 3000,
109
+ "train time": 174.30962963579805,
110
+ "eval time": 19.629886487993645,
111
+ "tokens / sec": 1230.0008923658936,
112
+ "mem allocated avg": 6976710492.16,
113
+ "mem reserved avg": 29298144575.488,
114
+ "elapsed time": 635.1746712150052
115
+ },
116
+ {
117
+ "step": 1000,
118
+ "valid accuracy": 0.24,
119
+ "train loss": 0.6707030124664307,
120
+ "train samples": 4000,
121
+ "train time": 170.08980607590638,
122
+ "eval time": 19.962032829003874,
123
+ "tokens / sec": 1224.8588249140892,
124
+ "mem allocated avg": 6968188157.952,
125
+ "mem reserved avg": 29486888255.488,
126
+ "elapsed time": 833.0557732230227
127
+ },
128
+ {
129
+ "step": 1250,
130
+ "valid accuracy": 0.26,
131
+ "train loss": 0.6850654114484787,
132
+ "train samples": 5000,
133
+ "train time": 168.75559069094015,
134
+ "eval time": 30.746524874004535,
135
+ "tokens / sec": 1235.739800655953,
136
+ "mem allocated avg": 6967430975.488,
137
+ "mem reserved avg": 29512901328.896,
138
+ "elapsed time": 1040.2997735380195
139
+ },
140
+ {
141
+ "step": 1500,
142
+ "valid accuracy": 0.34,
143
+ "train loss": 0.6718376358747482,
144
+ "train samples": 6000,
145
+ "train time": 169.33231035905192,
146
+ "eval time": 18.44809911600896,
147
+ "tokens / sec": 1236.214161113936,
148
+ "mem allocated avg": 6969443014.656,
149
+ "mem reserved avg": 29386233348.096,
150
+ "elapsed time": 1235.9416526080167
151
+ },
152
+ {
153
+ "step": 1750,
154
+ "valid accuracy": 0.4,
155
+ "train loss": 0.6636214228868484,
156
+ "train samples": 7000,
157
+ "train time": 170.86081746208947,
158
+ "eval time": 30.7044950290001,
159
+ "tokens / sec": 1225.2955540637724,
160
+ "mem allocated avg": 6970556262.4,
161
+ "mem reserved avg": 29963210194.944,
162
+ "elapsed time": 1445.2593260980211
163
+ },
164
+ {
165
+ "step": 2000,
166
+ "valid accuracy": 0.44,
167
+ "train loss": 0.6641189997196197,
168
+ "train samples": 8000,
169
+ "train time": 169.15395127126249,
170
+ "eval time": 30.652748754015192,
171
+ "tokens / sec": 1227.8518972751033,
172
+ "mem allocated avg": 6966487302.144,
173
+ "mem reserved avg": 29441472331.776,
174
+ "elapsed time": 1652.9759574920172
175
+ },
176
+ {
177
+ "step": 2250,
178
+ "valid accuracy": 0.4,
179
+ "train loss": 0.6514279855489731,
180
+ "train samples": 9000,
181
+ "train time": 174.06954159290763,
182
+ "eval time": 30.6216060250008,
183
+ "tokens / sec": 1234.839811910885,
184
+ "mem allocated avg": 6978265659.392,
185
+ "mem reserved avg": 29786906820.608,
186
+ "elapsed time": 1865.4745528470085
187
+ },
188
+ {
189
+ "step": 2500,
190
+ "valid accuracy": 0.38,
191
+ "train loss": 0.648625570654869,
192
+ "train samples": 10000,
193
+ "train time": 170.52176274178782,
194
+ "eval time": 29.434755503985798,
195
+ "tokens / sec": 1207.8634227578625,
196
+ "mem allocated avg": 6963658600.448,
197
+ "mem reserved avg": 29001515008.0,
198
+ "elapsed time": 2073.2369456640154
199
+ },
200
+ {
201
+ "step": 2750,
202
+ "valid accuracy": 0.34,
203
+ "train loss": 0.6369520275592804,
204
+ "train samples": 11000,
205
+ "train time": 173.95405193630722,
206
+ "eval time": 30.711821962991962,
207
+ "tokens / sec": 1218.0285405342534,
208
+ "mem allocated avg": 6973873780.736,
209
+ "mem reserved avg": 29700227334.144,
210
+ "elapsed time": 2285.583145290002
211
+ },
212
+ {
213
+ "step": 3000,
214
+ "valid accuracy": 0.4,
215
+ "train loss": 0.6276206455230713,
216
+ "train samples": 12000,
217
+ "train time": 171.57854383610538,
218
+ "eval time": 25.434444301004987,
219
+ "tokens / sec": 1216.533229232807,
220
+ "mem allocated avg": 6969537423.36,
221
+ "mem reserved avg": 29600050577.408,
222
+ "elapsed time": 2490.512576183013
223
+ },
224
+ {
225
+ "step": 3250,
226
+ "valid accuracy": 0.46,
227
+ "train loss": 0.6353357185125351,
228
+ "train samples": 13000,
229
+ "train time": 172.03060490611824,
230
+ "eval time": 30.666481404012302,
231
+ "tokens / sec": 1225.9504645414365,
232
+ "mem allocated avg": 6971543304.192,
233
+ "mem reserved avg": 29378851373.056,
234
+ "elapsed time": 2700.8043426890217
235
+ },
236
+ {
237
+ "step": 3500,
238
+ "valid accuracy": 0.36,
239
+ "train loss": 0.6162731720209121,
240
+ "train samples": 14000,
241
+ "train time": 170.90886393698747,
242
+ "eval time": 21.72865568700945,
243
+ "tokens / sec": 1227.2622681368528,
244
+ "mem allocated avg": 6969227558.912,
245
+ "mem reserved avg": 29302649257.984,
246
+ "elapsed time": 2901.162421387009
247
+ },
248
+ {
249
+ "step": 3750,
250
+ "valid accuracy": 0.48,
251
+ "train loss": 0.6119594979286194,
252
+ "train samples": 15000,
253
+ "train time": 176.6123301939515,
254
+ "eval time": 22.168275571981212,
255
+ "tokens / sec": 1226.998136325034,
256
+ "mem allocated avg": 6980796526.592,
257
+ "mem reserved avg": 29780892188.672,
258
+ "elapsed time": 3107.718649386021
259
+ },
260
+ {
261
+ "step": 4000,
262
+ "valid accuracy": 0.4,
263
+ "train loss": 0.6219998714923859,
264
+ "train samples": 16000,
265
+ "train time": 169.44954544273787,
266
+ "eval time": 21.188790128013352,
267
+ "tokens / sec": 1206.0994289835012,
268
+ "mem allocated avg": 6962208227.328,
269
+ "mem reserved avg": 29357410091.008,
270
+ "elapsed time": 3306.224600540998
271
+ },
272
+ {
273
+ "step": 4250,
274
+ "valid accuracy": 0.44,
275
+ "train loss": 0.6031627696752548,
276
+ "train samples": 17000,
277
+ "train time": 172.79886594458367,
278
+ "eval time": 19.71278954198351,
279
+ "tokens / sec": 1223.3240006782924,
280
+ "mem allocated avg": 6971919788.032,
281
+ "mem reserved avg": 29329702518.784,
282
+ "elapsed time": 3506.296442656021
283
+ },
284
+ {
285
+ "step": 4500,
286
+ "valid accuracy": 0.42,
287
+ "train loss": 0.6039325877428054,
288
+ "train samples": 18000,
289
+ "train time": 170.91172845792607,
290
+ "eval time": 30.605959645996336,
291
+ "tokens / sec": 1215.9376180620586,
292
+ "mem allocated avg": 6967363680.256,
293
+ "mem reserved avg": 29285041569.792,
294
+ "elapsed time": 3715.659448362014
295
+ },
296
+ {
297
+ "step": 4750,
298
+ "valid accuracy": 0.42,
299
+ "train loss": 0.5903248875141144,
300
+ "train samples": 19000,
301
+ "train time": 171.77074804794393,
302
+ "eval time": 30.74948202399537,
303
+ "tokens / sec": 1222.2046092586306,
304
+ "mem allocated avg": 6969873039.36,
305
+ "mem reserved avg": 29383817428.992,
306
+ "elapsed time": 3925.832625826006
307
+ },
308
+ {
309
+ "step": 5000,
310
+ "valid accuracy": 0.46,
311
+ "train loss": 0.5919159969091415,
312
+ "train samples": 20000,
313
+ "train time": 172.8896059941908,
314
+ "eval time": 27.89795029599918,
315
+ "tokens / sec": 1204.6993733504046,
316
+ "mem allocated avg": 6966943275.008,
317
+ "mem reserved avg": 28902328107.008,
318
+ "elapsed time": 4134.299820120999
319
+ },
320
+ {
321
+ "step": 5250,
322
+ "valid accuracy": 0.46,
323
+ "train loss": 0.5757226728200913,
324
+ "train samples": 21000,
325
+ "train time": 174.73050247496576,
326
+ "eval time": 19.57498934297473,
327
+ "tokens / sec": 1213.0566615314801,
328
+ "mem allocated avg": 6974017998.848,
329
+ "mem reserved avg": 29520870506.496,
330
+ "elapsed time": 4336.321290748019
331
+ },
332
+ {
333
+ "step": 5500,
334
+ "valid accuracy": 0.46,
335
+ "train loss": 0.5817540099620819,
336
+ "train samples": 22000,
337
+ "train time": 168.02078990414157,
338
+ "eval time": 30.746748675999697,
339
+ "tokens / sec": 1218.5753924666747,
340
+ "mem allocated avg": 6961666510.848,
341
+ "mem reserved avg": 28999191363.584,
342
+ "elapsed time": 4542.736618685012
343
+ },
344
+ {
345
+ "step": 5750,
346
+ "valid accuracy": 0.46,
347
+ "train loss": 0.5647573419809342,
348
+ "train samples": 23000,
349
+ "train time": 173.413503956981,
350
+ "eval time": 22.96224321599584,
351
+ "tokens / sec": 1240.5896604993861,
352
+ "mem allocated avg": 6978015358.976,
353
+ "mem reserved avg": 29507129966.592,
354
+ "elapsed time": 4746.8634043490165
355
+ },
356
+ {
357
+ "step": 6000,
358
+ "valid accuracy": 0.46,
359
+ "train loss": 0.5738131380081177,
360
+ "train samples": 24000,
361
+ "train time": 170.20395927492063,
362
+ "eval time": 30.678496007982176,
363
+ "tokens / sec": 1228.7845764044876,
364
+ "mem allocated avg": 6968983029.76,
365
+ "mem reserved avg": 29429233352.704,
366
+ "elapsed time": 4955.5860632859985
367
+ },
368
+ {
369
+ "step": 6250,
370
+ "valid accuracy": 0.52,
371
+ "train loss": 0.5661250177621842,
372
+ "train samples": 25000,
373
+ "train time": 172.2749537579366,
374
+ "eval time": 30.716671487985877,
375
+ "tokens / sec": 1205.9094805615593,
376
+ "mem allocated avg": 6968072611.84,
377
+ "mem reserved avg": 29586763022.336,
378
+ "elapsed time": 5166.3077040040225
379
+ },
380
+ {
381
+ "step": 6500,
382
+ "valid accuracy": 0.6,
383
+ "train loss": 0.5527391213178635,
384
+ "train samples": 26000,
385
+ "train time": 171.18087319325423,
386
+ "eval time": 23.657987303013215,
387
+ "tokens / sec": 1216.57283384045,
388
+ "mem allocated avg": 6967868983.296,
389
+ "mem reserved avg": 29137318182.912,
390
+ "elapsed time": 5368.990365178004
391
+ },
392
+ {
393
+ "step": 6750,
394
+ "valid accuracy": 0.5,
395
+ "train loss": 0.5544149683713913,
396
+ "train samples": 27000,
397
+ "train time": 169.88396649708739,
398
+ "eval time": 20.297047789004864,
399
+ "tokens / sec": 1220.444779310911,
400
+ "mem allocated avg": 6966295676.928,
401
+ "mem reserved avg": 29471553880.064,
402
+ "elapsed time": 5566.813652031007
403
+ },
404
+ {
405
+ "step": 7000,
406
+ "valid accuracy": 0.58,
407
+ "train loss": 0.5394300025701523,
408
+ "train samples": 28000,
409
+ "train time": 170.22449614675133,
410
+ "eval time": 30.696163899992825,
411
+ "tokens / sec": 1213.5562429387894,
412
+ "mem allocated avg": 6963857641.472,
413
+ "mem reserved avg": 29040555589.632,
414
+ "elapsed time": 5775.5202143070055
415
+ },
416
+ {
417
+ "step": 7250,
418
+ "valid accuracy": 0.52,
419
+ "train loss": 0.5215741968154908,
420
+ "train samples": 29000,
421
+ "train time": 176.06252912833588,
422
+ "eval time": 22.185015341994585,
423
+ "tokens / sec": 1239.0541081060178,
424
+ "mem allocated avg": 6982538385.408,
425
+ "mem reserved avg": 30031778676.736,
426
+ "elapsed time": 5981.63492844702
427
+ },
428
+ {
429
+ "step": 7500,
430
+ "valid accuracy": 0.6,
431
+ "train loss": 0.5314810944795608,
432
+ "train samples": 30000,
433
+ "train time": 170.96637836899026,
434
+ "eval time": 30.624822825018782,
435
+ "tokens / sec": 1224.626748237742,
436
+ "mem allocated avg": 6967260755.968,
437
+ "mem reserved avg": 28773529419.776,
438
+ "elapsed time": 6190.8903621690115
439
+ },
440
+ {
441
+ "step": 7750,
442
+ "valid accuracy": 0.58,
443
+ "train loss": 0.5229091964960099,
444
+ "train samples": 31000,
445
+ "train time": 168.64462656035903,
446
+ "eval time": 22.662872864981182,
447
+ "tokens / sec": 1217.672950442346,
448
+ "mem allocated avg": 6962802417.664,
449
+ "mem reserved avg": 29103579201.536,
450
+ "elapsed time": 6389.794873889012
451
+ },
452
+ {
453
+ "step": 8000,
454
+ "valid accuracy": 0.58,
455
+ "train loss": 0.5148865422010421,
456
+ "train samples": 32000,
457
+ "train time": 167.9298267000995,
458
+ "eval time": 18.765550082025584,
459
+ "tokens / sec": 1237.6895997825552,
460
+ "mem allocated avg": 6965727940.608,
461
+ "mem reserved avg": 29159053066.24,
462
+ "elapsed time": 6584.261041696998
463
+ },
464
+ {
465
+ "step": 8250,
466
+ "valid accuracy": 0.62,
467
+ "train loss": 0.5125223807692528,
468
+ "train samples": 33000,
469
+ "train time": 169.50851931003854,
470
+ "eval time": 20.5418613619986,
471
+ "tokens / sec": 1229.572418238078,
472
+ "mem allocated avg": 6968558663.68,
473
+ "mem reserved avg": 29544434106.368,
474
+ "elapsed time": 6782.0812423590105
475
+ },
476
+ {
477
+ "step": 8500,
478
+ "valid accuracy": 0.62,
479
+ "train loss": 0.5045390973091125,
480
+ "train samples": 34000,
481
+ "train time": 171.07040929992218,
482
+ "eval time": 22.437327421997907,
483
+ "tokens / sec": 1212.3487682571083,
484
+ "mem allocated avg": 6966485200.896,
485
+ "mem reserved avg": 29454936047.616,
486
+ "elapsed time": 6983.421357783023
487
+ },
488
+ {
489
+ "step": 8750,
490
+ "valid accuracy": 0.54,
491
+ "train loss": 0.5028502044677734,
492
+ "train samples": 35000,
493
+ "train time": 172.2428093130875,
494
+ "eval time": 27.035157548991265,
495
+ "tokens / sec": 1236.14449188981,
496
+ "mem allocated avg": 6974847162.368,
497
+ "mem reserved avg": 29512960049.152,
498
+ "elapsed time": 7190.340802373015
499
+ },
500
+ {
501
+ "step": 9000,
502
+ "valid accuracy": 0.62,
503
+ "train loss": 0.4954327570199966,
504
+ "train samples": 36000,
505
+ "train time": 172.43629023668473,
506
+ "eval time": 30.530970638006693,
507
+ "tokens / sec": 1212.784151833425,
508
+ "mem allocated avg": 6970138710.016,
509
+ "mem reserved avg": 29700848091.136,
510
+ "elapsed time": 7401.228956966021
511
+ },
512
+ {
513
+ "step": 9250,
514
+ "valid accuracy": 0.58,
515
+ "train loss": 0.490826522231102,
516
+ "train samples": 37000,
517
+ "train time": 175.1379066670488,
518
+ "eval time": 20.243021284986753,
519
+ "tokens / sec": 1216.584142489856,
520
+ "mem allocated avg": 6974603661.312,
521
+ "mem reserved avg": 29744686956.544,
522
+ "elapsed time": 7604.393750663003
523
+ },
524
+ {
525
+ "step": 9500,
526
+ "valid accuracy": 0.62,
527
+ "train loss": 0.49826363229751586,
528
+ "train samples": 38000,
529
+ "train time": 167.72828063127236,
530
+ "eval time": 19.732628641999327,
531
+ "tokens / sec": 1217.6181573635126,
532
+ "mem allocated avg": 6961817538.56,
533
+ "mem reserved avg": 29554399772.672,
534
+ "elapsed time": 7799.745701444015
535
+ },
536
+ {
537
+ "step": 9750,
538
+ "valid accuracy": 0.62,
539
+ "train loss": 0.48890409409999847,
540
+ "train samples": 39000,
541
+ "train time": 171.1529068540258,
542
+ "eval time": 30.650341822998598,
543
+ "tokens / sec": 1239.4647797652067,
544
+ "mem allocated avg": 6973635262.464,
545
+ "mem reserved avg": 29785061326.848,
546
+ "elapsed time": 8009.401820736006
547
+ },
548
+ {
549
+ "step": 10000,
550
+ "valid accuracy": 0.58,
551
+ "train loss": 0.4887709869146347,
552
+ "train samples": 40000,
553
+ "train time": 169.20751953776926,
554
+ "eval time": 30.604743445990607,
555
+ "tokens / sec": 1219.7448468236137,
556
+ "mem allocated avg": 6965170036.736,
557
+ "mem reserved avg": 29384043921.408,
558
+ "elapsed time": 8216.999875714013
559
+ },
560
+ {
561
+ "step": 10000,
562
+ "test accuracy": 0.5564821834723275,
563
+ "train loss": 0.4887709869146347,
564
+ "train samples": 40000,
565
+ "train total tokens": 8383359,
566
+ "forgetting": 0.27742505073547363
567
+ }
568
+ ]
569
+ },
570
+ "meta_info": {
571
+ "model_info": {
572
+ "sha": "13afe5124825b4f3751f836b40dafda64c1ed062",
573
+ "created_at": "2024-09-18T15:23:48+00:00"
574
+ },
575
+ "dataset_info": {
576
+ "metamath": {
577
+ "sha": "aa4f34d3d2d3231299b5b03d9b3e5a20da45aa18",
578
+ "created_at": "2023-09-21T17:22:46+00:00"
579
+ },
580
+ "gsm8k": {
581
+ "sha": "740312add88f781978c0658806c59bc2815b9866",
582
+ "created_at": "2022-04-12T10:22:10+00:00"
583
+ }
584
+ },
585
+ "package_info": {
586
+ "transformers-version": "5.12.1",
587
+ "transformers-commit-hash": null,
588
+ "peft-version": "0.20.1.dev0",
589
+ "peft-commit-hash": "c702de402330f48c0d8b1f260d59413aa3110b65",
590
+ "datasets-version": "4.8.4",
591
+ "datasets-commit-hash": null,
592
+ "bitsandbytes-version": "0.49.2",
593
+ "bitsandbytes-commit-hash": null,
594
+ "torch-version": "2.11.0+cu130",
595
+ "torch-commit-hash": null
596
+ },
597
+ "system_info": {
598
+ "system": "Linux",
599
+ "release": "7.0.0-1009-aws",
600
+ "version": "#9~24.04.1-Ubuntu SMP PREEMPT Mon Jul 13 22:43:41 UTC 2026",
601
+ "machine": "x86_64",
602
+ "processor": "x86_64",
603
+ "accelerator": "NVIDIA L40S"
604
+ },
605
+ "pytorch_info": "PyTorch built with:\n - GCC 13.3\n - C++ Version: 201703\n - Intel(R) oneAPI Math Kernel Library Version 2024.2-Product Build 20240605 for Intel(R) 64 architecture applications\n - Intel(R) MKL-DNN v3.10.2 (Git Hash f1d471933dc852f956fd05389f9313c7148783d5)\n - OpenMP 201511 (a.k.a. OpenMP 4.5)\n - LAPACK is enabled (usually provided by MKL)\n - NNPACK is enabled\n - CPU capability usage: AVX2\n - CUDA Runtime 13.0\n - NVCC architecture flags: -gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_90,code=sm_90;-gencode;arch=compute_100,code=sm_100;-gencode;arch=compute_120,code=sm_120\n - CuDNN 90.7.1 (built against CUDA 12.8)\n - Built with CuDNN 91.9\n - Magma 2.6.1\n - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=70d99e998b4955e0049d13a98d77ae1b14db1f45, CUDA_VERSION=13.0, CUDNN_VERSION=9.19.0, CXX_COMPILER=/opt/rh/gcc-toolset-13/root/usr/bin/c++, CXX_FLAGS= -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_MSLK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -DC10_NODEPRECATED -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -faligned-new -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-dangling-reference -Wno-error=dangling-reference -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.11.0, USE_CUDA=ON, USE_CUDNN=ON, USE_CUSPARSELT=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=1, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, USE_ROCM_KERNEL_ASSERT=OFF, USE_XCCL=OFF, USE_XPU=OFF, \n"
606
+ }
607
+ }
lokr--llama-3.2-3B-rank32-factor4-all-linear-lr0.003-10k-wd0--2026-08-05T23-12-59+00-00.json ADDED
@@ -0,0 +1,607 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_info": {
3
+ "created_at": "2026-08-05T23:12:59+00:00",
4
+ "total_time": 9007.000587568997,
5
+ "experiment_name": "lokr/llama-3.2-3B-rank32-factor4-all-linear-lr0.003-10k-wd0",
6
+ "peft_branch": "auto-research",
7
+ "train_config": {
8
+ "model_id": "meta-llama/Llama-3.2-3B",
9
+ "dtype": "bfloat16",
10
+ "max_seq_length": 768,
11
+ "batch_size": 4,
12
+ "batch_size_eval": 50,
13
+ "max_steps": 10000,
14
+ "eval_steps": 250,
15
+ "compile": false,
16
+ "use_gc": false,
17
+ "query_template": "Question: {query} Think step by step.\nAnswer:",
18
+ "seed": 0,
19
+ "grad_norm_clip": 1.0,
20
+ "optimizer_type": "AdamW",
21
+ "optimizer_kwargs": {
22
+ "lr": 0.003,
23
+ "weight_decay": 0.0
24
+ },
25
+ "lr_scheduler": "cosine",
26
+ "use_amp": false,
27
+ "autocast_adapter_dtype": true,
28
+ "generation_kwargs": {
29
+ "max_length": 800,
30
+ "max_new_tokens": 300
31
+ },
32
+ "attn_implementation": null,
33
+ "init_kv_cache_prefix": null
34
+ },
35
+ "peft_config": {
36
+ "task_type": null,
37
+ "peft_type": "LOKR",
38
+ "auto_mapping": null,
39
+ "peft_version": "0.20.1.dev0@UNKNOWN",
40
+ "base_model_name_or_path": "meta-llama/Llama-3.2-3B",
41
+ "revision": null,
42
+ "inference_mode": false,
43
+ "rank_pattern": {},
44
+ "alpha_pattern": {},
45
+ "r": 32,
46
+ "alpha": 64,
47
+ "rank_dropout": 0.0,
48
+ "module_dropout": 0.0,
49
+ "use_effective_conv2d": false,
50
+ "decompose_both": false,
51
+ "decompose_factor": 4,
52
+ "rank_dropout_scale": false,
53
+ "target_modules": [
54
+ "k_proj",
55
+ "q_proj",
56
+ "gate_proj",
57
+ "down_proj",
58
+ "v_proj",
59
+ "up_proj",
60
+ "o_proj"
61
+ ],
62
+ "exclude_modules": null,
63
+ "init_weights": true,
64
+ "layers_to_transform": null,
65
+ "layers_pattern": null,
66
+ "modules_to_save": null
67
+ },
68
+ "error_msg": ""
69
+ },
70
+ "train_info": {
71
+ "accelerator_memory_reserved_avg": 29439301569,
72
+ "accelerator_memory_max": 40982544384,
73
+ "accelerator_memory_reserved_99th": 37675335680,
74
+ "train_time": 7933.3307930609735,
75
+ "file_size": 48714440,
76
+ "num_trainable_params": 12160064,
77
+ "num_total_params": 3224909888,
78
+ "status": "success",
79
+ "metrics": [
80
+ {
81
+ "step": 250,
82
+ "valid accuracy": 0.44,
83
+ "train loss": 0.8949982010126114,
84
+ "train samples": 1000,
85
+ "train time": 171.3976422761043,
86
+ "eval time": 24.5194029819977,
87
+ "tokens / sec": 1235.2503639399079,
88
+ "mem allocated avg": 6973625303.04,
89
+ "mem reserved avg": 29615586279.424,
90
+ "elapsed time": 226.39103153799078
91
+ },
92
+ {
93
+ "step": 500,
94
+ "valid accuracy": 0.36,
95
+ "train loss": 0.685373764514923,
96
+ "train samples": 2000,
97
+ "train time": 169.98101295909146,
98
+ "eval time": 30.617474483005935,
99
+ "tokens / sec": 1223.6366661143336,
100
+ "mem allocated avg": 6965853036.544,
101
+ "mem reserved avg": 29103000387.584,
102
+ "elapsed time": 434.7747755720047
103
+ },
104
+ {
105
+ "step": 750,
106
+ "valid accuracy": 0.34,
107
+ "train loss": 0.6668877815008163,
108
+ "train samples": 3000,
109
+ "train time": 174.92015415464994,
110
+ "eval time": 30.83243089399184,
111
+ "tokens / sec": 1225.7078152952254,
112
+ "mem allocated avg": 6976431538.176,
113
+ "mem reserved avg": 29361335959.552,
114
+ "elapsed time": 648.2199807830038
115
+ },
116
+ {
117
+ "step": 1000,
118
+ "valid accuracy": 0.3,
119
+ "train loss": 0.6703291549682617,
120
+ "train samples": 4000,
121
+ "train time": 168.94037354181637,
122
+ "eval time": 19.526054535992444,
123
+ "tokens / sec": 1233.1924905353212,
124
+ "mem allocated avg": 6967942184.96,
125
+ "mem reserved avg": 29474406006.784,
126
+ "elapsed time": 844.5394411569869
127
+ },
128
+ {
129
+ "step": 1250,
130
+ "valid accuracy": 0.3,
131
+ "train loss": 0.6888422293663025,
132
+ "train samples": 5000,
133
+ "train time": 169.8963452410535,
134
+ "eval time": 30.673396903002867,
135
+ "tokens / sec": 1227.442530939207,
136
+ "mem allocated avg": 6967469674.496,
137
+ "mem reserved avg": 29498984628.224,
138
+ "elapsed time": 1052.865548398986
139
+ },
140
+ {
141
+ "step": 1500,
142
+ "valid accuracy": 0.36,
143
+ "train loss": 0.6771859076023102,
144
+ "train samples": 6000,
145
+ "train time": 172.2039898619114,
146
+ "eval time": 19.118000183982076,
147
+ "tokens / sec": 1215.5990123565684,
148
+ "mem allocated avg": 6969083271.168,
149
+ "mem reserved avg": 29424594452.48,
150
+ "elapsed time": 1252.1105965079914
151
+ },
152
+ {
153
+ "step": 1750,
154
+ "valid accuracy": 0.4,
155
+ "train loss": 0.6689975430965424,
156
+ "train samples": 7000,
157
+ "train time": 169.03733924406697,
158
+ "eval time": 27.43203862401424,
159
+ "tokens / sec": 1238.5133422960462,
160
+ "mem allocated avg": 6970877360.128,
161
+ "mem reserved avg": 29957036179.456,
162
+ "elapsed time": 1456.3577687070065
163
+ },
164
+ {
165
+ "step": 2000,
166
+ "valid accuracy": 0.38,
167
+ "train loss": 0.6676360635757447,
168
+ "train samples": 8000,
169
+ "train time": 169.73538258188637,
170
+ "eval time": 30.58883438099292,
171
+ "tokens / sec": 1223.6458706528092,
172
+ "mem allocated avg": 6966508093.44,
173
+ "mem reserved avg": 29495159422.976,
174
+ "elapsed time": 1664.644099119003
175
+ },
176
+ {
177
+ "step": 2250,
178
+ "valid accuracy": 0.36,
179
+ "train loss": 0.6558140796422959,
180
+ "train samples": 9000,
181
+ "train time": 175.10481430220534,
182
+ "eval time": 30.702585085993633,
183
+ "tokens / sec": 1227.5390648542143,
184
+ "mem allocated avg": 6978239281.152,
185
+ "mem reserved avg": 29797459689.472,
186
+ "elapsed time": 1878.3001420579967
187
+ },
188
+ {
189
+ "step": 2500,
190
+ "valid accuracy": 0.38,
191
+ "train loss": 0.6527049542665482,
192
+ "train samples": 10000,
193
+ "train time": 171.3574726433726,
194
+ "eval time": 27.830049729003804,
195
+ "tokens / sec": 1201.9726763165818,
196
+ "mem allocated avg": 6963613773.824,
197
+ "mem reserved avg": 29037191757.824,
198
+ "elapsed time": 2085.3302400379907
199
+ },
200
+ {
201
+ "step": 2750,
202
+ "valid accuracy": 0.34,
203
+ "train loss": 0.6389935193061829,
204
+ "train samples": 11000,
205
+ "train time": 172.8635393739387,
206
+ "eval time": 30.60976703799679,
207
+ "tokens / sec": 1225.7124941868665,
208
+ "mem allocated avg": 6973982658.56,
209
+ "mem reserved avg": 29671278247.936,
210
+ "elapsed time": 2296.559379327984
211
+ },
212
+ {
213
+ "step": 3000,
214
+ "valid accuracy": 0.36,
215
+ "train loss": 0.6307049007415771,
216
+ "train samples": 12000,
217
+ "train time": 170.22398920581327,
218
+ "eval time": 30.546133575000567,
219
+ "tokens / sec": 1226.21377265239,
220
+ "mem allocated avg": 6969360951.296,
221
+ "mem reserved avg": 29585789943.808,
222
+ "elapsed time": 2505.2557326619863
223
+ },
224
+ {
225
+ "step": 3250,
226
+ "valid accuracy": 0.4,
227
+ "train loss": 0.6370149928331376,
228
+ "train samples": 13000,
229
+ "train time": 170.96555595166865,
230
+ "eval time": 23.28644464397803,
231
+ "tokens / sec": 1233.5876593740377,
232
+ "mem allocated avg": 6971444633.6,
233
+ "mem reserved avg": 29368172675.072,
234
+ "elapsed time": 2707.1341430539906
235
+ },
236
+ {
237
+ "step": 3500,
238
+ "valid accuracy": 0.4,
239
+ "train loss": 0.6177912712097168,
240
+ "train samples": 14000,
241
+ "train time": 172.09483984508552,
242
+ "eval time": 30.673877114983043,
243
+ "tokens / sec": 1218.8047020399363,
244
+ "mem allocated avg": 6969167626.24,
245
+ "mem reserved avg": 29359574351.872,
246
+ "elapsed time": 2917.7247013830056
247
+ },
248
+ {
249
+ "step": 3750,
250
+ "valid accuracy": 0.48,
251
+ "train loss": 0.612206832408905,
252
+ "train samples": 15000,
253
+ "train time": 176.50543513981393,
254
+ "eval time": 30.85041491300217,
255
+ "tokens / sec": 1227.7412297720161,
256
+ "mem allocated avg": 6980901793.792,
257
+ "mem reserved avg": 29857186578.432,
258
+ "elapsed time": 3132.8426076890028
259
+ },
260
+ {
261
+ "step": 4000,
262
+ "valid accuracy": 0.48,
263
+ "train loss": 0.6191495014429093,
264
+ "train samples": 16000,
265
+ "train time": 171.08480115508428,
266
+ "eval time": 30.740958007983863,
267
+ "tokens / sec": 1194.571339009482,
268
+ "mem allocated avg": 6961991802.88,
269
+ "mem reserved avg": 29372434087.936,
270
+ "elapsed time": 3342.560094543005
271
+ },
272
+ {
273
+ "step": 4250,
274
+ "valid accuracy": 0.5,
275
+ "train loss": 0.6020842252969741,
276
+ "train samples": 17000,
277
+ "train time": 170.72924799792236,
278
+ "eval time": 30.68499062000774,
279
+ "tokens / sec": 1238.1534065128221,
280
+ "mem allocated avg": 6972223258.624,
281
+ "mem reserved avg": 29325340442.624,
282
+ "elapsed time": 3551.5764037730114
283
+ },
284
+ {
285
+ "step": 4500,
286
+ "valid accuracy": 0.48,
287
+ "train loss": 0.603379097700119,
288
+ "train samples": 18000,
289
+ "train time": 171.22398967514164,
290
+ "eval time": 30.78706062101992,
291
+ "tokens / sec": 1213.72011243452,
292
+ "mem allocated avg": 6967436220.416,
293
+ "mem reserved avg": 29257954754.56,
294
+ "elapsed time": 3761.4645812119998
295
+ },
296
+ {
297
+ "step": 4750,
298
+ "valid accuracy": 0.48,
299
+ "train loss": 0.587617068529129,
300
+ "train samples": 19000,
301
+ "train time": 172.58199024686473,
302
+ "eval time": 30.659869527007686,
303
+ "tokens / sec": 1216.4594909335501,
304
+ "mem allocated avg": 6969999155.2,
305
+ "mem reserved avg": 29373851762.688,
306
+ "elapsed time": 3972.4039701599977
307
+ },
308
+ {
309
+ "step": 5000,
310
+ "valid accuracy": 0.42,
311
+ "train loss": 0.5884629808664322,
312
+ "train samples": 20000,
313
+ "train time": 169.2553744801262,
314
+ "eval time": 21.032124360994203,
315
+ "tokens / sec": 1230.5665367480312,
316
+ "mem allocated avg": 6966949509.12,
317
+ "mem reserved avg": 28873857171.456,
318
+ "elapsed time": 4170.4182277559885
319
+ },
320
+ {
321
+ "step": 5250,
322
+ "valid accuracy": 0.56,
323
+ "train loss": 0.5720609217882157,
324
+ "train samples": 21000,
325
+ "train time": 173.28161718780757,
326
+ "eval time": 27.016861401003553,
327
+ "tokens / sec": 1223.1995721177616,
328
+ "mem allocated avg": 6973880750.08,
329
+ "mem reserved avg": 29549282721.792,
330
+ "elapsed time": 4378.443800904992
331
+ },
332
+ {
333
+ "step": 5500,
334
+ "valid accuracy": 0.5,
335
+ "train loss": 0.5772967861890793,
336
+ "train samples": 22000,
337
+ "train time": 168.6424825040449,
338
+ "eval time": 30.556040593015496,
339
+ "tokens / sec": 1214.083171451708,
340
+ "mem allocated avg": 6961765470.208,
341
+ "mem reserved avg": 29048482824.192,
342
+ "elapsed time": 4585.332566566009
343
+ },
344
+ {
345
+ "step": 5750,
346
+ "valid accuracy": 0.5,
347
+ "train loss": 0.5600146712064743,
348
+ "train samples": 23000,
349
+ "train time": 174.04982690158067,
350
+ "eval time": 18.295675226981984,
351
+ "tokens / sec": 1236.05408767026,
352
+ "mem allocated avg": 6978040623.104,
353
+ "mem reserved avg": 29432387469.312,
354
+ "elapsed time": 4785.4279907169985
355
+ },
356
+ {
357
+ "step": 6000,
358
+ "valid accuracy": 0.58,
359
+ "train loss": 0.5662243200540542,
360
+ "train samples": 24000,
361
+ "train time": 170.55430918792263,
362
+ "eval time": 30.779600164009025,
363
+ "tokens / sec": 1226.260426932737,
364
+ "mem allocated avg": 6968833345.536,
365
+ "mem reserved avg": 29413118836.736,
366
+ "elapsed time": 4994.6479376729985
367
+ },
368
+ {
369
+ "step": 6250,
370
+ "valid accuracy": 0.52,
371
+ "train loss": 0.5612275519371033,
372
+ "train samples": 25000,
373
+ "train time": 172.04471145616844,
374
+ "eval time": 30.784128725004848,
375
+ "tokens / sec": 1207.5233132227236,
376
+ "mem allocated avg": 6967910082.56,
377
+ "mem reserved avg": 29668577116.16,
378
+ "elapsed time": 5205.249400614994
379
+ },
380
+ {
381
+ "step": 6500,
382
+ "valid accuracy": 0.52,
383
+ "train loss": 0.5485070507526397,
384
+ "train samples": 26000,
385
+ "train time": 171.21381389093585,
386
+ "eval time": 25.085028658999363,
387
+ "tokens / sec": 1216.3387711966918,
388
+ "mem allocated avg": 6967761831.936,
389
+ "mem reserved avg": 29132687671.296,
390
+ "elapsed time": 5409.425448774011
391
+ },
392
+ {
393
+ "step": 6750,
394
+ "valid accuracy": 0.66,
395
+ "train loss": 0.5476124639511109,
396
+ "train samples": 27000,
397
+ "train time": 172.53885023278417,
398
+ "eval time": 22.688375061989063,
399
+ "tokens / sec": 1201.66559427208,
400
+ "mem allocated avg": 6966259134.464,
401
+ "mem reserved avg": 29525173862.4,
402
+ "elapsed time": 5612.382705447002
403
+ },
404
+ {
405
+ "step": 7000,
406
+ "valid accuracy": 0.58,
407
+ "train loss": 0.5320072404742241,
408
+ "train samples": 28000,
409
+ "train time": 169.6953858086781,
410
+ "eval time": 28.003433011006564,
411
+ "tokens / sec": 1217.340112199066,
412
+ "mem allocated avg": 6963905171.456,
413
+ "mem reserved avg": 29061552275.456,
414
+ "elapsed time": 5817.900293373008
415
+ },
416
+ {
417
+ "step": 7250,
418
+ "valid accuracy": 0.58,
419
+ "train loss": 0.5134797089099884,
420
+ "train samples": 29000,
421
+ "train time": 177.20017832212034,
422
+ "eval time": 24.322306215006392,
423
+ "tokens / sec": 1231.099212572111,
424
+ "mem allocated avg": 6982032873.472,
425
+ "mem reserved avg": 30056919334.912,
426
+ "elapsed time": 6027.303013839002
427
+ },
428
+ {
429
+ "step": 7500,
430
+ "valid accuracy": 0.5,
431
+ "train loss": 0.5264345513582229,
432
+ "train samples": 30000,
433
+ "train time": 171.69255989571684,
434
+ "eval time": 30.784176111017587,
435
+ "tokens / sec": 1219.4471334527705,
436
+ "mem allocated avg": 6967294406.656,
437
+ "mem reserved avg": 28893562011.648,
438
+ "elapsed time": 6237.538969763991
439
+ },
440
+ {
441
+ "step": 7750,
442
+ "valid accuracy": 0.48,
443
+ "train loss": 0.5177160662412643,
444
+ "train samples": 31000,
445
+ "train time": 170.80944362809532,
446
+ "eval time": 28.494459347013617,
447
+ "tokens / sec": 1202.2403190254445,
448
+ "mem allocated avg": 6962667085.824,
449
+ "mem reserved avg": 29122763948.032,
450
+ "elapsed time": 6444.514497463999
451
+ },
452
+ {
453
+ "step": 8000,
454
+ "valid accuracy": 0.6,
455
+ "train loss": 0.511238426566124,
456
+ "train samples": 32000,
457
+ "train time": 172.3884374545887,
458
+ "eval time": 19.91309441899648,
459
+ "tokens / sec": 1205.678310384079,
460
+ "mem allocated avg": 6965754892.288,
461
+ "mem reserved avg": 29171350765.568,
462
+ "elapsed time": 6644.613732709986
463
+ },
464
+ {
465
+ "step": 8250,
466
+ "valid accuracy": 0.58,
467
+ "train loss": 0.5103235207796096,
468
+ "train samples": 33000,
469
+ "train time": 171.33711948918062,
470
+ "eval time": 30.648292024008697,
471
+ "tokens / sec": 1216.4497723633158,
472
+ "mem allocated avg": 6968335892.48,
473
+ "mem reserved avg": 29565531455.488,
474
+ "elapsed time": 6854.38911728299
475
+ },
476
+ {
477
+ "step": 8500,
478
+ "valid accuracy": 0.6,
479
+ "train loss": 0.5028567316532135,
480
+ "train samples": 34000,
481
+ "train time": 171.2165831530874,
482
+ "eval time": 19.94937202098663,
483
+ "tokens / sec": 1211.313741815319,
484
+ "mem allocated avg": 6966661298.176,
485
+ "mem reserved avg": 29505955561.472,
486
+ "elapsed time": 7053.429109546007
487
+ },
488
+ {
489
+ "step": 8750,
490
+ "valid accuracy": 0.62,
491
+ "train loss": 0.5015089976787567,
492
+ "train samples": 35000,
493
+ "train time": 173.58059258732828,
494
+ "eval time": 20.065320283989422,
495
+ "tokens / sec": 1226.6175430463609,
496
+ "mem allocated avg": 6974720499.712,
497
+ "mem reserved avg": 29524913815.552,
498
+ "elapsed time": 7254.774949451996
499
+ },
500
+ {
501
+ "step": 9000,
502
+ "valid accuracy": 0.56,
503
+ "train loss": 0.49307151556015016,
504
+ "train samples": 36000,
505
+ "train time": 172.55944810275105,
506
+ "eval time": 18.78639112599194,
507
+ "tokens / sec": 1211.9185724068502,
508
+ "mem allocated avg": 6969916526.592,
509
+ "mem reserved avg": 29658443677.696,
510
+ "elapsed time": 7454.073133013997
511
+ },
512
+ {
513
+ "step": 9250,
514
+ "valid accuracy": 0.6,
515
+ "train loss": 0.4912492474317551,
516
+ "train samples": 37000,
517
+ "train time": 174.3095906781091,
518
+ "eval time": 30.712087610998424,
519
+ "tokens / sec": 1222.3653280987178,
520
+ "mem allocated avg": 6974721978.368,
521
+ "mem reserved avg": 29724134866.944,
522
+ "elapsed time": 7666.895846384985
523
+ },
524
+ {
525
+ "step": 9500,
526
+ "valid accuracy": 0.64,
527
+ "train loss": 0.49961484169960024,
528
+ "train samples": 38000,
529
+ "train time": 168.3479381708894,
530
+ "eval time": 21.436372572003165,
531
+ "tokens / sec": 1213.1363307383538,
532
+ "mem allocated avg": 6961836355.584,
533
+ "mem reserved avg": 29566395482.112,
534
+ "elapsed time": 7864.577572510985
535
+ },
536
+ {
537
+ "step": 9750,
538
+ "valid accuracy": 0.58,
539
+ "train loss": 0.4892568769454956,
540
+ "train samples": 39000,
541
+ "train time": 176.4860098841018,
542
+ "eval time": 18.936853881023126,
543
+ "tokens / sec": 1202.0102904434796,
544
+ "mem allocated avg": 6973540751.36,
545
+ "mem reserved avg": 29748671545.344,
546
+ "elapsed time": 8067.85907531
547
+ },
548
+ {
549
+ "step": 10000,
550
+ "valid accuracy": 0.6,
551
+ "train loss": 0.4894174293279648,
552
+ "train samples": 40000,
553
+ "train time": 173.01108982303413,
554
+ "eval time": 30.8168013850227,
555
+ "tokens / sec": 1192.9293099714462,
556
+ "mem allocated avg": 6965466226.688,
557
+ "mem reserved avg": 29391962767.36,
558
+ "elapsed time": 8279.503795614
559
+ },
560
+ {
561
+ "step": 10000,
562
+ "test accuracy": 0.5458680818802123,
563
+ "train loss": 0.4894174293279648,
564
+ "train samples": 40000,
565
+ "train total tokens": 8383359,
566
+ "forgetting": 0.43333709239959717
567
+ }
568
+ ]
569
+ },
570
+ "meta_info": {
571
+ "model_info": {
572
+ "sha": "13afe5124825b4f3751f836b40dafda64c1ed062",
573
+ "created_at": "2024-09-18T15:23:48+00:00"
574
+ },
575
+ "dataset_info": {
576
+ "metamath": {
577
+ "sha": "aa4f34d3d2d3231299b5b03d9b3e5a20da45aa18",
578
+ "created_at": "2023-09-21T17:22:46+00:00"
579
+ },
580
+ "gsm8k": {
581
+ "sha": "740312add88f781978c0658806c59bc2815b9866",
582
+ "created_at": "2022-04-12T10:22:10+00:00"
583
+ }
584
+ },
585
+ "package_info": {
586
+ "transformers-version": "5.12.1",
587
+ "transformers-commit-hash": null,
588
+ "peft-version": "0.20.1.dev0",
589
+ "peft-commit-hash": "c702de402330f48c0d8b1f260d59413aa3110b65",
590
+ "datasets-version": "4.8.4",
591
+ "datasets-commit-hash": null,
592
+ "bitsandbytes-version": "0.49.2",
593
+ "bitsandbytes-commit-hash": null,
594
+ "torch-version": "2.11.0+cu130",
595
+ "torch-commit-hash": null
596
+ },
597
+ "system_info": {
598
+ "system": "Linux",
599
+ "release": "7.0.0-1009-aws",
600
+ "version": "#9~24.04.1-Ubuntu SMP PREEMPT Mon Jul 13 22:43:41 UTC 2026",
601
+ "machine": "x86_64",
602
+ "processor": "x86_64",
603
+ "accelerator": "NVIDIA L40S"
604
+ },
605
+ "pytorch_info": "PyTorch built with:\n - GCC 13.3\n - C++ Version: 201703\n - Intel(R) oneAPI Math Kernel Library Version 2024.2-Product Build 20240605 for Intel(R) 64 architecture applications\n - Intel(R) MKL-DNN v3.10.2 (Git Hash f1d471933dc852f956fd05389f9313c7148783d5)\n - OpenMP 201511 (a.k.a. OpenMP 4.5)\n - LAPACK is enabled (usually provided by MKL)\n - NNPACK is enabled\n - CPU capability usage: AVX2\n - CUDA Runtime 13.0\n - NVCC architecture flags: -gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_90,code=sm_90;-gencode;arch=compute_100,code=sm_100;-gencode;arch=compute_120,code=sm_120\n - CuDNN 90.7.1 (built against CUDA 12.8)\n - Built with CuDNN 91.9\n - Magma 2.6.1\n - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=70d99e998b4955e0049d13a98d77ae1b14db1f45, CUDA_VERSION=13.0, CUDNN_VERSION=9.19.0, CXX_COMPILER=/opt/rh/gcc-toolset-13/root/usr/bin/c++, CXX_FLAGS= -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_MSLK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -DC10_NODEPRECATED -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -faligned-new -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-dangling-reference -Wno-error=dangling-reference -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.11.0, USE_CUDA=ON, USE_CUDNN=ON, USE_CUSPARSELT=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=1, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, USE_ROCM_KERNEL_ASSERT=OFF, USE_XCCL=OFF, USE_XPU=OFF, \n"
606
+ }
607
+ }
lokr--llama-3.2-3B-rank32-factor4-all-linear-lr0.003-20k--2026-08-06T01-43-49+00-00.json ADDED
@@ -0,0 +1,1087 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_info": {
3
+ "created_at": "2026-08-06T01:43:49+00:00",
4
+ "total_time": 17144.428262664005,
5
+ "experiment_name": "lokr/llama-3.2-3B-rank32-factor4-all-linear-lr0.003-20k",
6
+ "peft_branch": "auto-research",
7
+ "train_config": {
8
+ "model_id": "meta-llama/Llama-3.2-3B",
9
+ "dtype": "bfloat16",
10
+ "max_seq_length": 768,
11
+ "batch_size": 4,
12
+ "batch_size_eval": 50,
13
+ "max_steps": 20000,
14
+ "eval_steps": 250,
15
+ "compile": false,
16
+ "use_gc": false,
17
+ "query_template": "Question: {query} Think step by step.\nAnswer:",
18
+ "seed": 0,
19
+ "grad_norm_clip": 1.0,
20
+ "optimizer_type": "AdamW",
21
+ "optimizer_kwargs": {
22
+ "lr": 0.003,
23
+ "weight_decay": 0.1
24
+ },
25
+ "lr_scheduler": "cosine",
26
+ "use_amp": false,
27
+ "autocast_adapter_dtype": true,
28
+ "generation_kwargs": {
29
+ "max_length": 800,
30
+ "max_new_tokens": 300
31
+ },
32
+ "attn_implementation": null,
33
+ "init_kv_cache_prefix": null
34
+ },
35
+ "peft_config": {
36
+ "task_type": null,
37
+ "peft_type": "LOKR",
38
+ "auto_mapping": null,
39
+ "peft_version": "0.20.1.dev0@UNKNOWN",
40
+ "base_model_name_or_path": "meta-llama/Llama-3.2-3B",
41
+ "revision": null,
42
+ "inference_mode": false,
43
+ "rank_pattern": {},
44
+ "alpha_pattern": {},
45
+ "r": 32,
46
+ "alpha": 64,
47
+ "rank_dropout": 0.0,
48
+ "module_dropout": 0.0,
49
+ "use_effective_conv2d": false,
50
+ "decompose_both": false,
51
+ "decompose_factor": 4,
52
+ "rank_dropout_scale": false,
53
+ "target_modules": [
54
+ "gate_proj",
55
+ "v_proj",
56
+ "up_proj",
57
+ "q_proj",
58
+ "o_proj",
59
+ "down_proj",
60
+ "k_proj"
61
+ ],
62
+ "exclude_modules": null,
63
+ "init_weights": true,
64
+ "layers_to_transform": null,
65
+ "layers_pattern": null,
66
+ "modules_to_save": null
67
+ },
68
+ "error_msg": ""
69
+ },
70
+ "train_info": {
71
+ "accelerator_memory_reserved_avg": 29407510737,
72
+ "accelerator_memory_max": 40982544384,
73
+ "accelerator_memory_reserved_99th": 37908119552,
74
+ "train_time": 15059.725224568945,
75
+ "file_size": 48714440,
76
+ "num_trainable_params": 12160064,
77
+ "num_total_params": 3224909888,
78
+ "status": "success",
79
+ "metrics": [
80
+ {
81
+ "step": 250,
82
+ "valid accuracy": 0.42,
83
+ "train loss": 0.9610863697528839,
84
+ "train samples": 1000,
85
+ "train time": 171.79683673282852,
86
+ "eval time": 24.92885081001441,
87
+ "tokens / sec": 1232.3800835125783,
88
+ "mem allocated avg": 6973737287.68,
89
+ "mem reserved avg": 29583348858.88,
90
+ "elapsed time": 228.51951690900023
91
+ },
92
+ {
93
+ "step": 500,
94
+ "valid accuracy": 0.46,
95
+ "train loss": 0.6889648658037185,
96
+ "train samples": 2000,
97
+ "train time": 169.9671751902206,
98
+ "eval time": 30.64026821500738,
99
+ "tokens / sec": 1223.7362877109663,
100
+ "mem allocated avg": 6965520924.672,
101
+ "mem reserved avg": 29093630312.448,
102
+ "elapsed time": 436.939744237985
103
+ },
104
+ {
105
+ "step": 750,
106
+ "valid accuracy": 0.42,
107
+ "train loss": 0.659138729095459,
108
+ "train samples": 3000,
109
+ "train time": 171.3070431847591,
110
+ "eval time": 18.82749630298349,
111
+ "tokens / sec": 1251.5597491736692,
112
+ "mem allocated avg": 6976247709.696,
113
+ "mem reserved avg": 29367191207.936,
114
+ "elapsed time": 634.7782167390105
115
+ },
116
+ {
117
+ "step": 1000,
118
+ "valid accuracy": 0.44,
119
+ "train loss": 0.6462710534334183,
120
+ "train samples": 4000,
121
+ "train time": 170.5948522099934,
122
+ "eval time": 22.919337497005472,
123
+ "tokens / sec": 1221.2326298307596,
124
+ "mem allocated avg": 6967841570.816,
125
+ "mem reserved avg": 29504093290.496,
126
+ "elapsed time": 836.158662383008
127
+ },
128
+ {
129
+ "step": 1250,
130
+ "valid accuracy": 0.4,
131
+ "train loss": 0.6491906325817108,
132
+ "train samples": 5000,
133
+ "train time": 172.19864580288413,
134
+ "eval time": 22.46991980599705,
135
+ "tokens / sec": 1211.0315910307074,
136
+ "mem allocated avg": 6967527682.048,
137
+ "mem reserved avg": 29526608314.368,
138
+ "elapsed time": 1038.596893237991
139
+ },
140
+ {
141
+ "step": 1500,
142
+ "valid accuracy": 0.44,
143
+ "train loss": 0.6491728991270065,
144
+ "train samples": 6000,
145
+ "train time": 172.17588627900113,
146
+ "eval time": 20.18095650698524,
147
+ "tokens / sec": 1215.7974297329367,
148
+ "mem allocated avg": 6969189701.632,
149
+ "mem reserved avg": 29389219692.544,
150
+ "elapsed time": 1238.8270268719934
151
+ },
152
+ {
153
+ "step": 1750,
154
+ "valid accuracy": 0.38,
155
+ "train loss": 0.654322525024414,
156
+ "train samples": 7000,
157
+ "train time": 173.59733828672324,
158
+ "eval time": 30.70192297300673,
159
+ "tokens / sec": 1205.980472201811,
160
+ "mem allocated avg": 6970588690.432,
161
+ "mem reserved avg": 29948270084.096,
162
+ "elapsed time": 1450.9282776280015
163
+ },
164
+ {
165
+ "step": 2000,
166
+ "valid accuracy": 0.34,
167
+ "train loss": 0.6699976642131805,
168
+ "train samples": 8000,
169
+ "train time": 172.16915632793098,
170
+ "eval time": 23.291683515009936,
171
+ "tokens / sec": 1206.3484797730027,
172
+ "mem allocated avg": 6966354518.016,
173
+ "mem reserved avg": 29498741358.592,
174
+ "elapsed time": 1654.3528160580026
175
+ },
176
+ {
177
+ "step": 2250,
178
+ "valid accuracy": 0.38,
179
+ "train loss": 0.670303931593895,
180
+ "train samples": 9000,
181
+ "train time": 171.96220255299704,
182
+ "eval time": 30.68109203100903,
183
+ "tokens / sec": 1249.9723590930116,
184
+ "mem allocated avg": 6978359050.24,
185
+ "mem reserved avg": 29852145025.024,
186
+ "elapsed time": 1864.8035511719936
187
+ },
188
+ {
189
+ "step": 2500,
190
+ "valid accuracy": 0.36,
191
+ "train loss": 0.6671720509529113,
192
+ "train samples": 10000,
193
+ "train time": 169.09803840817767,
194
+ "eval time": 30.70332172201597,
195
+ "tokens / sec": 1218.0330531264124,
196
+ "mem allocated avg": 6963769954.304,
197
+ "mem reserved avg": 29051737604.096,
198
+ "elapsed time": 2072.4014120810025
199
+ },
200
+ {
201
+ "step": 2750,
202
+ "valid accuracy": 0.34,
203
+ "train loss": 0.6551967885494232,
204
+ "train samples": 11000,
205
+ "train time": 176.2429425897717,
206
+ "eval time": 30.72074737199,
207
+ "tokens / sec": 1202.2098410668307,
208
+ "mem allocated avg": 6973763858.432,
209
+ "mem reserved avg": 29628244688.896,
210
+ "elapsed time": 2287.0825515759934
211
+ },
212
+ {
213
+ "step": 3000,
214
+ "valid accuracy": 0.32,
215
+ "train loss": 0.6460895957946777,
216
+ "train samples": 12000,
217
+ "train time": 173.26054636220215,
218
+ "eval time": 30.63482701999601,
219
+ "tokens / sec": 1204.7232008817903,
220
+ "mem allocated avg": 6969272338.432,
221
+ "mem reserved avg": 29611391975.424,
222
+ "elapsed time": 2498.9181774450117
223
+ },
224
+ {
225
+ "step": 3250,
226
+ "valid accuracy": 0.44,
227
+ "train loss": 0.6532680690288544,
228
+ "train samples": 13000,
229
+ "train time": 172.25852237379877,
230
+ "eval time": 30.719604269019328,
231
+ "tokens / sec": 1224.3283937055232,
232
+ "mem allocated avg": 6971559395.328,
233
+ "mem reserved avg": 29344307085.312,
234
+ "elapsed time": 2709.468509438011
235
+ },
236
+ {
237
+ "step": 3500,
238
+ "valid accuracy": 0.48,
239
+ "train loss": 0.6353620156049729,
240
+ "train samples": 14000,
241
+ "train time": 172.01096387507278,
242
+ "eval time": 30.71934367599897,
243
+ "tokens / sec": 1219.3990154740145,
244
+ "mem allocated avg": 6969082503.168,
245
+ "mem reserved avg": 29335717150.72,
246
+ "elapsed time": 2920.007108977996
247
+ },
248
+ {
249
+ "step": 3750,
250
+ "valid accuracy": 0.42,
251
+ "train loss": 0.630974931716919,
252
+ "train samples": 15000,
253
+ "train time": 178.07678941314225,
254
+ "eval time": 17.86254966899287,
255
+ "tokens / sec": 1216.9076088700367,
256
+ "mem allocated avg": 6980761587.712,
257
+ "mem reserved avg": 29835023876.096,
258
+ "elapsed time": 3123.7434894150065
259
+ },
260
+ {
261
+ "step": 4000,
262
+ "valid accuracy": 0.36,
263
+ "train loss": 0.6445099025964737,
264
+ "train samples": 16000,
265
+ "train time": 169.99613859973033,
266
+ "eval time": 30.74968663099571,
267
+ "tokens / sec": 1202.2214250478523,
268
+ "mem allocated avg": 6961925545.984,
269
+ "mem reserved avg": 29382282313.728,
270
+ "elapsed time": 3332.329720507987
271
+ },
272
+ {
273
+ "step": 4250,
274
+ "valid accuracy": 0.42,
275
+ "train loss": 0.6274779469966888,
276
+ "train samples": 17000,
277
+ "train time": 171.6437004666368,
278
+ "eval time": 30.72802247700747,
279
+ "tokens / sec": 1231.5569952483556,
280
+ "mem allocated avg": 6971945697.28,
281
+ "mem reserved avg": 29341111025.664,
282
+ "elapsed time": 3542.2687234650075
283
+ },
284
+ {
285
+ "step": 4500,
286
+ "valid accuracy": 0.46,
287
+ "train loss": 0.6312829607725143,
288
+ "train samples": 18000,
289
+ "train time": 170.1949475101137,
290
+ "eval time": 30.68255225199391,
291
+ "tokens / sec": 1221.0585745364185,
292
+ "mem allocated avg": 6967646959.616,
293
+ "mem reserved avg": 29272357994.496,
294
+ "elapsed time": 3751.0097267999954
295
+ },
296
+ {
297
+ "step": 4750,
298
+ "valid accuracy": 0.4,
299
+ "train loss": 0.6233677245378494,
300
+ "train samples": 19000,
301
+ "train time": 172.96381472694338,
302
+ "eval time": 30.79086076997919,
303
+ "tokens / sec": 1213.7741083672852,
304
+ "mem allocated avg": 6970038394.88,
305
+ "mem reserved avg": 29374774509.568,
306
+ "elapsed time": 3962.4423660789907
307
+ },
308
+ {
309
+ "step": 5000,
310
+ "valid accuracy": 0.38,
311
+ "train loss": 0.6259740364551544,
312
+ "train samples": 20000,
313
+ "train time": 171.76812939089723,
314
+ "eval time": 23.789134004997322,
315
+ "tokens / sec": 1212.564872998132,
316
+ "mem allocated avg": 6967149254.656,
317
+ "mem reserved avg": 28875283234.816,
318
+ "elapsed time": 4165.6995755399985
319
+ },
320
+ {
321
+ "step": 5250,
322
+ "valid accuracy": 0.54,
323
+ "train loss": 0.6133968497514725,
324
+ "train samples": 21000,
325
+ "train time": 170.67316381281125,
326
+ "eval time": 30.68046033201972,
327
+ "tokens / sec": 1241.8941283145639,
328
+ "mem allocated avg": 6974006718.464,
329
+ "mem reserved avg": 29507507453.952,
330
+ "elapsed time": 4374.723204473994
331
+ },
332
+ {
333
+ "step": 5500,
334
+ "valid accuracy": 0.46,
335
+ "train loss": 0.6253580703735352,
336
+ "train samples": 22000,
337
+ "train time": 167.74530908471206,
338
+ "eval time": 18.557162634009728,
339
+ "tokens / sec": 1220.576605791119,
340
+ "mem allocated avg": 6961618006.016,
341
+ "mem reserved avg": 29010499207.168,
342
+ "elapsed time": 4568.675552848988
343
+ },
344
+ {
345
+ "step": 5750,
346
+ "valid accuracy": 0.4,
347
+ "train loss": 0.6091819525957107,
348
+ "train samples": 23000,
349
+ "train time": 173.64858763973461,
350
+ "eval time": 30.684087104018545,
351
+ "tokens / sec": 1238.9101628994326,
352
+ "mem allocated avg": 6977952616.448,
353
+ "mem reserved avg": 29454810218.496,
354
+ "elapsed time": 4780.747373077
355
+ },
356
+ {
357
+ "step": 6000,
358
+ "valid accuracy": 0.48,
359
+ "train loss": 0.6196607483625411,
360
+ "train samples": 24000,
361
+ "train time": 174.06167243191157,
362
+ "eval time": 30.775191562977852,
363
+ "tokens / sec": 1201.5511345946175,
364
+ "mem allocated avg": 6968932239.36,
365
+ "mem reserved avg": 29413848645.632,
366
+ "elapsed time": 4993.417520110001
367
+ },
368
+ {
369
+ "step": 6250,
370
+ "valid accuracy": 0.44,
371
+ "train loss": 0.61952920627594,
372
+ "train samples": 25000,
373
+ "train time": 171.89116472413298,
374
+ "eval time": 30.72593003101065,
375
+ "tokens / sec": 1208.601968189659,
376
+ "mem allocated avg": 6967978575.872,
377
+ "mem reserved avg": 29655549607.936,
378
+ "elapsed time": 5203.786160051997
379
+ },
380
+ {
381
+ "step": 6500,
382
+ "valid accuracy": 0.46,
383
+ "train loss": 0.6097409170866013,
384
+ "train samples": 26000,
385
+ "train time": 170.64674598391866,
386
+ "eval time": 30.631961806007894,
387
+ "tokens / sec": 1220.380727445136,
388
+ "mem allocated avg": 6967718619.136,
389
+ "mem reserved avg": 29146503708.672,
390
+ "elapsed time": 5412.883332634985
391
+ },
392
+ {
393
+ "step": 6750,
394
+ "valid accuracy": 0.52,
395
+ "train loss": 0.6144000781774521,
396
+ "train samples": 27000,
397
+ "train time": 169.8698111831327,
398
+ "eval time": 30.71524023701204,
399
+ "tokens / sec": 1220.5464794240456,
400
+ "mem allocated avg": 6966486200.32,
401
+ "mem reserved avg": 29525350023.168,
402
+ "elapsed time": 5621.148808142985
403
+ },
404
+ {
405
+ "step": 7000,
406
+ "valid accuracy": 0.46,
407
+ "train loss": 0.6016047027111053,
408
+ "train samples": 28000,
409
+ "train time": 168.5002364088141,
410
+ "eval time": 20.469277928990778,
411
+ "tokens / sec": 1225.9745410612027,
412
+ "mem allocated avg": 6963706146.816,
413
+ "mem reserved avg": 29035295932.416,
414
+ "elapsed time": 5817.903433194006
415
+ },
416
+ {
417
+ "step": 7250,
418
+ "valid accuracy": 0.44,
419
+ "train loss": 0.5895852934122086,
420
+ "train samples": 29000,
421
+ "train time": 174.2408317917434,
422
+ "eval time": 20.638584872009233,
423
+ "tokens / sec": 1252.0084859370909,
424
+ "mem allocated avg": 6982119364.608,
425
+ "mem reserved avg": 30067371540.48,
426
+ "elapsed time": 6020.640226660995
427
+ },
428
+ {
429
+ "step": 7500,
430
+ "valid accuracy": 0.36,
431
+ "train loss": 0.6044657553434372,
432
+ "train samples": 30000,
433
+ "train time": 169.2932935403078,
434
+ "eval time": 28.75819454298471,
435
+ "tokens / sec": 1236.7294393156228,
436
+ "mem allocated avg": 6967078899.712,
437
+ "mem reserved avg": 28892169502.72,
438
+ "elapsed time": 6226.409051725001
439
+ },
440
+ {
441
+ "step": 7750,
442
+ "valid accuracy": 0.42,
443
+ "train loss": 0.5994244650602341,
444
+ "train samples": 31000,
445
+ "train time": 170.44431554916082,
446
+ "eval time": 30.204051584005356,
447
+ "tokens / sec": 1204.815774221407,
448
+ "mem allocated avg": 6962793979.904,
449
+ "mem reserved avg": 29118066327.552,
450
+ "elapsed time": 6434.709696039994
451
+ },
452
+ {
453
+ "step": 8000,
454
+ "valid accuracy": 0.44,
455
+ "train loss": 0.5919614787101746,
456
+ "train samples": 32000,
457
+ "train time": 170.99229166895384,
458
+ "eval time": 27.106889552989742,
459
+ "tokens / sec": 1215.5226295369741,
460
+ "mem allocated avg": 6965711171.584,
461
+ "mem reserved avg": 29176660754.432,
462
+ "elapsed time": 6640.569886065001
463
+ },
464
+ {
465
+ "step": 8250,
466
+ "valid accuracy": 0.52,
467
+ "train loss": 0.5939536187648773,
468
+ "train samples": 33000,
469
+ "train time": 172.01891086486285,
470
+ "eval time": 24.93397859900142,
471
+ "tokens / sec": 1211.628413132647,
472
+ "mem allocated avg": 6968187305.984,
473
+ "mem reserved avg": 29569859977.216,
474
+ "elapsed time": 6845.286798370013
475
+ },
476
+ {
477
+ "step": 8500,
478
+ "valid accuracy": 0.54,
479
+ "train loss": 0.5879585744142533,
480
+ "train samples": 34000,
481
+ "train time": 168.8742023879604,
482
+ "eval time": 30.59148289699806,
483
+ "tokens / sec": 1228.115348983499,
484
+ "mem allocated avg": 6966380304.384,
485
+ "mem reserved avg": 29469481893.888,
486
+ "elapsed time": 7052.57047268399
487
+ },
488
+ {
489
+ "step": 8750,
490
+ "valid accuracy": 0.44,
491
+ "train loss": 0.5851555465459823,
492
+ "train samples": 35000,
493
+ "train time": 174.13013303573825,
494
+ "eval time": 30.731486786011374,
495
+ "tokens / sec": 1222.7464384713999,
496
+ "mem allocated avg": 6975052922.88,
497
+ "mem reserved avg": 29534225170.432,
498
+ "elapsed time": 7265.109816590004
499
+ },
500
+ {
501
+ "step": 9000,
502
+ "valid accuracy": 0.42,
503
+ "train loss": 0.5804140285253525,
504
+ "train samples": 36000,
505
+ "train time": 172.553419456759,
506
+ "eval time": 30.76102186201024,
507
+ "tokens / sec": 1211.9609142396996,
508
+ "mem allocated avg": 6969977663.488,
509
+ "mem reserved avg": 29691041808.384,
510
+ "elapsed time": 7476.346765204013
511
+ },
512
+ {
513
+ "step": 9250,
514
+ "valid accuracy": 0.54,
515
+ "train loss": 0.5720908064842224,
516
+ "train samples": 37000,
517
+ "train time": 172.8666125019081,
518
+ "eval time": 21.360682764003286,
519
+ "tokens / sec": 1232.568839732705,
520
+ "mem allocated avg": 6974648111.104,
521
+ "mem reserved avg": 29688013520.896,
522
+ "elapsed time": 7678.343583943002
523
+ },
524
+ {
525
+ "step": 9500,
526
+ "valid accuracy": 0.48,
527
+ "train loss": 0.5810169658660889,
528
+ "train samples": 38000,
529
+ "train time": 168.65665205937694,
530
+ "eval time": 28.963550884014694,
531
+ "tokens / sec": 1210.9157718137292,
532
+ "mem allocated avg": 6962060840.96,
533
+ "mem reserved avg": 29558887677.952,
534
+ "elapsed time": 7883.88087289501
535
+ },
536
+ {
537
+ "step": 9750,
538
+ "valid accuracy": 0.44,
539
+ "train loss": 0.5680638591051101,
540
+ "train samples": 39000,
541
+ "train time": 173.65742951087304,
542
+ "eval time": 30.74409557101899,
543
+ "tokens / sec": 1221.5889674142481,
544
+ "mem allocated avg": 6973438425.088,
545
+ "mem reserved avg": 29760432373.76,
546
+ "elapsed time": 8096.062616196985
547
+ },
548
+ {
549
+ "step": 10000,
550
+ "valid accuracy": 0.48,
551
+ "train loss": 0.5634032604694367,
552
+ "train samples": 40000,
553
+ "train time": 169.49355823599035,
554
+ "eval time": 30.60387931301375,
555
+ "tokens / sec": 1217.68639556577,
556
+ "mem allocated avg": 6965239169.024,
557
+ "mem reserved avg": 29368080400.384,
558
+ "elapsed time": 8303.941635889001
559
+ },
560
+ {
561
+ "step": 10250,
562
+ "valid accuracy": 0.52,
563
+ "train loss": 0.5606767899990082,
564
+ "train samples": 41000,
565
+ "train time": 168.76627820308204,
566
+ "eval time": 25.141207000997383,
567
+ "tokens / sec": 1219.3431187264396,
568
+ "mem allocated avg": 6963630600.192,
569
+ "mem reserved avg": 29278255185.92,
570
+ "elapsed time": 8505.426422146993
571
+ },
572
+ {
573
+ "step": 10500,
574
+ "valid accuracy": 0.46,
575
+ "train loss": 0.5653843686580659,
576
+ "train samples": 42000,
577
+ "train time": 171.55485373476404,
578
+ "eval time": 23.03960806300165,
579
+ "tokens / sec": 1214.8825606661678,
580
+ "mem allocated avg": 6967405594.624,
581
+ "mem reserved avg": 29249675198.464,
582
+ "elapsed time": 8707.701591034012
583
+ },
584
+ {
585
+ "step": 10750,
586
+ "valid accuracy": 0.52,
587
+ "train loss": 0.5517334004640579,
588
+ "train samples": 43000,
589
+ "train time": 171.51006954509648,
590
+ "eval time": 30.613034264999442,
591
+ "tokens / sec": 1232.796421579231,
592
+ "mem allocated avg": 6973592811.52,
593
+ "mem reserved avg": 29845467693.056,
594
+ "elapsed time": 8917.593452545
595
+ },
596
+ {
597
+ "step": 11000,
598
+ "valid accuracy": 0.46,
599
+ "train loss": 0.558027804851532,
600
+ "train samples": 44000,
601
+ "train time": 168.21222303493414,
602
+ "eval time": 30.721659283008194,
603
+ "tokens / sec": 1224.2213810897254,
604
+ "mem allocated avg": 6964628082.688,
605
+ "mem reserved avg": 29235624280.064,
606
+ "elapsed time": 9124.31383405099
607
+ },
608
+ {
609
+ "step": 11250,
610
+ "valid accuracy": 0.46,
611
+ "train loss": 0.557011668086052,
612
+ "train samples": 45000,
613
+ "train time": 169.0620566032012,
614
+ "eval time": 26.104685962985968,
615
+ "tokens / sec": 1240.473493660487,
616
+ "mem allocated avg": 6968411570.176,
617
+ "mem reserved avg": 29232973479.936,
618
+ "elapsed time": 9327.120027102006
619
+ },
620
+ {
621
+ "step": 11500,
622
+ "valid accuracy": 0.4,
623
+ "train loss": 0.5513826822042465,
624
+ "train samples": 46000,
625
+ "train time": 171.40321559412405,
626
+ "eval time": 19.5690330209909,
627
+ "tokens / sec": 1213.7403564973251,
628
+ "mem allocated avg": 6965893273.6,
629
+ "mem reserved avg": 28864562593.792,
630
+ "elapsed time": 9525.791539052996
631
+ },
632
+ {
633
+ "step": 11750,
634
+ "valid accuracy": 0.48,
635
+ "train loss": 0.5313005843162537,
636
+ "train samples": 47000,
637
+ "train time": 175.4224885792646,
638
+ "eval time": 30.735795768006938,
639
+ "tokens / sec": 1219.0284252145595,
640
+ "mem allocated avg": 6974539284.48,
641
+ "mem reserved avg": 29290510942.208,
642
+ "elapsed time": 9739.656438242004
643
+ },
644
+ {
645
+ "step": 12000,
646
+ "valid accuracy": 0.52,
647
+ "train loss": 0.5336237369775773,
648
+ "train samples": 48000,
649
+ "train time": 167.62555019688443,
650
+ "eval time": 30.5678302939923,
651
+ "tokens / sec": 1216.6045078478162,
652
+ "mem allocated avg": 6961333362.688,
653
+ "mem reserved avg": 29227898372.096,
654
+ "elapsed time": 9945.537856065988
655
+ },
656
+ {
657
+ "step": 12250,
658
+ "valid accuracy": 0.56,
659
+ "train loss": 0.5234718472957611,
660
+ "train samples": 49000,
661
+ "train time": 169.3317394120968,
662
+ "eval time": 30.705751812987728,
663
+ "tokens / sec": 1252.5236009289376,
664
+ "mem allocated avg": 6973541867.52,
665
+ "mem reserved avg": 29555297353.728,
666
+ "elapsed time": 10153.286983998987
667
+ },
668
+ {
669
+ "step": 12500,
670
+ "valid accuracy": 0.52,
671
+ "train loss": 0.524735977768898,
672
+ "train samples": 50000,
673
+ "train time": 168.84534780608374,
674
+ "eval time": 30.6525500860007,
675
+ "tokens / sec": 1204.1492563567942,
676
+ "mem allocated avg": 6960001439.744,
677
+ "mem reserved avg": 28973018906.624,
678
+ "elapsed time": 10360.513763035997
679
+ },
680
+ {
681
+ "step": 12750,
682
+ "valid accuracy": 0.52,
683
+ "train loss": 0.5225069969892502,
684
+ "train samples": 51000,
685
+ "train time": 173.843651830015,
686
+ "eval time": 24.634994040010497,
687
+ "tokens / sec": 1244.2732174742152,
688
+ "mem allocated avg": 6980235247.616,
689
+ "mem reserved avg": 29903474917.376,
690
+ "elapsed time": 10566.833168787009
691
+ },
692
+ {
693
+ "step": 13000,
694
+ "valid accuracy": 0.48,
695
+ "train loss": 0.5218035694360733,
696
+ "train samples": 52000,
697
+ "train time": 168.3541679691116,
698
+ "eval time": 25.71232538498589,
699
+ "tokens / sec": 1211.9034679167182,
700
+ "mem allocated avg": 6960411924.48,
701
+ "mem reserved avg": 28957684531.2,
702
+ "elapsed time": 10768.591327572009
703
+ },
704
+ {
705
+ "step": 13250,
706
+ "valid accuracy": 0.66,
707
+ "train loss": 0.5213898307085038,
708
+ "train samples": 53000,
709
+ "train time": 174.92087974085007,
710
+ "eval time": 19.067908728000475,
711
+ "tokens / sec": 1222.3126268102599,
712
+ "mem allocated avg": 6975828649.984,
713
+ "mem reserved avg": 29767403307.008,
714
+ "elapsed time": 10970.29764865301
715
+ },
716
+ {
717
+ "step": 13500,
718
+ "valid accuracy": 0.58,
719
+ "train loss": 0.5148020983934403,
720
+ "train samples": 54000,
721
+ "train time": 169.88899307019892,
722
+ "eval time": 19.94494408200262,
723
+ "tokens / sec": 1213.1745340019554,
724
+ "mem allocated avg": 6965132003.328,
725
+ "mem reserved avg": 29332042940.416,
726
+ "elapsed time": 11167.967929117993
727
+ },
728
+ {
729
+ "step": 13750,
730
+ "valid accuracy": 0.56,
731
+ "train loss": 0.505045391201973,
732
+ "train samples": 55000,
733
+ "train time": 176.1165522079682,
734
+ "eval time": 22.387796136987163,
735
+ "tokens / sec": 1201.05689867366,
736
+ "mem allocated avg": 6974318190.592,
737
+ "mem reserved avg": 29852153413.632,
738
+ "elapsed time": 11374.266127874987
739
+ },
740
+ {
741
+ "step": 14000,
742
+ "valid accuracy": 0.54,
743
+ "train loss": 0.49443184566497805,
744
+ "train samples": 56000,
745
+ "train time": 171.27784125340986,
746
+ "eval time": 20.43928565402166,
747
+ "tokens / sec": 1203.5182046404743,
748
+ "mem allocated avg": 6962779381.76,
749
+ "mem reserved avg": 28876046598.144,
750
+ "elapsed time": 11573.688829808001
751
+ },
752
+ {
753
+ "step": 14250,
754
+ "valid accuracy": 0.62,
755
+ "train loss": 0.5036366237401962,
756
+ "train samples": 57000,
757
+ "train time": 172.08854516083375,
758
+ "eval time": 21.94274735599174,
759
+ "tokens / sec": 1230.1690377017674,
760
+ "mem allocated avg": 6971923554.304,
761
+ "mem reserved avg": 29041285398.528,
762
+ "elapsed time": 11775.33258013401
763
+ },
764
+ {
765
+ "step": 14500,
766
+ "valid accuracy": 0.6,
767
+ "train loss": 0.4969416060447693,
768
+ "train samples": 58000,
769
+ "train time": 167.78399256194825,
770
+ "eval time": 23.040681084996322,
771
+ "tokens / sec": 1215.6702012242995,
772
+ "mem allocated avg": 6961757241.344,
773
+ "mem reserved avg": 29157811552.256,
774
+ "elapsed time": 11973.882213180012
775
+ },
776
+ {
777
+ "step": 14750,
778
+ "valid accuracy": 0.6,
779
+ "train loss": 0.4927418532371521,
780
+ "train samples": 59000,
781
+ "train time": 168.31322940738755,
782
+ "eval time": 22.590195139986463,
783
+ "tokens / sec": 1251.4346064276451,
784
+ "mem allocated avg": 6970914009.088,
785
+ "mem reserved avg": 29198865399.808,
786
+ "elapsed time": 12172.35395660199
787
+ },
788
+ {
789
+ "step": 15000,
790
+ "valid accuracy": 0.62,
791
+ "train loss": 0.4801807880997658,
792
+ "train samples": 60000,
793
+ "train time": 170.72411192808067,
794
+ "eval time": 20.901687847013818,
795
+ "tokens / sec": 1214.679037764501,
796
+ "mem allocated avg": 6965701888.0,
797
+ "mem reserved avg": 29037988675.584,
798
+ "elapsed time": 12371.769835898012
799
+ },
800
+ {
801
+ "step": 15250,
802
+ "valid accuracy": 0.56,
803
+ "train loss": 0.4763737685680389,
804
+ "train samples": 61000,
805
+ "train time": 174.21619906811975,
806
+ "eval time": 23.08776327999658,
807
+ "tokens / sec": 1220.982900199923,
808
+ "mem allocated avg": 6973737148.416,
809
+ "mem reserved avg": 29813205106.688,
810
+ "elapsed time": 12576.942732289986
811
+ },
812
+ {
813
+ "step": 15500,
814
+ "valid accuracy": 0.6,
815
+ "train loss": 0.47083090579509734,
816
+ "train samples": 62000,
817
+ "train time": 168.79248122885474,
818
+ "eval time": 21.987459181022132,
819
+ "tokens / sec": 1244.17271712041,
820
+ "mem allocated avg": 6969051408.384,
821
+ "mem reserved avg": 29202061459.456,
822
+ "elapsed time": 12775.533608391008
823
+ },
824
+ {
825
+ "step": 15750,
826
+ "valid accuracy": 0.6,
827
+ "train loss": 0.4586274927854538,
828
+ "train samples": 63000,
829
+ "train time": 170.14473092296976,
830
+ "eval time": 26.397917327994946,
831
+ "tokens / sec": 1224.9336131035227,
832
+ "mem allocated avg": 6967867320.32,
833
+ "mem reserved avg": 29691922612.224,
834
+ "elapsed time": 12979.855119065003
835
+ },
836
+ {
837
+ "step": 16000,
838
+ "valid accuracy": 0.62,
839
+ "train loss": 0.46891966664791107,
840
+ "train samples": 64000,
841
+ "train time": 172.07654142184765,
842
+ "eval time": 27.683391362981638,
843
+ "tokens / sec": 1219.1609516703372,
844
+ "mem allocated avg": 6969539037.184,
845
+ "mem reserved avg": 29515157864.448,
846
+ "elapsed time": 13187.581383618002
847
+ },
848
+ {
849
+ "step": 16250,
850
+ "valid accuracy": 0.72,
851
+ "train loss": 0.45970044922828673,
852
+ "train samples": 65000,
853
+ "train time": 171.93470184094622,
854
+ "eval time": 22.664465795998694,
855
+ "tokens / sec": 1210.9306485005168,
856
+ "mem allocated avg": 6967731288.064,
857
+ "mem reserved avg": 29620225179.648,
858
+ "elapsed time": 13389.917077972
859
+ },
860
+ {
861
+ "step": 16500,
862
+ "valid accuracy": 0.64,
863
+ "train loss": 0.4485881251692772,
864
+ "train samples": 66000,
865
+ "train time": 170.40854759063222,
866
+ "eval time": 21.17048738899757,
867
+ "tokens / sec": 1207.844341790017,
868
+ "mem allocated avg": 6963923716.096,
869
+ "mem reserved avg": 29116782870.528,
870
+ "elapsed time": 13589.23178718699
871
+ },
872
+ {
873
+ "step": 16750,
874
+ "valid accuracy": 0.68,
875
+ "train loss": 0.4502259805202484,
876
+ "train samples": 67000,
877
+ "train time": 169.258822891803,
878
+ "eval time": 25.066891107999254,
879
+ "tokens / sec": 1227.8414587158554,
880
+ "mem allocated avg": 6967624613.888,
881
+ "mem reserved avg": 29815470030.848,
882
+ "elapsed time": 13791.351112853998
883
+ },
884
+ {
885
+ "step": 17000,
886
+ "valid accuracy": 0.6,
887
+ "train loss": 0.43991368901729583,
888
+ "train samples": 68000,
889
+ "train time": 170.40273850920494,
890
+ "eval time": 22.699942364997696,
891
+ "tokens / sec": 1226.2068193740492,
892
+ "mem allocated avg": 6967878397.952,
893
+ "mem reserved avg": 29168062431.232,
894
+ "elapsed time": 13992.276433043007
895
+ },
896
+ {
897
+ "step": 17250,
898
+ "valid accuracy": 0.62,
899
+ "train loss": 0.4485655171871185,
900
+ "train samples": 69000,
901
+ "train time": 175.55842464990565,
902
+ "eval time": 29.480302722979104,
903
+ "tokens / sec": 1236.52852566262,
904
+ "mem allocated avg": 6980605931.52,
905
+ "mem reserved avg": 29673761275.904,
906
+ "elapsed time": 14205.057181976998
907
+ },
908
+ {
909
+ "step": 17500,
910
+ "valid accuracy": 0.68,
911
+ "train loss": 0.4372402468919754,
912
+ "train samples": 70000,
913
+ "train time": 168.44072627069545,
914
+ "eval time": 21.076059184997575,
915
+ "tokens / sec": 1224.8047403242072,
916
+ "mem allocated avg": 6964315848.704,
917
+ "mem reserved avg": 29363256950.784,
918
+ "elapsed time": 14402.422432071995
919
+ },
920
+ {
921
+ "step": 17750,
922
+ "valid accuracy": 0.66,
923
+ "train loss": 0.43826009291410445,
924
+ "train samples": 71000,
925
+ "train time": 172.937114319182,
926
+ "eval time": 29.079054092988372,
927
+ "tokens / sec": 1215.8350208846862,
928
+ "mem allocated avg": 6970201442.304,
929
+ "mem reserved avg": 29584221274.112,
930
+ "elapsed time": 14612.144416022988
931
+ },
932
+ {
933
+ "step": 18000,
934
+ "valid accuracy": 0.68,
935
+ "train loss": 0.42263948208093643,
936
+ "train samples": 72000,
937
+ "train time": 167.03616468189284,
938
+ "eval time": 20.53648081200663,
939
+ "tokens / sec": 1231.5057663814946,
940
+ "mem allocated avg": 6963220590.592,
941
+ "mem reserved avg": 29116355051.52,
942
+ "elapsed time": 14807.464960957994
943
+ },
944
+ {
945
+ "step": 18250,
946
+ "valid accuracy": 0.64,
947
+ "train loss": 0.4186551516652107,
948
+ "train samples": 73000,
949
+ "train time": 173.9695659817953,
950
+ "eval time": 20.841062296007294,
951
+ "tokens / sec": 1223.7945114048212,
952
+ "mem allocated avg": 6973775902.72,
953
+ "mem reserved avg": 29595227127.808,
954
+ "elapsed time": 15009.944732523
955
+ },
956
+ {
957
+ "step": 18500,
958
+ "valid accuracy": 0.68,
959
+ "train loss": 0.4335354580283165,
960
+ "train samples": 74000,
961
+ "train time": 169.157907269313,
962
+ "eval time": 21.018800074001774,
963
+ "tokens / sec": 1222.8751427544196,
964
+ "mem allocated avg": 6963947921.408,
965
+ "mem reserved avg": 28941125419.008,
966
+ "elapsed time": 15207.840157419007
967
+ },
968
+ {
969
+ "step": 18750,
970
+ "valid accuracy": 0.72,
971
+ "train loss": 0.434735699236393,
972
+ "train samples": 75000,
973
+ "train time": 173.53714782529278,
974
+ "eval time": 19.690483615995618,
975
+ "tokens / sec": 1235.187985317105,
976
+ "mem allocated avg": 6977327067.136,
977
+ "mem reserved avg": 29618413240.32,
978
+ "elapsed time": 15408.781935703999
979
+ },
980
+ {
981
+ "step": 19000,
982
+ "valid accuracy": 0.64,
983
+ "train loss": 0.42556005668640134,
984
+ "train samples": 76000,
985
+ "train time": 169.8566626807442,
986
+ "eval time": 27.14048506799736,
987
+ "tokens / sec": 1222.4012689467395,
988
+ "mem allocated avg": 6965633824.768,
989
+ "mem reserved avg": 29325524992.0,
990
+ "elapsed time": 15613.64058382099
991
+ },
992
+ {
993
+ "step": 19250,
994
+ "valid accuracy": 0.72,
995
+ "train loss": 0.4332517256140709,
996
+ "train samples": 77000,
997
+ "train time": 172.7995636741107,
998
+ "eval time": 30.646320986998035,
999
+ "tokens / sec": 1233.5100590993839,
1000
+ "mem allocated avg": 6974624098.304,
1001
+ "mem reserved avg": 29485294419.968,
1002
+ "elapsed time": 15824.803288046009
1003
+ },
1004
+ {
1005
+ "step": 19500,
1006
+ "valid accuracy": 0.64,
1007
+ "train loss": 0.43008509677648543,
1008
+ "train samples": 78000,
1009
+ "train time": 169.32743887693505,
1010
+ "eval time": 25.64423408100265,
1011
+ "tokens / sec": 1196.5042484771045,
1012
+ "mem allocated avg": 6960381396.992,
1013
+ "mem reserved avg": 29205274296.32,
1014
+ "elapsed time": 16027.579781459994
1015
+ },
1016
+ {
1017
+ "step": 19750,
1018
+ "valid accuracy": 0.7,
1019
+ "train loss": 0.41904746931791303,
1020
+ "train samples": 79000,
1021
+ "train time": 174.864879222936,
1022
+ "eval time": 24.811317635001615,
1023
+ "tokens / sec": 1228.2626503071326,
1024
+ "mem allocated avg": 6979446730.752,
1025
+ "mem reserved avg": 30267087519.744,
1026
+ "elapsed time": 16235.117151182989
1027
+ },
1028
+ {
1029
+ "step": 20000,
1030
+ "valid accuracy": 0.58,
1031
+ "train loss": 0.4246500636935234,
1032
+ "train samples": 80000,
1033
+ "train time": 166.44995271685184,
1034
+ "eval time": 20.16140359599376,
1035
+ "tokens / sec": 1220.943573025268,
1036
+ "mem allocated avg": 6959579637.76,
1037
+ "mem reserved avg": 29145253806.08,
1038
+ "elapsed time": 16429.555045605986
1039
+ },
1040
+ {
1041
+ "step": 20000,
1042
+ "test accuracy": 0.5913570887035633,
1043
+ "train loss": 0.4246500636935234,
1044
+ "train samples": 80000,
1045
+ "train total tokens": 16744048,
1046
+ "forgetting": 0.40216314792633057
1047
+ }
1048
+ ]
1049
+ },
1050
+ "meta_info": {
1051
+ "model_info": {
1052
+ "sha": "13afe5124825b4f3751f836b40dafda64c1ed062",
1053
+ "created_at": "2024-09-18T15:23:48+00:00"
1054
+ },
1055
+ "dataset_info": {
1056
+ "metamath": {
1057
+ "sha": "aa4f34d3d2d3231299b5b03d9b3e5a20da45aa18",
1058
+ "created_at": "2023-09-21T17:22:46+00:00"
1059
+ },
1060
+ "gsm8k": {
1061
+ "sha": "740312add88f781978c0658806c59bc2815b9866",
1062
+ "created_at": "2022-04-12T10:22:10+00:00"
1063
+ }
1064
+ },
1065
+ "package_info": {
1066
+ "transformers-version": "5.12.1",
1067
+ "transformers-commit-hash": null,
1068
+ "peft-version": "0.20.1.dev0",
1069
+ "peft-commit-hash": "c702de402330f48c0d8b1f260d59413aa3110b65",
1070
+ "datasets-version": "4.8.4",
1071
+ "datasets-commit-hash": null,
1072
+ "bitsandbytes-version": "0.49.2",
1073
+ "bitsandbytes-commit-hash": null,
1074
+ "torch-version": "2.11.0+cu130",
1075
+ "torch-commit-hash": null
1076
+ },
1077
+ "system_info": {
1078
+ "system": "Linux",
1079
+ "release": "7.0.0-1009-aws",
1080
+ "version": "#9~24.04.1-Ubuntu SMP PREEMPT Mon Jul 13 22:43:41 UTC 2026",
1081
+ "machine": "x86_64",
1082
+ "processor": "x86_64",
1083
+ "accelerator": "NVIDIA L40S"
1084
+ },
1085
+ "pytorch_info": "PyTorch built with:\n - GCC 13.3\n - C++ Version: 201703\n - Intel(R) oneAPI Math Kernel Library Version 2024.2-Product Build 20240605 for Intel(R) 64 architecture applications\n - Intel(R) MKL-DNN v3.10.2 (Git Hash f1d471933dc852f956fd05389f9313c7148783d5)\n - OpenMP 201511 (a.k.a. OpenMP 4.5)\n - LAPACK is enabled (usually provided by MKL)\n - NNPACK is enabled\n - CPU capability usage: AVX2\n - CUDA Runtime 13.0\n - NVCC architecture flags: -gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_90,code=sm_90;-gencode;arch=compute_100,code=sm_100;-gencode;arch=compute_120,code=sm_120\n - CuDNN 90.7.1 (built against CUDA 12.8)\n - Built with CuDNN 91.9\n - Magma 2.6.1\n - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=70d99e998b4955e0049d13a98d77ae1b14db1f45, CUDA_VERSION=13.0, CUDNN_VERSION=9.19.0, CXX_COMPILER=/opt/rh/gcc-toolset-13/root/usr/bin/c++, CXX_FLAGS= -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_MSLK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -DC10_NODEPRECATED -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -faligned-new -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-dangling-reference -Wno-error=dangling-reference -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.11.0, USE_CUDA=ON, USE_CUDNN=ON, USE_CUSPARSELT=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=1, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, USE_ROCM_KERNEL_ASSERT=OFF, USE_XCCL=OFF, USE_XPU=OFF, \n"
1086
+ }
1087
+ }
lokr--llama-3.2-3B-rank32-factor4-all-linear-lr0.005--2026-08-05T19-21-57+00-00.json ADDED
@@ -0,0 +1,367 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_info": {
3
+ "created_at": "2026-08-05T19:21:57+00:00",
4
+ "total_time": 4876.834152824013,
5
+ "experiment_name": "lokr/llama-3.2-3B-rank32-factor4-all-linear-lr0.005",
6
+ "peft_branch": "auto-research",
7
+ "train_config": {
8
+ "model_id": "meta-llama/Llama-3.2-3B",
9
+ "dtype": "bfloat16",
10
+ "max_seq_length": 768,
11
+ "batch_size": 4,
12
+ "batch_size_eval": 50,
13
+ "max_steps": 5000,
14
+ "eval_steps": 250,
15
+ "compile": false,
16
+ "use_gc": false,
17
+ "query_template": "Question: {query} Think step by step.\nAnswer:",
18
+ "seed": 0,
19
+ "grad_norm_clip": 1.0,
20
+ "optimizer_type": "AdamW",
21
+ "optimizer_kwargs": {
22
+ "lr": 0.005,
23
+ "weight_decay": 0.1
24
+ },
25
+ "lr_scheduler": "cosine",
26
+ "use_amp": false,
27
+ "autocast_adapter_dtype": true,
28
+ "generation_kwargs": {
29
+ "max_length": 800,
30
+ "max_new_tokens": 300
31
+ },
32
+ "attn_implementation": null,
33
+ "init_kv_cache_prefix": null
34
+ },
35
+ "peft_config": {
36
+ "task_type": null,
37
+ "peft_type": "LOKR",
38
+ "auto_mapping": null,
39
+ "peft_version": "0.20.1.dev0@UNKNOWN",
40
+ "base_model_name_or_path": "meta-llama/Llama-3.2-3B",
41
+ "revision": null,
42
+ "inference_mode": false,
43
+ "rank_pattern": {},
44
+ "alpha_pattern": {},
45
+ "r": 32,
46
+ "alpha": 64,
47
+ "rank_dropout": 0.0,
48
+ "module_dropout": 0.0,
49
+ "use_effective_conv2d": false,
50
+ "decompose_both": false,
51
+ "decompose_factor": 4,
52
+ "rank_dropout_scale": false,
53
+ "target_modules": [
54
+ "up_proj",
55
+ "gate_proj",
56
+ "v_proj",
57
+ "q_proj",
58
+ "k_proj",
59
+ "o_proj",
60
+ "down_proj"
61
+ ],
62
+ "exclude_modules": null,
63
+ "init_weights": true,
64
+ "layers_to_transform": null,
65
+ "layers_pattern": null,
66
+ "modules_to_save": null
67
+ },
68
+ "error_msg": ""
69
+ },
70
+ "train_info": {
71
+ "accelerator_memory_reserved_avg": 29428636922,
72
+ "accelerator_memory_max": 40980447232,
73
+ "accelerator_memory_reserved_99th": 37629198336,
74
+ "train_time": 4337.368219144992,
75
+ "file_size": 48714440,
76
+ "num_trainable_params": 12160064,
77
+ "num_total_params": 3224909888,
78
+ "status": "success",
79
+ "metrics": [
80
+ {
81
+ "step": 250,
82
+ "valid accuracy": 0.4,
83
+ "train loss": 0.8243188563585281,
84
+ "train samples": 1000,
85
+ "train time": 173.05660409928532,
86
+ "eval time": 30.925348686025245,
87
+ "tokens / sec": 1223.4089597559273,
88
+ "mem allocated avg": 6974068426.752,
89
+ "mem reserved avg": 29637765758.976,
90
+ "elapsed time": 234.67427716800012
91
+ },
92
+ {
93
+ "step": 500,
94
+ "valid accuracy": 0.32,
95
+ "train loss": 0.7367534626722336,
96
+ "train samples": 2000,
97
+ "train time": 168.92729432377382,
98
+ "eval time": 19.947831519006286,
99
+ "tokens / sec": 1231.2693507145577,
100
+ "mem allocated avg": 6965838184.448,
101
+ "mem reserved avg": 29036730384.384,
102
+ "elapsed time": 431.30717777099926
103
+ },
104
+ {
105
+ "step": 750,
106
+ "valid accuracy": 0.22,
107
+ "train loss": 0.7591401909589768,
108
+ "train samples": 3000,
109
+ "train time": 173.5782248750329,
110
+ "eval time": 30.72412709100172,
111
+ "tokens / sec": 1235.1837343327904,
112
+ "mem allocated avg": 6976710492.16,
113
+ "mem reserved avg": 29298144575.488,
114
+ "elapsed time": 643.3134106380166
115
+ },
116
+ {
117
+ "step": 1000,
118
+ "valid accuracy": 0.16,
119
+ "train loss": 0.7286917352676392,
120
+ "train samples": 4000,
121
+ "train time": 173.25569501990685,
122
+ "eval time": 15.424150008999277,
123
+ "tokens / sec": 1202.4770670658904,
124
+ "mem allocated avg": 6968188157.952,
125
+ "mem reserved avg": 29486888255.488,
126
+ "elapsed time": 839.8342328320141
127
+ },
128
+ {
129
+ "step": 1250,
130
+ "valid accuracy": 0.24,
131
+ "train loss": 0.7228857347965241,
132
+ "train samples": 5000,
133
+ "train time": 171.9056585111539,
134
+ "eval time": 30.715734964003786,
135
+ "tokens / sec": 1213.0956118961567,
136
+ "mem allocated avg": 6967430975.488,
137
+ "mem reserved avg": 29512901328.896,
138
+ "elapsed time": 1050.2152808600222
139
+ },
140
+ {
141
+ "step": 1500,
142
+ "valid accuracy": 0.28,
143
+ "train loss": 0.7035419543981553,
144
+ "train samples": 6000,
145
+ "train time": 171.0979807379772,
146
+ "eval time": 30.68885849401704,
147
+ "tokens / sec": 1223.4568701343917,
148
+ "mem allocated avg": 6969443014.656,
149
+ "mem reserved avg": 29386233348.096,
150
+ "elapsed time": 1259.8666626070044
151
+ },
152
+ {
153
+ "step": 1750,
154
+ "valid accuracy": 0.38,
155
+ "train loss": 0.6936728912591934,
156
+ "train samples": 7000,
157
+ "train time": 172.45823883989942,
158
+ "eval time": 30.67647124498035,
159
+ "tokens / sec": 1213.9460625847714,
160
+ "mem allocated avg": 6970556262.4,
161
+ "mem reserved avg": 29963210194.944,
162
+ "elapsed time": 1470.7583586190012
163
+ },
164
+ {
165
+ "step": 2000,
166
+ "valid accuracy": 0.34,
167
+ "train loss": 0.6850932078361511,
168
+ "train samples": 8000,
169
+ "train time": 172.2125422480749,
170
+ "eval time": 21.635232597007416,
171
+ "tokens / sec": 1206.044561497795,
172
+ "mem allocated avg": 6966487302.144,
173
+ "mem reserved avg": 29441472331.776,
174
+ "elapsed time": 1672.5279613650055
175
+ },
176
+ {
177
+ "step": 2250,
178
+ "valid accuracy": 0.38,
179
+ "train loss": 0.6678359975814819,
180
+ "train samples": 9000,
181
+ "train time": 174.90155081104604,
182
+ "eval time": 30.710825373011176,
183
+ "tokens / sec": 1228.9656609861506,
184
+ "mem allocated avg": 6978265659.392,
185
+ "mem reserved avg": 29786906820.608,
186
+ "elapsed time": 1885.9478800620127
187
+ },
188
+ {
189
+ "step": 2500,
190
+ "valid accuracy": 0.44,
191
+ "train loss": 0.6567883492708206,
192
+ "train samples": 10000,
193
+ "train time": 168.23802922523464,
194
+ "eval time": 30.644450194988167,
195
+ "tokens / sec": 1224.2594670688538,
196
+ "mem allocated avg": 6963658600.448,
197
+ "mem reserved avg": 29001515008.0,
198
+ "elapsed time": 2092.6179425250157
199
+ },
200
+ {
201
+ "step": 2750,
202
+ "valid accuracy": 0.46,
203
+ "train loss": 0.634885214805603,
204
+ "train samples": 11000,
205
+ "train time": 173.90507797230384,
206
+ "eval time": 30.730780140991556,
207
+ "tokens / sec": 1218.371553438734,
208
+ "mem allocated avg": 6973873780.736,
209
+ "mem reserved avg": 29700227334.144,
210
+ "elapsed time": 2304.930961822014
211
+ },
212
+ {
213
+ "step": 3000,
214
+ "valid accuracy": 0.5,
215
+ "train loss": 0.6183034368753433,
216
+ "train samples": 12000,
217
+ "train time": 173.86735759672592,
218
+ "eval time": 30.715003296005307,
219
+ "tokens / sec": 1200.5186188205496,
220
+ "mem allocated avg": 6969537423.36,
221
+ "mem reserved avg": 29600050577.408,
222
+ "elapsed time": 2517.428843543021
223
+ },
224
+ {
225
+ "step": 3250,
226
+ "valid accuracy": 0.48,
227
+ "train loss": 0.6171810357570648,
228
+ "train samples": 13000,
229
+ "train time": 172.11153198982356,
230
+ "eval time": 20.41151063601137,
231
+ "tokens / sec": 1225.3740209137754,
232
+ "mem allocated avg": 6971543304.192,
233
+ "mem reserved avg": 29378851373.056,
234
+ "elapsed time": 2717.537005299004
235
+ },
236
+ {
237
+ "step": 3500,
238
+ "valid accuracy": 0.54,
239
+ "train loss": 0.5918659865856171,
240
+ "train samples": 14000,
241
+ "train time": 171.7280791127414,
242
+ "eval time": 20.10971114897984,
243
+ "tokens / sec": 1221.407710863037,
244
+ "mem allocated avg": 6969227558.912,
245
+ "mem reserved avg": 29302649257.984,
246
+ "elapsed time": 2917.0929282610014
247
+ },
248
+ {
249
+ "step": 3750,
250
+ "valid accuracy": 0.52,
251
+ "train loss": 0.5810757111310959,
252
+ "train samples": 15000,
253
+ "train time": 177.90301188721787,
254
+ "eval time": 30.743899679015158,
255
+ "tokens / sec": 1218.09629697208,
256
+ "mem allocated avg": 6980796526.592,
257
+ "mem reserved avg": 29780892188.672,
258
+ "elapsed time": 3133.516127213021
259
+ },
260
+ {
261
+ "step": 4000,
262
+ "valid accuracy": 0.46,
263
+ "train loss": 0.5831188062429428,
264
+ "train samples": 16000,
265
+ "train time": 169.06811870416277,
266
+ "eval time": 30.76702547399327,
267
+ "tokens / sec": 1208.8204539474061,
268
+ "mem allocated avg": 6962208227.328,
269
+ "mem reserved avg": 29357410091.008,
270
+ "elapsed time": 3341.2088356550084
271
+ },
272
+ {
273
+ "step": 4250,
274
+ "valid accuracy": 0.54,
275
+ "train loss": 0.564371225476265,
276
+ "train samples": 17000,
277
+ "train time": 173.65914930703002,
278
+ "eval time": 30.680932629999006,
279
+ "tokens / sec": 1217.2638230898128,
280
+ "mem allocated avg": 6971919788.032,
281
+ "mem reserved avg": 29329702518.784,
282
+ "elapsed time": 3553.1107871610147
283
+ },
284
+ {
285
+ "step": 4500,
286
+ "valid accuracy": 0.54,
287
+ "train loss": 0.5646625064611435,
288
+ "train samples": 18000,
289
+ "train time": 168.5221932909335,
290
+ "eval time": 21.17475585200009,
291
+ "tokens / sec": 1233.1788231667917,
292
+ "mem allocated avg": 6967363680.256,
293
+ "mem reserved avg": 29285041569.792,
294
+ "elapsed time": 3750.635109158
295
+ },
296
+ {
297
+ "step": 4750,
298
+ "valid accuracy": 0.5,
299
+ "train loss": 0.5495809932947159,
300
+ "train samples": 19000,
301
+ "train time": 171.79509386298014,
302
+ "eval time": 20.51026588899549,
303
+ "tokens / sec": 1222.0314054337464,
304
+ "mem allocated avg": 6969873039.36,
305
+ "mem reserved avg": 29383817428.992,
306
+ "elapsed time": 3950.5909262890054
307
+ },
308
+ {
309
+ "step": 5000,
310
+ "valid accuracy": 0.54,
311
+ "train loss": 0.5584390600919723,
312
+ "train samples": 20000,
313
+ "train time": 170.36222512708628,
314
+ "eval time": 27.515913671988528,
315
+ "tokens / sec": 1222.5714934436196,
316
+ "mem allocated avg": 6966943275.008,
317
+ "mem reserved avg": 28902328107.008,
318
+ "elapsed time": 4156.128801064013
319
+ },
320
+ {
321
+ "step": 5000,
322
+ "test accuracy": 0.5064442759666414,
323
+ "train loss": 0.5584390600919723,
324
+ "train samples": 20000,
325
+ "train total tokens": 4198051,
326
+ "forgetting": 0.15337693691253662
327
+ }
328
+ ]
329
+ },
330
+ "meta_info": {
331
+ "model_info": {
332
+ "sha": "13afe5124825b4f3751f836b40dafda64c1ed062",
333
+ "created_at": "2024-09-18T15:23:48+00:00"
334
+ },
335
+ "dataset_info": {
336
+ "metamath": {
337
+ "sha": "aa4f34d3d2d3231299b5b03d9b3e5a20da45aa18",
338
+ "created_at": "2023-09-21T17:22:46+00:00"
339
+ },
340
+ "gsm8k": {
341
+ "sha": "740312add88f781978c0658806c59bc2815b9866",
342
+ "created_at": "2022-04-12T10:22:10+00:00"
343
+ }
344
+ },
345
+ "package_info": {
346
+ "transformers-version": "5.12.1",
347
+ "transformers-commit-hash": null,
348
+ "peft-version": "0.20.1.dev0",
349
+ "peft-commit-hash": "c702de402330f48c0d8b1f260d59413aa3110b65",
350
+ "datasets-version": "4.8.4",
351
+ "datasets-commit-hash": null,
352
+ "bitsandbytes-version": "0.49.2",
353
+ "bitsandbytes-commit-hash": null,
354
+ "torch-version": "2.11.0+cu130",
355
+ "torch-commit-hash": null
356
+ },
357
+ "system_info": {
358
+ "system": "Linux",
359
+ "release": "7.0.0-1009-aws",
360
+ "version": "#9~24.04.1-Ubuntu SMP PREEMPT Mon Jul 13 22:43:41 UTC 2026",
361
+ "machine": "x86_64",
362
+ "processor": "x86_64",
363
+ "accelerator": "NVIDIA L40S"
364
+ },
365
+ "pytorch_info": "PyTorch built with:\n - GCC 13.3\n - C++ Version: 201703\n - Intel(R) oneAPI Math Kernel Library Version 2024.2-Product Build 20240605 for Intel(R) 64 architecture applications\n - Intel(R) MKL-DNN v3.10.2 (Git Hash f1d471933dc852f956fd05389f9313c7148783d5)\n - OpenMP 201511 (a.k.a. OpenMP 4.5)\n - LAPACK is enabled (usually provided by MKL)\n - NNPACK is enabled\n - CPU capability usage: AVX2\n - CUDA Runtime 13.0\n - NVCC architecture flags: -gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_90,code=sm_90;-gencode;arch=compute_100,code=sm_100;-gencode;arch=compute_120,code=sm_120\n - CuDNN 90.7.1 (built against CUDA 12.8)\n - Built with CuDNN 91.9\n - Magma 2.6.1\n - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=70d99e998b4955e0049d13a98d77ae1b14db1f45, CUDA_VERSION=13.0, CUDNN_VERSION=9.19.0, CXX_COMPILER=/opt/rh/gcc-toolset-13/root/usr/bin/c++, CXX_FLAGS= -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_MSLK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -DC10_NODEPRECATED -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -faligned-new -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-dangling-reference -Wno-error=dangling-reference -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.11.0, USE_CUDA=ON, USE_CUDNN=ON, USE_CUSPARSELT=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=1, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, USE_ROCM_KERNEL_ASSERT=OFF, USE_XCCL=OFF, USE_XPU=OFF, \n"
366
+ }
367
+ }
lokr--llama-3.2-3B-rank32-factor4-lr0.001--2026-08-05T17-07-38+00-00.json ADDED
@@ -0,0 +1,362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_info": {
3
+ "created_at": "2026-08-05T17:07:38+00:00",
4
+ "total_time": 1546.6131941369968,
5
+ "experiment_name": "lokr/llama-3.2-3B-rank32-factor4-lr0.001",
6
+ "peft_branch": "auto-research",
7
+ "train_config": {
8
+ "model_id": "meta-llama/Llama-3.2-3B",
9
+ "dtype": "bfloat16",
10
+ "max_seq_length": 768,
11
+ "batch_size": 4,
12
+ "batch_size_eval": 50,
13
+ "max_steps": 5000,
14
+ "eval_steps": 250,
15
+ "compile": false,
16
+ "use_gc": false,
17
+ "query_template": "Question: {query} Think step by step.\nAnswer:",
18
+ "seed": 0,
19
+ "grad_norm_clip": 1.0,
20
+ "optimizer_type": "AdamW",
21
+ "optimizer_kwargs": {
22
+ "lr": 0.001,
23
+ "weight_decay": 0.1
24
+ },
25
+ "lr_scheduler": "cosine",
26
+ "use_amp": false,
27
+ "autocast_adapter_dtype": true,
28
+ "generation_kwargs": {
29
+ "max_length": 800,
30
+ "max_new_tokens": 300
31
+ },
32
+ "attn_implementation": null,
33
+ "init_kv_cache_prefix": null
34
+ },
35
+ "peft_config": {
36
+ "task_type": null,
37
+ "peft_type": "LOKR",
38
+ "auto_mapping": null,
39
+ "peft_version": "0.20.1.dev0@UNKNOWN",
40
+ "base_model_name_or_path": "meta-llama/Llama-3.2-3B",
41
+ "revision": null,
42
+ "inference_mode": false,
43
+ "rank_pattern": {},
44
+ "alpha_pattern": {},
45
+ "r": 32,
46
+ "alpha": 64,
47
+ "rank_dropout": 0.0,
48
+ "module_dropout": 0.0,
49
+ "use_effective_conv2d": false,
50
+ "decompose_both": false,
51
+ "decompose_factor": 4,
52
+ "rank_dropout_scale": false,
53
+ "target_modules": [
54
+ "v_proj",
55
+ "q_proj"
56
+ ],
57
+ "exclude_modules": null,
58
+ "init_weights": true,
59
+ "layers_to_transform": null,
60
+ "layers_pattern": null,
61
+ "modules_to_save": null
62
+ },
63
+ "error_msg": ""
64
+ },
65
+ "train_info": {
66
+ "accelerator_memory_reserved_avg": 15813729006,
67
+ "accelerator_memory_max": 23603445760,
68
+ "accelerator_memory_reserved_99th": 21462253568,
69
+ "train_time": 1314.7368741209793,
70
+ "file_size": 9199776,
71
+ "num_trainable_params": 2294656,
72
+ "num_total_params": 3215044480,
73
+ "status": "success",
74
+ "metrics": [
75
+ {
76
+ "step": 250,
77
+ "valid accuracy": 0.3,
78
+ "train loss": 1.0161663095951081,
79
+ "train samples": 1000,
80
+ "train time": 44.565753069211496,
81
+ "eval time": 13.766088383999886,
82
+ "tokens / sec": 4750.710700909647,
83
+ "mem allocated avg": 6816982290.432,
84
+ "mem reserved avg": 15925411577.856,
85
+ "elapsed time": 85.46226108600968
86
+ },
87
+ {
88
+ "step": 500,
89
+ "valid accuracy": 0.38,
90
+ "train loss": 0.7154890269041061,
91
+ "train samples": 2000,
92
+ "train time": 44.36160620805458,
93
+ "eval time": 13.70357837001211,
94
+ "tokens / sec": 4688.62644477997,
95
+ "mem allocated avg": 6809787807.744,
96
+ "mem reserved avg": 15590773227.52,
97
+ "elapsed time": 147.68463174402132
98
+ },
99
+ {
100
+ "step": 750,
101
+ "valid accuracy": 0.44,
102
+ "train loss": 0.6800865457057953,
103
+ "train samples": 3000,
104
+ "train time": 45.21799132809974,
105
+ "eval time": 10.416135988984024,
106
+ "tokens / sec": 4741.497658405829,
107
+ "mem allocated avg": 6820353296.384,
108
+ "mem reserved avg": 15783870595.072,
109
+ "elapsed time": 207.43689091701526
110
+ },
111
+ {
112
+ "step": 1000,
113
+ "valid accuracy": 0.38,
114
+ "train loss": 0.6610932334661483,
115
+ "train samples": 4000,
116
+ "train time": 43.50991478617652,
117
+ "eval time": 13.727248279988999,
118
+ "tokens / sec": 4788.241967924749,
119
+ "mem allocated avg": 6811382177.792,
120
+ "mem reserved avg": 15812651909.12,
121
+ "elapsed time": 268.92848025701824
122
+ },
123
+ {
124
+ "step": 1250,
125
+ "valid accuracy": 0.42,
126
+ "train loss": 0.6575651440620423,
127
+ "train samples": 5000,
128
+ "train time": 43.86161071388051,
129
+ "eval time": 12.016878391004866,
130
+ "tokens / sec": 4754.453760495525,
131
+ "mem allocated avg": 6811189080.064,
132
+ "mem reserved avg": 15849394012.16,
133
+ "elapsed time": 328.95342484102
134
+ },
135
+ {
136
+ "step": 1500,
137
+ "valid accuracy": 0.4,
138
+ "train loss": 0.6488472428321839,
139
+ "train samples": 6000,
140
+ "train time": 44.450407360622194,
141
+ "eval time": 12.069276472990168,
142
+ "tokens / sec": 4709.31567177138,
143
+ "mem allocated avg": 6813455890.432,
144
+ "mem reserved avg": 15758318895.104,
145
+ "elapsed time": 389.6669018280227
146
+ },
147
+ {
148
+ "step": 1750,
149
+ "valid accuracy": 0.4,
150
+ "train loss": 0.6409421992301941,
151
+ "train samples": 7000,
152
+ "train time": 43.89553755291854,
153
+ "eval time": 8.112704949016916,
154
+ "tokens / sec": 4769.391415872531,
155
+ "mem allocated avg": 6814575978.496,
156
+ "mem reserved avg": 16176843325.44,
157
+ "elapsed time": 445.87124504201347
158
+ },
159
+ {
160
+ "step": 2000,
161
+ "valid accuracy": 0.42,
162
+ "train loss": 0.6436473038196564,
163
+ "train samples": 8000,
164
+ "train time": 43.46780985026271,
165
+ "eval time": 13.70299476198852,
166
+ "tokens / sec": 4778.156541943756,
167
+ "mem allocated avg": 6810022129.664,
168
+ "mem reserved avg": 15811108405.248,
169
+ "elapsed time": 507.305808789999
170
+ },
171
+ {
172
+ "step": 2250,
173
+ "valid accuracy": 0.46,
174
+ "train loss": 0.6351276015043259,
175
+ "train samples": 9000,
176
+ "train time": 45.941694433102384,
177
+ "eval time": 13.683427158015547,
178
+ "tokens / sec": 4678.712935000574,
179
+ "mem allocated avg": 6821545334.784,
180
+ "mem reserved avg": 16136871608.32,
181
+ "elapsed time": 571.1446734110068
182
+ },
183
+ {
184
+ "step": 2500,
185
+ "valid accuracy": 0.44,
186
+ "train loss": 0.6321750155687332,
187
+ "train samples": 10000,
188
+ "train time": 42.98558233407675,
189
+ "eval time": 10.8900341510016,
190
+ "tokens / sec": 4791.536808766692,
191
+ "mem allocated avg": 6807899869.184,
192
+ "mem reserved avg": 15569608769.536,
193
+ "elapsed time": 629.1753076720051
194
+ },
195
+ {
196
+ "step": 2750,
197
+ "valid accuracy": 0.46,
198
+ "train loss": 0.623354480266571,
199
+ "train samples": 11000,
200
+ "train time": 43.88556467826129,
201
+ "eval time": 8.260783003992401,
202
+ "tokens / sec": 4828.034037008876,
203
+ "mem allocated avg": 6817548113.92,
204
+ "mem reserved avg": 15957439283.2,
205
+ "elapsed time": 685.4198551190202
206
+ },
207
+ {
208
+ "step": 3000,
209
+ "valid accuracy": 0.4,
210
+ "train loss": 0.6137815948724746,
211
+ "train samples": 12000,
212
+ "train time": 43.619943306664936,
213
+ "eval time": 9.229391172993928,
214
+ "tokens / sec": 4785.219424347734,
215
+ "mem allocated avg": 6813387800.576,
216
+ "mem reserved avg": 15859359678.464,
217
+ "elapsed time": 742.4976472580165
218
+ },
219
+ {
220
+ "step": 3250,
221
+ "valid accuracy": 0.5,
222
+ "train loss": 0.6225851331949234,
223
+ "train samples": 13000,
224
+ "train time": 44.45619710412575,
225
+ "eval time": 13.625753461994464,
226
+ "tokens / sec": 4744.018016341469,
227
+ "mem allocated avg": 6815676938.24,
228
+ "mem reserved avg": 15804858892.288,
229
+ "elapsed time": 804.7041690270125
230
+ },
231
+ {
232
+ "step": 3500,
233
+ "valid accuracy": 0.44,
234
+ "train loss": 0.6047447552680969,
235
+ "train samples": 14000,
236
+ "train time": 45.048323025373975,
237
+ "eval time": 13.649868922017049,
238
+ "tokens / sec": 4656.11116937374,
239
+ "mem allocated avg": 6813028171.776,
240
+ "mem reserved avg": 15719949402.112,
241
+ "elapsed time": 867.6115258440259
242
+ },
243
+ {
244
+ "step": 3750,
245
+ "valid accuracy": 0.5,
246
+ "train loss": 0.6024837223291397,
247
+ "train samples": 15000,
248
+ "train time": 45.74933339908603,
249
+ "eval time": 10.695509596989723,
250
+ "tokens / sec": 4736.746612450735,
251
+ "mem allocated avg": 6824250314.752,
252
+ "mem reserved avg": 16002880372.736,
253
+ "elapsed time": 928.2686512710061
254
+ },
255
+ {
256
+ "step": 4000,
257
+ "valid accuracy": 0.44,
258
+ "train loss": 0.6132795907258988,
259
+ "train samples": 16000,
260
+ "train time": 43.87121415033471,
261
+ "eval time": 8.80364583901246,
262
+ "tokens / sec": 4658.476040796805,
263
+ "mem allocated avg": 6805346758.656,
264
+ "mem reserved avg": 15795564314.624,
265
+ "elapsed time": 985.1485650210234
266
+ },
267
+ {
268
+ "step": 4250,
269
+ "valid accuracy": 0.4,
270
+ "train loss": 0.5986514059305191,
271
+ "train samples": 17000,
272
+ "train time": 43.865029192122165,
273
+ "eval time": 9.22572749099345,
274
+ "tokens / sec": 4819.078064992235,
275
+ "mem allocated avg": 6816118788.096,
276
+ "mem reserved avg": 15759350693.888,
277
+ "elapsed time": 1042.2822316290112
278
+ },
279
+ {
280
+ "step": 4500,
281
+ "valid accuracy": 0.54,
282
+ "train loss": 0.6039946029186248,
283
+ "train samples": 18000,
284
+ "train time": 43.74795002306928,
285
+ "eval time": 13.635402487008832,
286
+ "tokens / sec": 4750.348299529758,
287
+ "mem allocated avg": 6811553531.904,
288
+ "mem reserved avg": 15635811663.872,
289
+ "elapsed time": 1103.884899763012
290
+ },
291
+ {
292
+ "step": 4750,
293
+ "valid accuracy": 0.42,
294
+ "train loss": 0.5956217089891434,
295
+ "train samples": 19000,
296
+ "train time": 44.844085472112056,
297
+ "eval time": 10.099945699999807,
298
+ "tokens / sec": 4681.531528400959,
299
+ "mem allocated avg": 6813660581.888,
300
+ "mem reserved avg": 15827466190.848,
301
+ "elapsed time": 1162.9690284210083
302
+ },
303
+ {
304
+ "step": 5000,
305
+ "valid accuracy": 0.5,
306
+ "train loss": 0.603061123251915,
307
+ "train samples": 20000,
308
+ "train time": 43.117642779659946,
309
+ "eval time": 8.968568419018993,
310
+ "tokens / sec": 4830.505254295876,
311
+ "mem allocated avg": 6810714724.352,
312
+ "mem reserved avg": 15497047310.336,
313
+ "elapsed time": 1219.1641551900248
314
+ },
315
+ {
316
+ "step": 5000,
317
+ "test accuracy": 0.45564821834723274,
318
+ "train loss": 0.603061123251915,
319
+ "train samples": 20000,
320
+ "train total tokens": 4198051,
321
+ "forgetting": 0.08525705337524414
322
+ }
323
+ ]
324
+ },
325
+ "meta_info": {
326
+ "model_info": {
327
+ "sha": "13afe5124825b4f3751f836b40dafda64c1ed062",
328
+ "created_at": "2024-09-18T15:23:48+00:00"
329
+ },
330
+ "dataset_info": {
331
+ "metamath": {
332
+ "sha": "aa4f34d3d2d3231299b5b03d9b3e5a20da45aa18",
333
+ "created_at": "2023-09-21T17:22:46+00:00"
334
+ },
335
+ "gsm8k": {
336
+ "sha": "740312add88f781978c0658806c59bc2815b9866",
337
+ "created_at": "2022-04-12T10:22:10+00:00"
338
+ }
339
+ },
340
+ "package_info": {
341
+ "transformers-version": "5.12.1",
342
+ "transformers-commit-hash": null,
343
+ "peft-version": "0.20.1.dev0",
344
+ "peft-commit-hash": "c702de402330f48c0d8b1f260d59413aa3110b65",
345
+ "datasets-version": "4.8.4",
346
+ "datasets-commit-hash": null,
347
+ "bitsandbytes-version": "0.49.2",
348
+ "bitsandbytes-commit-hash": null,
349
+ "torch-version": "2.11.0+cu130",
350
+ "torch-commit-hash": null
351
+ },
352
+ "system_info": {
353
+ "system": "Linux",
354
+ "release": "7.0.0-1009-aws",
355
+ "version": "#9~24.04.1-Ubuntu SMP PREEMPT Mon Jul 13 22:43:41 UTC 2026",
356
+ "machine": "x86_64",
357
+ "processor": "x86_64",
358
+ "accelerator": "NVIDIA L40S"
359
+ },
360
+ "pytorch_info": "PyTorch built with:\n - GCC 13.3\n - C++ Version: 201703\n - Intel(R) oneAPI Math Kernel Library Version 2024.2-Product Build 20240605 for Intel(R) 64 architecture applications\n - Intel(R) MKL-DNN v3.10.2 (Git Hash f1d471933dc852f956fd05389f9313c7148783d5)\n - OpenMP 201511 (a.k.a. OpenMP 4.5)\n - LAPACK is enabled (usually provided by MKL)\n - NNPACK is enabled\n - CPU capability usage: AVX2\n - CUDA Runtime 13.0\n - NVCC architecture flags: -gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_90,code=sm_90;-gencode;arch=compute_100,code=sm_100;-gencode;arch=compute_120,code=sm_120\n - CuDNN 90.7.1 (built against CUDA 12.8)\n - Built with CuDNN 91.9\n - Magma 2.6.1\n - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=70d99e998b4955e0049d13a98d77ae1b14db1f45, CUDA_VERSION=13.0, CUDNN_VERSION=9.19.0, CXX_COMPILER=/opt/rh/gcc-toolset-13/root/usr/bin/c++, CXX_FLAGS= -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_MSLK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -DC10_NODEPRECATED -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -faligned-new -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-dangling-reference -Wno-error=dangling-reference -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.11.0, USE_CUDA=ON, USE_CUDNN=ON, USE_CUSPARSELT=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=1, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, USE_ROCM_KERNEL_ASSERT=OFF, USE_XCCL=OFF, USE_XPU=OFF, \n"
361
+ }
362
+ }
lokr--llama-3.2-3B-rank32-factor8-all-linear-lr0.003--2026-08-06T10-13-59+00-00.json ADDED
@@ -0,0 +1,367 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_info": {
3
+ "created_at": "2026-08-06T10:13:59+00:00",
4
+ "total_time": 4814.026151216996,
5
+ "experiment_name": "lokr/llama-3.2-3B-rank32-factor8-all-linear-lr0.003",
6
+ "peft_branch": "auto-research",
7
+ "train_config": {
8
+ "model_id": "meta-llama/Llama-3.2-3B",
9
+ "dtype": "bfloat16",
10
+ "max_seq_length": 768,
11
+ "batch_size": 4,
12
+ "batch_size_eval": 50,
13
+ "max_steps": 5000,
14
+ "eval_steps": 250,
15
+ "compile": false,
16
+ "use_gc": false,
17
+ "query_template": "Question: {query} Think step by step.\nAnswer:",
18
+ "seed": 0,
19
+ "grad_norm_clip": 1.0,
20
+ "optimizer_type": "AdamW",
21
+ "optimizer_kwargs": {
22
+ "lr": 0.003,
23
+ "weight_decay": 0.1
24
+ },
25
+ "lr_scheduler": "cosine",
26
+ "use_amp": false,
27
+ "autocast_adapter_dtype": true,
28
+ "generation_kwargs": {
29
+ "max_length": 800,
30
+ "max_new_tokens": 300
31
+ },
32
+ "attn_implementation": null,
33
+ "init_kv_cache_prefix": null
34
+ },
35
+ "peft_config": {
36
+ "task_type": null,
37
+ "peft_type": "LOKR",
38
+ "auto_mapping": null,
39
+ "peft_version": "0.20.1.dev0@UNKNOWN",
40
+ "base_model_name_or_path": "meta-llama/Llama-3.2-3B",
41
+ "revision": null,
42
+ "inference_mode": false,
43
+ "rank_pattern": {},
44
+ "alpha_pattern": {},
45
+ "r": 32,
46
+ "alpha": 64,
47
+ "rank_dropout": 0.0,
48
+ "module_dropout": 0.0,
49
+ "use_effective_conv2d": false,
50
+ "decompose_both": false,
51
+ "decompose_factor": 8,
52
+ "rank_dropout_scale": false,
53
+ "target_modules": [
54
+ "down_proj",
55
+ "k_proj",
56
+ "up_proj",
57
+ "o_proj",
58
+ "v_proj",
59
+ "q_proj",
60
+ "gate_proj"
61
+ ],
62
+ "exclude_modules": null,
63
+ "init_weights": true,
64
+ "layers_to_transform": null,
65
+ "layers_pattern": null,
66
+ "modules_to_save": null
67
+ },
68
+ "error_msg": ""
69
+ },
70
+ "train_info": {
71
+ "accelerator_memory_reserved_avg": 28733233902,
72
+ "accelerator_memory_max": 40372273152,
73
+ "accelerator_memory_reserved_99th": 36979081216,
74
+ "train_time": 4292.985215063964,
75
+ "file_size": 24437952,
76
+ "num_trainable_params": 6091008,
77
+ "num_total_params": 3218840832,
78
+ "status": "success",
79
+ "metrics": [
80
+ {
81
+ "step": 250,
82
+ "valid accuracy": 0.38,
83
+ "train loss": 0.8615508460998536,
84
+ "train samples": 1000,
85
+ "train time": 171.43761316602468,
86
+ "eval time": 30.569398073013872,
87
+ "tokens / sec": 1234.9623638014941,
88
+ "mem allocated avg": 6873432496.128,
89
+ "mem reserved avg": 28930102788.096,
90
+ "elapsed time": 233.96793232500204
91
+ },
92
+ {
93
+ "step": 500,
94
+ "valid accuracy": 0.36,
95
+ "train loss": 0.7002903352975846,
96
+ "train samples": 2000,
97
+ "train time": 171.33122572375578,
98
+ "eval time": 30.383617023995612,
99
+ "tokens / sec": 1213.993532827219,
100
+ "mem allocated avg": 6865498011.648,
101
+ "mem reserved avg": 28395521966.08,
102
+ "elapsed time": 442.96696859801887
103
+ },
104
+ {
105
+ "step": 750,
106
+ "valid accuracy": 0.26,
107
+ "train loss": 0.7056614835262298,
108
+ "train samples": 3000,
109
+ "train time": 172.8551740029361,
110
+ "eval time": 30.535659058979945,
111
+ "tokens / sec": 1240.3504913098996,
112
+ "mem allocated avg": 6876121849.856,
113
+ "mem reserved avg": 28633364168.704,
114
+ "elapsed time": 653.4886630160036
115
+ },
116
+ {
117
+ "step": 1000,
118
+ "valid accuracy": 0.32,
119
+ "train loss": 0.6885825423002243,
120
+ "train samples": 4000,
121
+ "train time": 169.4359879681724,
122
+ "eval time": 30.406957479019184,
123
+ "tokens / sec": 1229.5852994296272,
124
+ "mem allocated avg": 6867443728.384,
125
+ "mem reserved avg": 28759604330.496,
126
+ "elapsed time": 860.6749559840246
127
+ },
128
+ {
129
+ "step": 1250,
130
+ "valid accuracy": 0.34,
131
+ "train loss": 0.6797382447719574,
132
+ "train samples": 5000,
133
+ "train time": 168.55452173313824,
134
+ "eval time": 30.731183161988156,
135
+ "tokens / sec": 1237.2139166350285,
136
+ "mem allocated avg": 6867681554.432,
137
+ "mem reserved avg": 28730613301.248,
138
+ "elapsed time": 1067.156196824013
139
+ },
140
+ {
141
+ "step": 1500,
142
+ "valid accuracy": 0.42,
143
+ "train loss": 0.6683728358745575,
144
+ "train samples": 6000,
145
+ "train time": 174.49907591292867,
146
+ "eval time": 30.453326868999284,
147
+ "tokens / sec": 1199.610937220388,
148
+ "mem allocated avg": 6869211674.624,
149
+ "mem reserved avg": 28693585985.536,
150
+ "elapsed time": 1279.4822671050206
151
+ },
152
+ {
153
+ "step": 1750,
154
+ "valid accuracy": 0.44,
155
+ "train loss": 0.6583834865093231,
156
+ "train samples": 7000,
157
+ "train time": 170.7857195379038,
158
+ "eval time": 25.239067126007285,
159
+ "tokens / sec": 1225.834341222752,
160
+ "mem allocated avg": 6870617331.712,
161
+ "mem reserved avg": 29237360721.92,
162
+ "elapsed time": 1482.7154341220157
163
+ },
164
+ {
165
+ "step": 2000,
166
+ "valid accuracy": 0.4,
167
+ "train loss": 0.6530058711767197,
168
+ "train samples": 8000,
169
+ "train time": 170.49540531635284,
170
+ "eval time": 20.073756367026363,
171
+ "tokens / sec": 1218.1911859420595,
172
+ "mem allocated avg": 6866557816.832,
173
+ "mem reserved avg": 28706730934.272,
174
+ "elapsed time": 1680.7453745120147
175
+ },
176
+ {
177
+ "step": 2250,
178
+ "valid accuracy": 0.38,
179
+ "train loss": 0.6375795097351075,
180
+ "train samples": 9000,
181
+ "train time": 172.48475469491677,
182
+ "eval time": 30.480793218011968,
183
+ "tokens / sec": 1246.185498423848,
184
+ "mem allocated avg": 6878300321.792,
185
+ "mem reserved avg": 29174731374.592,
186
+ "elapsed time": 1890.9911642649968
187
+ },
188
+ {
189
+ "step": 2500,
190
+ "valid accuracy": 0.44,
191
+ "train loss": 0.6300644111633301,
192
+ "train samples": 10000,
193
+ "train time": 170.72695773094893,
194
+ "eval time": 30.564193555997917,
195
+ "tokens / sec": 1206.4117040296962,
196
+ "mem allocated avg": 6863159779.328,
197
+ "mem reserved avg": 28354786885.632,
198
+ "elapsed time": 2099.5891719350184
199
+ },
200
+ {
201
+ "step": 2750,
202
+ "valid accuracy": 0.46,
203
+ "train loss": 0.6156140941381455,
204
+ "train samples": 11000,
205
+ "train time": 175.56682728099986,
206
+ "eval time": 30.624924142000964,
207
+ "tokens / sec": 1206.839602226668,
208
+ "mem allocated avg": 6873532012.544,
209
+ "mem reserved avg": 29056410058.752,
210
+ "elapsed time": 2313.028025173
211
+ },
212
+ {
213
+ "step": 3000,
214
+ "valid accuracy": 0.4,
215
+ "train loss": 0.6006648186445236,
216
+ "train samples": 12000,
217
+ "train time": 168.66434494018904,
218
+ "eval time": 18.980127498012735,
219
+ "tokens / sec": 1237.5526082529132,
220
+ "mem allocated avg": 6868978239.488,
221
+ "mem reserved avg": 28823433248.768,
222
+ "elapsed time": 2508.053776479006
223
+ },
224
+ {
225
+ "step": 3250,
226
+ "valid accuracy": 0.56,
227
+ "train loss": 0.6037812237739563,
228
+ "train samples": 13000,
229
+ "train time": 171.0474435731303,
230
+ "eval time": 24.763687291997485,
231
+ "tokens / sec": 1232.9970889616397,
232
+ "mem allocated avg": 6870784204.8,
233
+ "mem reserved avg": 28628398112.768,
234
+ "elapsed time": 2710.9462912730232
235
+ },
236
+ {
237
+ "step": 3500,
238
+ "valid accuracy": 0.46,
239
+ "train loss": 0.5813168592453003,
240
+ "train samples": 14000,
241
+ "train time": 171.50457438497688,
242
+ "eval time": 22.86701555599575,
243
+ "tokens / sec": 1222.9994491527293,
244
+ "mem allocated avg": 6869285494.784,
245
+ "mem reserved avg": 28652557303.808,
246
+ "elapsed time": 2912.6192737650126
247
+ },
248
+ {
249
+ "step": 3750,
250
+ "valid accuracy": 0.62,
251
+ "train loss": 0.5727146596908569,
252
+ "train samples": 15000,
253
+ "train time": 174.36638085806044,
254
+ "eval time": 24.90966416199808,
255
+ "tokens / sec": 1242.8026488454955,
256
+ "mem allocated avg": 6880991285.248,
257
+ "mem reserved avg": 29152602226.688,
258
+ "elapsed time": 3119.1520819069992
259
+ },
260
+ {
261
+ "step": 4000,
262
+ "valid accuracy": 0.48,
263
+ "train loss": 0.5771222689151764,
264
+ "train samples": 16000,
265
+ "train time": 166.84103391700773,
266
+ "eval time": 21.578396992990747,
267
+ "tokens / sec": 1224.9564462760516,
268
+ "mem allocated avg": 6861483413.504,
269
+ "mem reserved avg": 28693292384.256,
270
+ "elapsed time": 3314.887631963007
271
+ },
272
+ {
273
+ "step": 4250,
274
+ "valid accuracy": 0.48,
275
+ "train loss": 0.5596228052377701,
276
+ "train samples": 17000,
277
+ "train time": 168.76604135675007,
278
+ "eval time": 26.615190682001412,
279
+ "tokens / sec": 1252.5564876712988,
280
+ "mem allocated avg": 6871832551.424,
281
+ "mem reserved avg": 28660518092.8,
282
+ "elapsed time": 3517.33625098801
283
+ },
284
+ {
285
+ "step": 4500,
286
+ "valid accuracy": 0.56,
287
+ "train loss": 0.5638360705375671,
288
+ "train samples": 18000,
289
+ "train time": 170.94274596704054,
290
+ "eval time": 19.347630154981744,
291
+ "tokens / sec": 1215.7169865521487,
292
+ "mem allocated avg": 6867000530.944,
293
+ "mem reserved avg": 28579878404.096,
294
+ "elapsed time": 3714.970551975013
295
+ },
296
+ {
297
+ "step": 4750,
298
+ "valid accuracy": 0.54,
299
+ "train loss": 0.5517311846017837,
300
+ "train samples": 19000,
301
+ "train time": 172.1988175440929,
302
+ "eval time": 17.573275297996588,
303
+ "tokens / sec": 1219.1663275866772,
304
+ "mem allocated avg": 6869788155.904,
305
+ "mem reserved avg": 28620730925.056,
306
+ "elapsed time": 3911.9516312760243
307
+ },
308
+ {
309
+ "step": 5000,
310
+ "valid accuracy": 0.52,
311
+ "train loss": 0.5587065149545669,
312
+ "train samples": 20000,
313
+ "train time": 168.7623130355787,
314
+ "eval time": 20.3918305770203,
315
+ "tokens / sec": 1234.161799833178,
316
+ "mem allocated avg": 6866212829.184,
317
+ "mem reserved avg": 28180454834.176,
318
+ "elapsed time": 4108.278737300017
319
+ },
320
+ {
321
+ "step": 5000,
322
+ "test accuracy": 0.5079605761940864,
323
+ "train loss": 0.5587065149545669,
324
+ "train samples": 20000,
325
+ "train total tokens": 4198051,
326
+ "forgetting": 0.18798315525054932
327
+ }
328
+ ]
329
+ },
330
+ "meta_info": {
331
+ "model_info": {
332
+ "sha": "13afe5124825b4f3751f836b40dafda64c1ed062",
333
+ "created_at": "2024-09-18T15:23:48+00:00"
334
+ },
335
+ "dataset_info": {
336
+ "metamath": {
337
+ "sha": "aa4f34d3d2d3231299b5b03d9b3e5a20da45aa18",
338
+ "created_at": "2023-09-21T17:22:46+00:00"
339
+ },
340
+ "gsm8k": {
341
+ "sha": "740312add88f781978c0658806c59bc2815b9866",
342
+ "created_at": "2022-04-12T10:22:10+00:00"
343
+ }
344
+ },
345
+ "package_info": {
346
+ "transformers-version": "5.12.1",
347
+ "transformers-commit-hash": null,
348
+ "peft-version": "0.20.1.dev0",
349
+ "peft-commit-hash": "c702de402330f48c0d8b1f260d59413aa3110b65",
350
+ "datasets-version": "4.8.4",
351
+ "datasets-commit-hash": null,
352
+ "bitsandbytes-version": "0.49.2",
353
+ "bitsandbytes-commit-hash": null,
354
+ "torch-version": "2.11.0+cu130",
355
+ "torch-commit-hash": null
356
+ },
357
+ "system_info": {
358
+ "system": "Linux",
359
+ "release": "7.0.0-1009-aws",
360
+ "version": "#9~24.04.1-Ubuntu SMP PREEMPT Mon Jul 13 22:43:41 UTC 2026",
361
+ "machine": "x86_64",
362
+ "processor": "x86_64",
363
+ "accelerator": "NVIDIA L40S"
364
+ },
365
+ "pytorch_info": "PyTorch built with:\n - GCC 13.3\n - C++ Version: 201703\n - Intel(R) oneAPI Math Kernel Library Version 2024.2-Product Build 20240605 for Intel(R) 64 architecture applications\n - Intel(R) MKL-DNN v3.10.2 (Git Hash f1d471933dc852f956fd05389f9313c7148783d5)\n - OpenMP 201511 (a.k.a. OpenMP 4.5)\n - LAPACK is enabled (usually provided by MKL)\n - NNPACK is enabled\n - CPU capability usage: AVX2\n - CUDA Runtime 13.0\n - NVCC architecture flags: -gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_90,code=sm_90;-gencode;arch=compute_100,code=sm_100;-gencode;arch=compute_120,code=sm_120\n - CuDNN 90.7.1 (built against CUDA 12.8)\n - Built with CuDNN 91.9\n - Magma 2.6.1\n - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=70d99e998b4955e0049d13a98d77ae1b14db1f45, CUDA_VERSION=13.0, CUDNN_VERSION=9.19.0, CXX_COMPILER=/opt/rh/gcc-toolset-13/root/usr/bin/c++, CXX_FLAGS= -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_MSLK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -DC10_NODEPRECATED -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -faligned-new -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-dangling-reference -Wno-error=dangling-reference -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.11.0, USE_CUDA=ON, USE_CUDNN=ON, USE_CUSPARSELT=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=1, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, USE_ROCM_KERNEL_ASSERT=OFF, USE_XCCL=OFF, USE_XPU=OFF, \n"
366
+ }
367
+ }
lokr--llama-3.2-3B-rank32-factor8-lr0.003--2026-08-06T12-43-21+00-00.json ADDED
@@ -0,0 +1,362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_info": {
3
+ "created_at": "2026-08-06T12:43:21+00:00",
4
+ "total_time": 1532.9845309570082,
5
+ "experiment_name": "lokr/llama-3.2-3B-rank32-factor8-lr0.003",
6
+ "peft_branch": "auto-research",
7
+ "train_config": {
8
+ "model_id": "meta-llama/Llama-3.2-3B",
9
+ "dtype": "bfloat16",
10
+ "max_seq_length": 768,
11
+ "batch_size": 4,
12
+ "batch_size_eval": 50,
13
+ "max_steps": 5000,
14
+ "eval_steps": 250,
15
+ "compile": false,
16
+ "use_gc": false,
17
+ "query_template": "Question: {query} Think step by step.\nAnswer:",
18
+ "seed": 0,
19
+ "grad_norm_clip": 1.0,
20
+ "optimizer_type": "AdamW",
21
+ "optimizer_kwargs": {
22
+ "lr": 0.003,
23
+ "weight_decay": 0.1
24
+ },
25
+ "lr_scheduler": "cosine",
26
+ "use_amp": false,
27
+ "autocast_adapter_dtype": true,
28
+ "generation_kwargs": {
29
+ "max_length": 800,
30
+ "max_new_tokens": 300
31
+ },
32
+ "attn_implementation": null,
33
+ "init_kv_cache_prefix": null
34
+ },
35
+ "peft_config": {
36
+ "task_type": null,
37
+ "peft_type": "LOKR",
38
+ "auto_mapping": null,
39
+ "peft_version": "0.20.1.dev0@UNKNOWN",
40
+ "base_model_name_or_path": "meta-llama/Llama-3.2-3B",
41
+ "revision": null,
42
+ "inference_mode": false,
43
+ "rank_pattern": {},
44
+ "alpha_pattern": {},
45
+ "r": 32,
46
+ "alpha": 64,
47
+ "rank_dropout": 0.0,
48
+ "module_dropout": 0.0,
49
+ "use_effective_conv2d": false,
50
+ "decompose_both": false,
51
+ "decompose_factor": 8,
52
+ "rank_dropout_scale": false,
53
+ "target_modules": [
54
+ "q_proj",
55
+ "v_proj"
56
+ ],
57
+ "exclude_modules": null,
58
+ "init_weights": true,
59
+ "layers_to_transform": null,
60
+ "layers_pattern": null,
61
+ "modules_to_save": null
62
+ },
63
+ "error_msg": ""
64
+ },
65
+ "train_info": {
66
+ "accelerator_memory_reserved_avg": 15824497462,
67
+ "accelerator_memory_max": 23595057152,
68
+ "accelerator_memory_reserved_99th": 21386756096,
69
+ "train_time": 1307.3613977189816,
70
+ "file_size": 4622968,
71
+ "num_trainable_params": 1150464,
72
+ "num_total_params": 3213900288,
73
+ "status": "success",
74
+ "metrics": [
75
+ {
76
+ "step": 250,
77
+ "valid accuracy": 0.32,
78
+ "train loss": 0.9270877740383148,
79
+ "train samples": 1000,
80
+ "train time": 43.66479822300607,
81
+ "eval time": 13.922552911011735,
82
+ "tokens / sec": 4848.73418900742,
83
+ "mem allocated avg": 6799740565.504,
84
+ "mem reserved avg": 15942247514.112,
85
+ "elapsed time": 85.75519717100542
86
+ },
87
+ {
88
+ "step": 500,
89
+ "valid accuracy": 0.34,
90
+ "train loss": 0.7118661236763001,
91
+ "train samples": 2000,
92
+ "train time": 43.944341480208095,
93
+ "eval time": 13.804070371988928,
94
+ "tokens / sec": 4733.146361828587,
95
+ "mem allocated avg": 6792644532.224,
96
+ "mem reserved avg": 15596393594.88,
97
+ "elapsed time": 147.75061033500242
98
+ },
99
+ {
100
+ "step": 750,
101
+ "valid accuracy": 0.28,
102
+ "train loss": 0.693268860578537,
103
+ "train samples": 3000,
104
+ "train time": 45.00842113170074,
105
+ "eval time": 13.829937142989365,
106
+ "tokens / sec": 4763.575229014002,
107
+ "mem allocated avg": 6802870536.192,
108
+ "mem reserved avg": 15802895958.016,
109
+ "elapsed time": 210.7075444869988
110
+ },
111
+ {
112
+ "step": 1000,
113
+ "valid accuracy": 0.32,
114
+ "train loss": 0.6756969265937806,
115
+ "train samples": 4000,
116
+ "train time": 43.577776318008546,
117
+ "eval time": 10.035979694977868,
118
+ "tokens / sec": 4780.785473762346,
119
+ "mem allocated avg": 6793522110.464,
120
+ "mem reserved avg": 15816049295.36,
121
+ "elapsed time": 268.5969132730097
122
+ },
123
+ {
124
+ "step": 1250,
125
+ "valid accuracy": 0.32,
126
+ "train loss": 0.6747316555976868,
127
+ "train samples": 5000,
128
+ "train time": 43.6757008919958,
129
+ "eval time": 10.33713387500029,
130
+ "tokens / sec": 4774.691550244076,
131
+ "mem allocated avg": 6794507005.952,
132
+ "mem reserved avg": 15854636892.16,
133
+ "elapsed time": 326.7247922690003
134
+ },
135
+ {
136
+ "step": 1500,
137
+ "valid accuracy": 0.42,
138
+ "train loss": 0.6669513373374939,
139
+ "train samples": 6000,
140
+ "train time": 44.722955610981444,
141
+ "eval time": 8.636160207999637,
142
+ "tokens / sec": 4680.616411420718,
143
+ "mem allocated avg": 6795964114.944,
144
+ "mem reserved avg": 15784088698.88,
145
+ "elapsed time": 384.3359192000062
146
+ },
147
+ {
148
+ "step": 1750,
149
+ "valid accuracy": 0.46,
150
+ "train loss": 0.6600646764039994,
151
+ "train samples": 7000,
152
+ "train time": 44.147544838750036,
153
+ "eval time": 7.810703630006174,
154
+ "tokens / sec": 4742.166314450195,
155
+ "mem allocated avg": 6797846458.368,
156
+ "mem reserved avg": 16197387026.432,
157
+ "elapsed time": 440.50814956301474
158
+ },
159
+ {
160
+ "step": 2000,
161
+ "valid accuracy": 0.46,
162
+ "train loss": 0.6624095524549485,
163
+ "train samples": 8000,
164
+ "train time": 43.98306571893045,
165
+ "eval time": 7.598463203001302,
166
+ "tokens / sec": 4722.181062303872,
167
+ "mem allocated avg": 6793247461.376,
168
+ "mem reserved avg": 15799850893.312,
169
+ "elapsed time": 496.3889749700029
170
+ },
171
+ {
172
+ "step": 2250,
173
+ "valid accuracy": 0.36,
174
+ "train loss": 0.6519601926803589,
175
+ "train samples": 9000,
176
+ "train time": 45.462686326907715,
177
+ "eval time": 13.740995499014389,
178
+ "tokens / sec": 4728.009217369544,
179
+ "mem allocated avg": 6804674760.704,
180
+ "mem reserved avg": 16098552446.976,
181
+ "elapsed time": 559.7353278819937
182
+ },
183
+ {
184
+ "step": 2500,
185
+ "valid accuracy": 0.38,
186
+ "train loss": 0.6490274410247803,
187
+ "train samples": 10000,
188
+ "train time": 42.95588268118445,
189
+ "eval time": 13.741985282016685,
190
+ "tokens / sec": 4794.84967236438,
191
+ "mem allocated avg": 6790849527.808,
192
+ "mem reserved avg": 15565380911.104,
193
+ "elapsed time": 620.6423299649905
194
+ },
195
+ {
196
+ "step": 2750,
197
+ "valid accuracy": 0.38,
198
+ "train loss": 0.638805770277977,
199
+ "train samples": 11000,
200
+ "train time": 44.075625506957294,
201
+ "eval time": 9.21670454001287,
202
+ "tokens / sec": 4807.214816873213,
203
+ "mem allocated avg": 6800556472.32,
204
+ "mem reserved avg": 15965735616.512,
205
+ "elapsed time": 678.0697450590087
206
+ },
207
+ {
208
+ "step": 3000,
209
+ "valid accuracy": 0.44,
210
+ "train loss": 0.6281948779821396,
211
+ "train samples": 12000,
212
+ "train time": 43.90088801126694,
213
+ "eval time": 10.656771742011188,
214
+ "tokens / sec": 4754.5963067177645,
215
+ "mem allocated avg": 6795873429.504,
216
+ "mem reserved avg": 15874777939.968,
217
+ "elapsed time": 736.8918209109979
218
+ },
219
+ {
220
+ "step": 3250,
221
+ "valid accuracy": 0.5,
222
+ "train loss": 0.6351900390386581,
223
+ "train samples": 13000,
224
+ "train time": 44.91159329522634,
225
+ "eval time": 13.774559659010265,
226
+ "tokens / sec": 4695.91445161258,
227
+ "mem allocated avg": 6798974142.464,
228
+ "mem reserved avg": 15770885029.888,
229
+ "elapsed time": 799.6646873739955
230
+ },
231
+ {
232
+ "step": 3500,
233
+ "valid accuracy": 0.52,
234
+ "train loss": 0.6157620249986648,
235
+ "train samples": 14000,
236
+ "train time": 43.8277162159211,
237
+ "eval time": 10.279233909997856,
238
+ "tokens / sec": 4785.784387364565,
239
+ "mem allocated avg": 6796146567.168,
240
+ "mem reserved avg": 15755340939.264,
241
+ "elapsed time": 858.011582512001
242
+ },
243
+ {
244
+ "step": 3750,
245
+ "valid accuracy": 0.54,
246
+ "train loss": 0.6115566066503525,
247
+ "train samples": 15000,
248
+ "train time": 44.967253953713225,
249
+ "eval time": 13.822728877014015,
250
+ "tokens / sec": 4819.12905384576,
251
+ "mem allocated avg": 6807568994.304,
252
+ "mem reserved avg": 16073713778.688,
253
+ "elapsed time": 921.0013866620138
254
+ },
255
+ {
256
+ "step": 4000,
257
+ "valid accuracy": 0.38,
258
+ "train loss": 0.6212958168983459,
259
+ "train samples": 16000,
260
+ "train time": 43.98874276672723,
261
+ "eval time": 13.764712378993863,
262
+ "tokens / sec": 4646.029578153488,
263
+ "mem allocated avg": 6788096286.72,
264
+ "mem reserved avg": 15774408245.248,
265
+ "elapsed time": 983.0344113839965
266
+ },
267
+ {
268
+ "step": 4250,
269
+ "valid accuracy": 0.44,
270
+ "train loss": 0.6039810788631439,
271
+ "train samples": 17000,
272
+ "train time": 43.837045381893404,
273
+ "eval time": 10.33728496299591,
274
+ "tokens / sec": 4822.154370999484,
275
+ "mem allocated avg": 6799123298.304,
276
+ "mem reserved avg": 15757891076.096,
277
+ "elapsed time": 1041.2764754859963
278
+ },
279
+ {
280
+ "step": 4500,
281
+ "valid accuracy": 0.52,
282
+ "train loss": 0.6095903199911118,
283
+ "train samples": 18000,
284
+ "train time": 43.668030562083004,
285
+ "eval time": 7.992580848978832,
286
+ "tokens / sec": 4759.04219459919,
287
+ "mem allocated avg": 6794387621.888,
288
+ "mem reserved avg": 15730720374.784,
289
+ "elapsed time": 1097.2214920280094
290
+ },
291
+ {
292
+ "step": 4750,
293
+ "valid accuracy": 0.44,
294
+ "train loss": 0.6002804050445557,
295
+ "train samples": 19000,
296
+ "train time": 44.70480700198095,
297
+ "eval time": 8.954350112006068,
298
+ "tokens / sec": 4696.116907309257,
299
+ "mem allocated avg": 6796872839.168,
300
+ "mem reserved avg": 15848370601.984,
301
+ "elapsed time": 1155.0104628030094
302
+ },
303
+ {
304
+ "step": 5000,
305
+ "valid accuracy": 0.44,
306
+ "train loss": 0.6074805817604065,
307
+ "train samples": 20000,
308
+ "train time": 43.53095386302448,
309
+ "eval time": 9.616009549994487,
310
+ "tokens / sec": 4784.641307318437,
311
+ "mem allocated avg": 6793322434.56,
312
+ "mem reserved avg": 15480622415.872,
313
+ "elapsed time": 1212.3254529940023
314
+ },
315
+ {
316
+ "step": 5000,
317
+ "test accuracy": 0.4533737680060652,
318
+ "train loss": 0.6074805817604065,
319
+ "train samples": 20000,
320
+ "train total tokens": 4198051,
321
+ "forgetting": 0.12120223045349121
322
+ }
323
+ ]
324
+ },
325
+ "meta_info": {
326
+ "model_info": {
327
+ "sha": "13afe5124825b4f3751f836b40dafda64c1ed062",
328
+ "created_at": "2024-09-18T15:23:48+00:00"
329
+ },
330
+ "dataset_info": {
331
+ "metamath": {
332
+ "sha": "aa4f34d3d2d3231299b5b03d9b3e5a20da45aa18",
333
+ "created_at": "2023-09-21T17:22:46+00:00"
334
+ },
335
+ "gsm8k": {
336
+ "sha": "740312add88f781978c0658806c59bc2815b9866",
337
+ "created_at": "2022-04-12T10:22:10+00:00"
338
+ }
339
+ },
340
+ "package_info": {
341
+ "transformers-version": "5.12.1",
342
+ "transformers-commit-hash": null,
343
+ "peft-version": "0.20.1.dev0",
344
+ "peft-commit-hash": "c702de402330f48c0d8b1f260d59413aa3110b65",
345
+ "datasets-version": "4.8.4",
346
+ "datasets-commit-hash": null,
347
+ "bitsandbytes-version": "0.49.2",
348
+ "bitsandbytes-commit-hash": null,
349
+ "torch-version": "2.11.0+cu130",
350
+ "torch-commit-hash": null
351
+ },
352
+ "system_info": {
353
+ "system": "Linux",
354
+ "release": "7.0.0-1009-aws",
355
+ "version": "#9~24.04.1-Ubuntu SMP PREEMPT Mon Jul 13 22:43:41 UTC 2026",
356
+ "machine": "x86_64",
357
+ "processor": "x86_64",
358
+ "accelerator": "NVIDIA L40S"
359
+ },
360
+ "pytorch_info": "PyTorch built with:\n - GCC 13.3\n - C++ Version: 201703\n - Intel(R) oneAPI Math Kernel Library Version 2024.2-Product Build 20240605 for Intel(R) 64 architecture applications\n - Intel(R) MKL-DNN v3.10.2 (Git Hash f1d471933dc852f956fd05389f9313c7148783d5)\n - OpenMP 201511 (a.k.a. OpenMP 4.5)\n - LAPACK is enabled (usually provided by MKL)\n - NNPACK is enabled\n - CPU capability usage: AVX2\n - CUDA Runtime 13.0\n - NVCC architecture flags: -gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_90,code=sm_90;-gencode;arch=compute_100,code=sm_100;-gencode;arch=compute_120,code=sm_120\n - CuDNN 90.7.1 (built against CUDA 12.8)\n - Built with CuDNN 91.9\n - Magma 2.6.1\n - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=70d99e998b4955e0049d13a98d77ae1b14db1f45, CUDA_VERSION=13.0, CUDNN_VERSION=9.19.0, CXX_COMPILER=/opt/rh/gcc-toolset-13/root/usr/bin/c++, CXX_FLAGS= -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_MSLK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -DC10_NODEPRECATED -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -faligned-new -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-dangling-reference -Wno-error=dangling-reference -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.11.0, USE_CUDA=ON, USE_CUDNN=ON, USE_CUSPARSELT=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=1, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, USE_ROCM_KERNEL_ASSERT=OFF, USE_XCCL=OFF, USE_XPU=OFF, \n"
361
+ }
362
+ }
lokr--llama-3.2-3B-rank32-lr0.001--2026-08-05T16-41-19+00-00.json ADDED
@@ -0,0 +1,362 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run_info": {
3
+ "created_at": "2026-08-05T16:41:19+00:00",
4
+ "total_time": 1543.2893607050064,
5
+ "experiment_name": "lokr/llama-3.2-3B-rank32-lr0.001",
6
+ "peft_branch": "auto-research",
7
+ "train_config": {
8
+ "model_id": "meta-llama/Llama-3.2-3B",
9
+ "dtype": "bfloat16",
10
+ "max_seq_length": 768,
11
+ "batch_size": 4,
12
+ "batch_size_eval": 50,
13
+ "max_steps": 5000,
14
+ "eval_steps": 250,
15
+ "compile": false,
16
+ "use_gc": false,
17
+ "query_template": "Question: {query} Think step by step.\nAnswer:",
18
+ "seed": 0,
19
+ "grad_norm_clip": 1.0,
20
+ "optimizer_type": "AdamW",
21
+ "optimizer_kwargs": {
22
+ "lr": 0.001,
23
+ "weight_decay": 0.1
24
+ },
25
+ "lr_scheduler": "cosine",
26
+ "use_amp": false,
27
+ "autocast_adapter_dtype": true,
28
+ "generation_kwargs": {
29
+ "max_length": 800,
30
+ "max_new_tokens": 300
31
+ },
32
+ "attn_implementation": null,
33
+ "init_kv_cache_prefix": null
34
+ },
35
+ "peft_config": {
36
+ "task_type": null,
37
+ "peft_type": "LOKR",
38
+ "auto_mapping": null,
39
+ "peft_version": "0.20.1.dev0@UNKNOWN",
40
+ "base_model_name_or_path": "meta-llama/Llama-3.2-3B",
41
+ "revision": null,
42
+ "inference_mode": false,
43
+ "rank_pattern": {},
44
+ "alpha_pattern": {},
45
+ "r": 32,
46
+ "alpha": 64,
47
+ "rank_dropout": 0.0,
48
+ "module_dropout": 0.0,
49
+ "use_effective_conv2d": false,
50
+ "decompose_both": false,
51
+ "decompose_factor": -1,
52
+ "rank_dropout_scale": false,
53
+ "target_modules": [
54
+ "q_proj",
55
+ "v_proj"
56
+ ],
57
+ "exclude_modules": null,
58
+ "init_weights": true,
59
+ "layers_to_transform": null,
60
+ "layers_pattern": null,
61
+ "modules_to_save": null
62
+ },
63
+ "error_msg": ""
64
+ },
65
+ "train_info": {
66
+ "accelerator_memory_reserved_avg": 15793729726,
67
+ "accelerator_memory_max": 23559405568,
68
+ "accelerator_memory_reserved_99th": 21344813056,
69
+ "train_time": 1307.2431086740398,
70
+ "file_size": 1131984,
71
+ "num_trainable_params": 279552,
72
+ "num_total_params": 3213029376,
73
+ "status": "success",
74
+ "metrics": [
75
+ {
76
+ "step": 250,
77
+ "valid accuracy": 0.26,
78
+ "train loss": 0.9972863845825195,
79
+ "train samples": 1000,
80
+ "train time": 43.20129816728877,
81
+ "eval time": 13.620590639009606,
82
+ "tokens / sec": 4900.755509247862,
83
+ "mem allocated avg": 6785902575.616,
84
+ "mem reserved avg": 15916209274.88,
85
+ "elapsed time": 83.59115520500927
86
+ },
87
+ {
88
+ "step": 500,
89
+ "valid accuracy": 0.42,
90
+ "train loss": 0.7273374778032303,
91
+ "train samples": 2000,
92
+ "train time": 43.818635235045804,
93
+ "eval time": 13.440946741000516,
94
+ "tokens / sec": 4746.724741295621,
95
+ "mem allocated avg": 6778857619.456,
96
+ "mem reserved avg": 15578769129.472,
97
+ "elapsed time": 145.04160515699186
98
+ },
99
+ {
100
+ "step": 750,
101
+ "valid accuracy": 0.28,
102
+ "train loss": 0.6921107683181763,
103
+ "train samples": 3000,
104
+ "train time": 45.18761947474559,
105
+ "eval time": 11.329180876986356,
106
+ "tokens / sec": 4744.684550595196,
107
+ "mem allocated avg": 6789001691.136,
108
+ "mem reserved avg": 15775121276.928,
109
+ "elapsed time": 205.6760063529946
110
+ },
111
+ {
112
+ "step": 1000,
113
+ "valid accuracy": 0.4,
114
+ "train loss": 0.6745790269374847,
115
+ "train samples": 4000,
116
+ "train time": 44.184205388010014,
117
+ "eval time": 13.444282117998227,
118
+ "tokens / sec": 4715.169101050187,
119
+ "mem allocated avg": 6779753209.856,
120
+ "mem reserved avg": 15797661466.624,
121
+ "elapsed time": 267.54085831699194
122
+ },
123
+ {
124
+ "step": 1250,
125
+ "valid accuracy": 0.36,
126
+ "train loss": 0.6729275505542756,
127
+ "train samples": 5000,
128
+ "train time": 43.49395537111559,
129
+ "eval time": 13.46411624699249,
130
+ "tokens / sec": 4794.643260669975,
131
+ "mem allocated avg": 6780462469.12,
132
+ "mem reserved avg": 15846902595.584,
133
+ "elapsed time": 328.592146682
134
+ },
135
+ {
136
+ "step": 1500,
137
+ "valid accuracy": 0.34,
138
+ "train loss": 0.6668304501771927,
139
+ "train samples": 6000,
140
+ "train time": 44.26632965187309,
141
+ "eval time": 13.452810667018639,
142
+ "tokens / sec": 4728.89895426743,
143
+ "mem allocated avg": 6781956315.136,
144
+ "mem reserved avg": 15751717060.608,
145
+ "elapsed time": 390.52621169699705
146
+ },
147
+ {
148
+ "step": 1750,
149
+ "valid accuracy": 0.32,
150
+ "train loss": 0.6592434631586075,
151
+ "train samples": 7000,
152
+ "train time": 43.340643761039246,
153
+ "eval time": 13.473839386017062,
154
+ "tokens / sec": 4830.454322605105,
155
+ "mem allocated avg": 6783807119.36,
156
+ "mem reserved avg": 16151031578.624,
157
+ "elapsed time": 451.5246996629867
158
+ },
159
+ {
160
+ "step": 2000,
161
+ "valid accuracy": 0.36,
162
+ "train loss": 0.661458988070488,
163
+ "train samples": 8000,
164
+ "train time": 43.138098473020364,
165
+ "eval time": 7.384789164992981,
166
+ "tokens / sec": 4814.676755627006,
167
+ "mem allocated avg": 6779387142.144,
168
+ "mem reserved avg": 15765700870.144,
169
+ "elapsed time": 506.28373629099224
170
+ },
171
+ {
172
+ "step": 2250,
173
+ "valid accuracy": 0.4,
174
+ "train loss": 0.6549151700735092,
175
+ "train samples": 9000,
176
+ "train time": 45.04773759498494,
177
+ "eval time": 8.135625335009536,
178
+ "tokens / sec": 4771.560381845451,
179
+ "mem allocated avg": 6790785810.432,
180
+ "mem reserved avg": 16084132429.824,
181
+ "elapsed time": 563.5650068520044
182
+ },
183
+ {
184
+ "step": 2500,
185
+ "valid accuracy": 0.4,
186
+ "train loss": 0.6524245887994766,
187
+ "train samples": 10000,
188
+ "train time": 42.58069601622992,
189
+ "eval time": 8.95897142199101,
190
+ "tokens / sec": 4837.098010833225,
191
+ "mem allocated avg": 6777116250.112,
192
+ "mem reserved avg": 15533898465.28,
193
+ "elapsed time": 619.2634280459897
194
+ },
195
+ {
196
+ "step": 2750,
197
+ "valid accuracy": 0.44,
198
+ "train loss": 0.6446445236206054,
199
+ "train samples": 11000,
200
+ "train time": 43.804762633895734,
201
+ "eval time": 11.028623944002902,
202
+ "tokens / sec": 4836.939804258826,
203
+ "mem allocated avg": 6786684753.92,
204
+ "mem reserved avg": 15927106076.672,
205
+ "elapsed time": 678.1798055369873
206
+ },
207
+ {
208
+ "step": 3000,
209
+ "valid accuracy": 0.5,
210
+ "train loss": 0.636047769188881,
211
+ "train samples": 12000,
212
+ "train time": 44.29176679896773,
213
+ "eval time": 11.020784683001693,
214
+ "tokens / sec": 4712.63657075122,
215
+ "mem allocated avg": 6782002194.432,
216
+ "mem reserved avg": 15856759209.984,
217
+ "elapsed time": 737.7226473859919
218
+ },
219
+ {
220
+ "step": 3250,
221
+ "valid accuracy": 0.36,
222
+ "train loss": 0.6453784251213074,
223
+ "train samples": 13000,
224
+ "train time": 43.889022187067894,
225
+ "eval time": 13.485144512989791,
226
+ "tokens / sec": 4805.3246459007005,
227
+ "mem allocated avg": 6785020166.144,
228
+ "mem reserved avg": 15728002465.792,
229
+ "elapsed time": 799.1354676230112
230
+ },
231
+ {
232
+ "step": 3500,
233
+ "valid accuracy": 0.44,
234
+ "train loss": 0.6287569386959075,
235
+ "train samples": 14000,
236
+ "train time": 43.88188967798487,
237
+ "eval time": 13.49879609598429,
238
+ "tokens / sec": 4779.876198112534,
239
+ "mem allocated avg": 6781960970.24,
240
+ "mem reserved avg": 15699607027.712,
241
+ "elapsed time": 860.7000853430072
242
+ },
243
+ {
244
+ "step": 3750,
245
+ "valid accuracy": 0.46,
246
+ "train loss": 0.6270692372322082,
247
+ "train samples": 15000,
248
+ "train time": 44.66675748990383,
249
+ "eval time": 9.188075685990043,
250
+ "tokens / sec": 4851.549836564297,
251
+ "mem allocated avg": 6793733603.328,
252
+ "mem reserved avg": 16043883888.64,
253
+ "elapsed time": 918.7074330459873
254
+ },
255
+ {
256
+ "step": 4000,
257
+ "valid accuracy": 0.38,
258
+ "train loss": 0.6401721099615097,
259
+ "train samples": 16000,
260
+ "train time": 42.885482566198334,
261
+ "eval time": 13.488256345008267,
262
+ "tokens / sec": 4765.552064956443,
263
+ "mem allocated avg": 6774095478.784,
264
+ "mem reserved avg": 15747464036.352,
265
+ "elapsed time": 979.268849782995
266
+ },
267
+ {
268
+ "step": 4250,
269
+ "valid accuracy": 0.48,
270
+ "train loss": 0.6243705161809922,
271
+ "train samples": 17000,
272
+ "train time": 43.78779757398297,
273
+ "eval time": 13.449544289993355,
274
+ "tokens / sec": 4827.5778118970575,
275
+ "mem allocated avg": 6785076533.248,
276
+ "mem reserved avg": 15712022167.552,
277
+ "elapsed time": 1040.4841427920037
278
+ },
279
+ {
280
+ "step": 4500,
281
+ "valid accuracy": 0.46,
282
+ "train loss": 0.631668661236763,
283
+ "train samples": 18000,
284
+ "train time": 43.95947218083893,
285
+ "eval time": 13.468623130000196,
286
+ "tokens / sec": 4727.490792998734,
287
+ "mem allocated avg": 6780526002.176,
288
+ "mem reserved avg": 15685514166.272,
289
+ "elapsed time": 1102.1798365190043
290
+ },
291
+ {
292
+ "step": 4750,
293
+ "valid accuracy": 0.42,
294
+ "train loss": 0.6229247853755951,
295
+ "train samples": 19000,
296
+ "train time": 44.09635784616694,
297
+ "eval time": 8.945634042000165,
298
+ "tokens / sec": 4760.914738863153,
299
+ "mem allocated avg": 6783016738.816,
300
+ "mem reserved avg": 15821812269.056,
301
+ "elapsed time": 1159.333109217987
302
+ },
303
+ {
304
+ "step": 5000,
305
+ "valid accuracy": 0.46,
306
+ "train loss": 0.6298999850749969,
307
+ "train samples": 20000,
308
+ "train time": 43.606315371143864,
309
+ "eval time": 8.17935786198359,
310
+ "tokens / sec": 4776.372372379521,
311
+ "mem allocated avg": 6779397117.952,
312
+ "mem reserved avg": 15451279065.088,
313
+ "elapsed time": 1215.2514337110042
314
+ },
315
+ {
316
+ "step": 5000,
317
+ "test accuracy": 0.4116755117513268,
318
+ "train loss": 0.6298999850749969,
319
+ "train samples": 20000,
320
+ "train total tokens": 4198051,
321
+ "forgetting": 0.14964866638183594
322
+ }
323
+ ]
324
+ },
325
+ "meta_info": {
326
+ "model_info": {
327
+ "sha": "13afe5124825b4f3751f836b40dafda64c1ed062",
328
+ "created_at": "2024-09-18T15:23:48+00:00"
329
+ },
330
+ "dataset_info": {
331
+ "metamath": {
332
+ "sha": "aa4f34d3d2d3231299b5b03d9b3e5a20da45aa18",
333
+ "created_at": "2023-09-21T17:22:46+00:00"
334
+ },
335
+ "gsm8k": {
336
+ "sha": "740312add88f781978c0658806c59bc2815b9866",
337
+ "created_at": "2022-04-12T10:22:10+00:00"
338
+ }
339
+ },
340
+ "package_info": {
341
+ "transformers-version": "5.12.1",
342
+ "transformers-commit-hash": null,
343
+ "peft-version": "0.20.1.dev0",
344
+ "peft-commit-hash": "c702de402330f48c0d8b1f260d59413aa3110b65",
345
+ "datasets-version": "4.8.4",
346
+ "datasets-commit-hash": null,
347
+ "bitsandbytes-version": "0.49.2",
348
+ "bitsandbytes-commit-hash": null,
349
+ "torch-version": "2.11.0+cu130",
350
+ "torch-commit-hash": null
351
+ },
352
+ "system_info": {
353
+ "system": "Linux",
354
+ "release": "7.0.0-1009-aws",
355
+ "version": "#9~24.04.1-Ubuntu SMP PREEMPT Mon Jul 13 22:43:41 UTC 2026",
356
+ "machine": "x86_64",
357
+ "processor": "x86_64",
358
+ "accelerator": "NVIDIA L40S"
359
+ },
360
+ "pytorch_info": "PyTorch built with:\n - GCC 13.3\n - C++ Version: 201703\n - Intel(R) oneAPI Math Kernel Library Version 2024.2-Product Build 20240605 for Intel(R) 64 architecture applications\n - Intel(R) MKL-DNN v3.10.2 (Git Hash f1d471933dc852f956fd05389f9313c7148783d5)\n - OpenMP 201511 (a.k.a. OpenMP 4.5)\n - LAPACK is enabled (usually provided by MKL)\n - NNPACK is enabled\n - CPU capability usage: AVX2\n - CUDA Runtime 13.0\n - NVCC architecture flags: -gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-gencode;arch=compute_90,code=sm_90;-gencode;arch=compute_100,code=sm_100;-gencode;arch=compute_120,code=sm_120\n - CuDNN 90.7.1 (built against CUDA 12.8)\n - Built with CuDNN 91.9\n - Magma 2.6.1\n - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, COMMIT_SHA=70d99e998b4955e0049d13a98d77ae1b14db1f45, CUDA_VERSION=13.0, CUDNN_VERSION=9.19.0, CXX_COMPILER=/opt/rh/gcc-toolset-13/root/usr/bin/c++, CXX_FLAGS= -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOROCTRACER -DLIBKINETO_NOXPUPTI=ON -DUSE_FBGEMM -DUSE_MSLK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -DC10_NODEPRECATED -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-unknown-pragmas -Wno-unused-parameter -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=old-style-cast -faligned-new -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-dangling-reference -Wno-error=dangling-reference -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, TORCH_VERSION=2.11.0, USE_CUDA=ON, USE_CUDNN=ON, USE_CUSPARSELT=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_GLOO=ON, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=1, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, USE_ROCM_KERNEL_ASSERT=OFF, USE_XCCL=OFF, USE_XPU=OFF, \n"
361
+ }
362
+ }