betterwithage commited on
Commit
8635210
·
verified ·
1 Parent(s): 4addb8c

recipe(atelier): Unsloth profiles RECIPE not MEASURED — energy UNAVAILABLE

Browse files
Files changed (1) hide show
  1. unsloth-recipes.json +471 -0
unsloth-recipes.json ADDED
@@ -0,0 +1,471 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "seed": 20260721,
3
+ "honesty": "RECIPE",
4
+ "energy_status": "UNAVAILABLE",
5
+ "note": "Recipes only. Not a GPU retrain. 3x speed is Unsloth HUB, not MEASURED.",
6
+ "profiles": {
7
+ "willay": {
8
+ "schema": "szl.training_receipt.v2",
9
+ "profile": "willay",
10
+ "base": "Qwen/Qwen2.5-0.5B-Instruct",
11
+ "cut": "Doctrine mouth. rsLoRA so rank-8 does not vanish. packing=false so silence/tell loss stays comparable. Short ctx: honesty set is short.",
12
+ "lora": {
13
+ "r": 8,
14
+ "alpha": 16,
15
+ "rslora": true,
16
+ "effective_scale": 5.656854,
17
+ "targets": [
18
+ "q_proj",
19
+ "k_proj",
20
+ "v_proj",
21
+ "o_proj",
22
+ "gate_proj",
23
+ "up_proj",
24
+ "down_proj"
25
+ ],
26
+ "dropout": 0,
27
+ "bias": "none",
28
+ "loftq": false
29
+ },
30
+ "unsloth": {
31
+ "load_in_4bit": true,
32
+ "gradient_checkpointing": "unsloth",
33
+ "optim": "adamw_8bit",
34
+ "packing": "false",
35
+ "max_seq": 1024,
36
+ "lr": 0.0001,
37
+ "max_steps": 160,
38
+ "warmup": 20,
39
+ "batch": 2,
40
+ "grad_accum": 4,
41
+ "techniques": {
42
+ "take": [
43
+ "4-bit QLoRA (load_in_4bit)",
44
+ "fused QK-RoPE + SwiGLU Triton kernels (automatic in FastLanguageModel)",
45
+ "adamw_8bit",
46
+ "use_gradient_checkpointing='unsloth'",
47
+ "lora_dropout=0, bias='none' (Unsloth-optimized)",
48
+ "auto padding-free packing when packing=auto",
49
+ "rsLoRA (alpha/sqrt(r)) on small-rank organs"
50
+ ],
51
+ "leave": [
52
+ "packing=True (changes loss scale \u2014 Unsloth docs)",
53
+ "LoftQ (start-of-run VRAM spike)",
54
+ "MoE Split-LoRA (not a MoE organ)",
55
+ "GGUF as the signed object",
56
+ "seed 3407",
57
+ "tokens-per-joule invented",
58
+ "3\u00d7/5\u00d7 speed cited as MEASURED \u2014 that is Unsloth's HUB claim"
59
+ ],
60
+ "cut": "Every knob in the receipt. Unique rank/targets/packing per organ. House seed 20260721. Sign before merge."
61
+ }
62
+ },
63
+ "seed": 20260721,
64
+ "proven_trust": false,
65
+ "energy_j": null,
66
+ "energy_status": "UNAVAILABLE",
67
+ "gguf": "derived \u2014 never the signed object",
68
+ "note": "Sign this envelope (DSSE/Ed25519) BEFORE merge. Do not GPU-retrain 1.5B from this atelier.",
69
+ "dataset": "doctrine.jsonl",
70
+ "dataset_sha256": null,
71
+ "dataset_status": "UNAVAILABLE",
72
+ "honesty": "RECIPE"
73
+ },
74
+ "chaski": {
75
+ "schema": "szl.training_receipt.v2",
76
+ "profile": "chaski",
77
+ "base": "Qwen/Qwen3.5-0.8B",
78
+ "cut": "Courier. Attention-only LoRA \u2014 MLP stays frozen so the runner cannot author the payload. Unique cut. Dense 0.8B, 4bit is allowed (MoE QLoRA is the thing Unsloth warns against).",
79
+ "lora": {
80
+ "r": 8,
81
+ "alpha": 16,
82
+ "rslora": true,
83
+ "effective_scale": 5.656854,
84
+ "targets": [
85
+ "q_proj",
86
+ "k_proj",
87
+ "v_proj",
88
+ "o_proj"
89
+ ],
90
+ "dropout": 0,
91
+ "bias": "none",
92
+ "loftq": false
93
+ },
94
+ "unsloth": {
95
+ "load_in_4bit": true,
96
+ "gradient_checkpointing": "unsloth",
97
+ "optim": "adamw_8bit",
98
+ "packing": "auto",
99
+ "max_seq": 1536,
100
+ "lr": 0.0001,
101
+ "max_steps": 120,
102
+ "warmup": 12,
103
+ "batch": 2,
104
+ "grad_accum": 4,
105
+ "techniques": {
106
+ "take": [
107
+ "4-bit QLoRA (load_in_4bit)",
108
+ "fused QK-RoPE + SwiGLU Triton kernels (automatic in FastLanguageModel)",
109
+ "adamw_8bit",
110
+ "use_gradient_checkpointing='unsloth'",
111
+ "lora_dropout=0, bias='none' (Unsloth-optimized)",
112
+ "auto padding-free packing when packing=auto",
113
+ "rsLoRA (alpha/sqrt(r)) on small-rank organs"
114
+ ],
115
+ "leave": [
116
+ "packing=True (changes loss scale \u2014 Unsloth docs)",
117
+ "LoftQ (start-of-run VRAM spike)",
118
+ "MoE Split-LoRA (not a MoE organ)",
119
+ "GGUF as the signed object",
120
+ "seed 3407",
121
+ "tokens-per-joule invented",
122
+ "3\u00d7/5\u00d7 speed cited as MEASURED \u2014 that is Unsloth's HUB claim"
123
+ ],
124
+ "cut": "Every knob in the receipt. Unique rank/targets/packing per organ. House seed 20260721. Sign before merge."
125
+ }
126
+ },
127
+ "seed": 20260721,
128
+ "proven_trust": false,
129
+ "energy_j": null,
130
+ "energy_status": "UNAVAILABLE",
131
+ "gguf": "derived \u2014 never the signed object",
132
+ "note": "Sign this envelope (DSSE/Ed25519) BEFORE merge. Do not GPU-retrain 1.5B from this atelier.",
133
+ "dataset": "doctrine.jsonl",
134
+ "dataset_sha256": null,
135
+ "dataset_status": "UNAVAILABLE",
136
+ "honesty": "RECIPE"
137
+ },
138
+ "chaski-5050": {
139
+ "schema": "szl.training_receipt.v2",
140
+ "profile": "chaski-5050",
141
+ "base": "Qwen/Qwen3.5-0.8B",
142
+ "cut": "50/50 cutting mix. Extra MLP rank so the courier is allowed to STOP. Mix is the identity.",
143
+ "lora": {
144
+ "r": 16,
145
+ "alpha": 16,
146
+ "rslora": true,
147
+ "effective_scale": 4.0,
148
+ "targets": [
149
+ "q_proj",
150
+ "k_proj",
151
+ "v_proj",
152
+ "o_proj",
153
+ "gate_proj",
154
+ "up_proj",
155
+ "down_proj"
156
+ ],
157
+ "dropout": 0,
158
+ "bias": "none",
159
+ "loftq": false
160
+ },
161
+ "unsloth": {
162
+ "load_in_4bit": true,
163
+ "gradient_checkpointing": "unsloth",
164
+ "optim": "adamw_8bit",
165
+ "packing": "auto",
166
+ "max_seq": 1536,
167
+ "lr": 0.0001,
168
+ "max_steps": 120,
169
+ "warmup": 12,
170
+ "batch": 2,
171
+ "grad_accum": 4,
172
+ "techniques": {
173
+ "take": [
174
+ "4-bit QLoRA (load_in_4bit)",
175
+ "fused QK-RoPE + SwiGLU Triton kernels (automatic in FastLanguageModel)",
176
+ "adamw_8bit",
177
+ "use_gradient_checkpointing='unsloth'",
178
+ "lora_dropout=0, bias='none' (Unsloth-optimized)",
179
+ "auto padding-free packing when packing=auto",
180
+ "rsLoRA (alpha/sqrt(r)) on small-rank organs"
181
+ ],
182
+ "leave": [
183
+ "packing=True (changes loss scale \u2014 Unsloth docs)",
184
+ "LoftQ (start-of-run VRAM spike)",
185
+ "MoE Split-LoRA (not a MoE organ)",
186
+ "GGUF as the signed object",
187
+ "seed 3407",
188
+ "tokens-per-joule invented",
189
+ "3\u00d7/5\u00d7 speed cited as MEASURED \u2014 that is Unsloth's HUB claim"
190
+ ],
191
+ "cut": "Every knob in the receipt. Unique rank/targets/packing per organ. House seed 20260721. Sign before merge."
192
+ }
193
+ },
194
+ "seed": 20260721,
195
+ "proven_trust": false,
196
+ "energy_j": null,
197
+ "energy_status": "UNAVAILABLE",
198
+ "gguf": "derived \u2014 never the signed object",
199
+ "note": "Sign this envelope (DSSE/Ed25519) BEFORE merge. Do not GPU-retrain 1.5B from this atelier.",
200
+ "dataset": "doctrine.jsonl",
201
+ "dataset_sha256": null,
202
+ "dataset_status": "UNAVAILABLE",
203
+ "honesty": "RECIPE"
204
+ },
205
+ "chaski-r2": {
206
+ "schema": "szl.training_receipt.v2",
207
+ "profile": "chaski-r2",
208
+ "base": "Qwen/Qwen3.5-0.8B",
209
+ "cut": "Round-2 refinement. packing=false + lower lr. R1 stays up. Do not overwrite.",
210
+ "lora": {
211
+ "r": 8,
212
+ "alpha": 16,
213
+ "rslora": true,
214
+ "effective_scale": 5.656854,
215
+ "targets": [
216
+ "q_proj",
217
+ "k_proj",
218
+ "v_proj",
219
+ "o_proj"
220
+ ],
221
+ "dropout": 0,
222
+ "bias": "none",
223
+ "loftq": false
224
+ },
225
+ "unsloth": {
226
+ "load_in_4bit": true,
227
+ "gradient_checkpointing": "unsloth",
228
+ "optim": "adamw_8bit",
229
+ "packing": "false",
230
+ "max_seq": 1536,
231
+ "lr": 5e-05,
232
+ "max_steps": 80,
233
+ "warmup": 8,
234
+ "batch": 2,
235
+ "grad_accum": 4,
236
+ "techniques": {
237
+ "take": [
238
+ "4-bit QLoRA (load_in_4bit)",
239
+ "fused QK-RoPE + SwiGLU Triton kernels (automatic in FastLanguageModel)",
240
+ "adamw_8bit",
241
+ "use_gradient_checkpointing='unsloth'",
242
+ "lora_dropout=0, bias='none' (Unsloth-optimized)",
243
+ "auto padding-free packing when packing=auto",
244
+ "rsLoRA (alpha/sqrt(r)) on small-rank organs"
245
+ ],
246
+ "leave": [
247
+ "packing=True (changes loss scale \u2014 Unsloth docs)",
248
+ "LoftQ (start-of-run VRAM spike)",
249
+ "MoE Split-LoRA (not a MoE organ)",
250
+ "GGUF as the signed object",
251
+ "seed 3407",
252
+ "tokens-per-joule invented",
253
+ "3\u00d7/5\u00d7 speed cited as MEASURED \u2014 that is Unsloth's HUB claim"
254
+ ],
255
+ "cut": "Every knob in the receipt. Unique rank/targets/packing per organ. House seed 20260721. Sign before merge."
256
+ }
257
+ },
258
+ "seed": 20260721,
259
+ "proven_trust": false,
260
+ "energy_j": null,
261
+ "energy_status": "UNAVAILABLE",
262
+ "gguf": "derived \u2014 never the signed object",
263
+ "note": "Sign this envelope (DSSE/Ed25519) BEFORE merge. Do not GPU-retrain 1.5B from this atelier.",
264
+ "dataset": "doctrine.jsonl",
265
+ "dataset_sha256": null,
266
+ "dataset_status": "UNAVAILABLE",
267
+ "honesty": "RECIPE"
268
+ },
269
+ "khipu": {
270
+ "schema": "szl.training_receipt.v2",
271
+ "profile": "khipu",
272
+ "base": "Qwen/Qwen2.5-1.5B-Instruct",
273
+ "cut": "Navigator. 7 modules so the schema can be emitted. packing=auto keeps loss comparable to signed 0.0245. Not retrained here.",
274
+ "lora": {
275
+ "r": 16,
276
+ "alpha": 16,
277
+ "rslora": false,
278
+ "effective_scale": 1.0,
279
+ "targets": [
280
+ "q_proj",
281
+ "k_proj",
282
+ "v_proj",
283
+ "o_proj",
284
+ "gate_proj",
285
+ "up_proj",
286
+ "down_proj"
287
+ ],
288
+ "dropout": 0,
289
+ "bias": "none",
290
+ "loftq": false
291
+ },
292
+ "unsloth": {
293
+ "load_in_4bit": true,
294
+ "gradient_checkpointing": "unsloth",
295
+ "optim": "adamw_8bit",
296
+ "packing": "auto",
297
+ "max_seq": 2048,
298
+ "lr": 0.0002,
299
+ "max_steps": 120,
300
+ "warmup": 10,
301
+ "batch": 2,
302
+ "grad_accum": 4,
303
+ "techniques": {
304
+ "take": [
305
+ "4-bit QLoRA (load_in_4bit)",
306
+ "fused QK-RoPE + SwiGLU Triton kernels (automatic in FastLanguageModel)",
307
+ "adamw_8bit",
308
+ "use_gradient_checkpointing='unsloth'",
309
+ "lora_dropout=0, bias='none' (Unsloth-optimized)",
310
+ "auto padding-free packing when packing=auto",
311
+ "rsLoRA (alpha/sqrt(r)) on small-rank organs"
312
+ ],
313
+ "leave": [
314
+ "packing=True (changes loss scale \u2014 Unsloth docs)",
315
+ "LoftQ (start-of-run VRAM spike)",
316
+ "MoE Split-LoRA (not a MoE organ)",
317
+ "GGUF as the signed object",
318
+ "seed 3407",
319
+ "tokens-per-joule invented",
320
+ "3\u00d7/5\u00d7 speed cited as MEASURED \u2014 that is Unsloth's HUB claim"
321
+ ],
322
+ "cut": "Every knob in the receipt. Unique rank/targets/packing per organ. House seed 20260721. Sign before merge."
323
+ }
324
+ },
325
+ "seed": 20260721,
326
+ "proven_trust": false,
327
+ "energy_j": null,
328
+ "energy_status": "UNAVAILABLE",
329
+ "gguf": "derived \u2014 never the signed object",
330
+ "note": "Sign this envelope (DSSE/Ed25519) BEFORE merge. Do not GPU-retrain 1.5B from this atelier.",
331
+ "dataset": "doctrine.jsonl",
332
+ "dataset_sha256": null,
333
+ "dataset_status": "UNAVAILABLE",
334
+ "honesty": "RECIPE"
335
+ },
336
+ "khipu-r2": {
337
+ "schema": "szl.training_receipt.v2",
338
+ "profile": "khipu-r2",
339
+ "base": "Qwen/Qwen2.5-1.5B-Instruct",
340
+ "cut": "Lineage sibling. packing=false so R2 loss is comparable to R1. Do not overwrite R1.",
341
+ "lora": {
342
+ "r": 16,
343
+ "alpha": 16,
344
+ "rslora": false,
345
+ "effective_scale": 1.0,
346
+ "targets": [
347
+ "q_proj",
348
+ "k_proj",
349
+ "v_proj",
350
+ "o_proj",
351
+ "gate_proj",
352
+ "up_proj",
353
+ "down_proj"
354
+ ],
355
+ "dropout": 0,
356
+ "bias": "none",
357
+ "loftq": false
358
+ },
359
+ "unsloth": {
360
+ "load_in_4bit": true,
361
+ "gradient_checkpointing": "unsloth",
362
+ "optim": "adamw_8bit",
363
+ "packing": "false",
364
+ "max_seq": 2048,
365
+ "lr": 0.0001,
366
+ "max_steps": 80,
367
+ "warmup": 8,
368
+ "batch": 2,
369
+ "grad_accum": 4,
370
+ "techniques": {
371
+ "take": [
372
+ "4-bit QLoRA (load_in_4bit)",
373
+ "fused QK-RoPE + SwiGLU Triton kernels (automatic in FastLanguageModel)",
374
+ "adamw_8bit",
375
+ "use_gradient_checkpointing='unsloth'",
376
+ "lora_dropout=0, bias='none' (Unsloth-optimized)",
377
+ "auto padding-free packing when packing=auto",
378
+ "rsLoRA (alpha/sqrt(r)) on small-rank organs"
379
+ ],
380
+ "leave": [
381
+ "packing=True (changes loss scale \u2014 Unsloth docs)",
382
+ "LoftQ (start-of-run VRAM spike)",
383
+ "MoE Split-LoRA (not a MoE organ)",
384
+ "GGUF as the signed object",
385
+ "seed 3407",
386
+ "tokens-per-joule invented",
387
+ "3\u00d7/5\u00d7 speed cited as MEASURED \u2014 that is Unsloth's HUB claim"
388
+ ],
389
+ "cut": "Every knob in the receipt. Unique rank/targets/packing per organ. House seed 20260721. Sign before merge."
390
+ }
391
+ },
392
+ "seed": 20260721,
393
+ "proven_trust": false,
394
+ "energy_j": null,
395
+ "energy_status": "UNAVAILABLE",
396
+ "gguf": "derived \u2014 never the signed object",
397
+ "note": "Sign this envelope (DSSE/Ed25519) BEFORE merge. Do not GPU-retrain 1.5B from this atelier.",
398
+ "dataset": "doctrine.jsonl",
399
+ "dataset_sha256": null,
400
+ "dataset_status": "UNAVAILABLE",
401
+ "honesty": "RECIPE"
402
+ },
403
+ "receiptagent": {
404
+ "schema": "szl.training_receipt.v2",
405
+ "profile": "receiptagent",
406
+ "base": "Qwen/Qwen2.5-1.5B-Instruct",
407
+ "cut": "Receipt-first SFT. packing=false: the loss on the receipt tokens is the point.",
408
+ "lora": {
409
+ "r": 16,
410
+ "alpha": 16,
411
+ "rslora": false,
412
+ "effective_scale": 1.0,
413
+ "targets": [
414
+ "q_proj",
415
+ "k_proj",
416
+ "v_proj",
417
+ "o_proj",
418
+ "gate_proj",
419
+ "up_proj",
420
+ "down_proj"
421
+ ],
422
+ "dropout": 0,
423
+ "bias": "none",
424
+ "loftq": false
425
+ },
426
+ "unsloth": {
427
+ "load_in_4bit": true,
428
+ "gradient_checkpointing": "unsloth",
429
+ "optim": "adamw_8bit",
430
+ "packing": "false",
431
+ "max_seq": 1536,
432
+ "lr": 0.0002,
433
+ "max_steps": 100,
434
+ "warmup": 10,
435
+ "batch": 2,
436
+ "grad_accum": 4,
437
+ "techniques": {
438
+ "take": [
439
+ "4-bit QLoRA (load_in_4bit)",
440
+ "fused QK-RoPE + SwiGLU Triton kernels (automatic in FastLanguageModel)",
441
+ "adamw_8bit",
442
+ "use_gradient_checkpointing='unsloth'",
443
+ "lora_dropout=0, bias='none' (Unsloth-optimized)",
444
+ "auto padding-free packing when packing=auto",
445
+ "rsLoRA (alpha/sqrt(r)) on small-rank organs"
446
+ ],
447
+ "leave": [
448
+ "packing=True (changes loss scale \u2014 Unsloth docs)",
449
+ "LoftQ (start-of-run VRAM spike)",
450
+ "MoE Split-LoRA (not a MoE organ)",
451
+ "GGUF as the signed object",
452
+ "seed 3407",
453
+ "tokens-per-joule invented",
454
+ "3\u00d7/5\u00d7 speed cited as MEASURED \u2014 that is Unsloth's HUB claim"
455
+ ],
456
+ "cut": "Every knob in the receipt. Unique rank/targets/packing per organ. House seed 20260721. Sign before merge."
457
+ }
458
+ },
459
+ "seed": 20260721,
460
+ "proven_trust": false,
461
+ "energy_j": null,
462
+ "energy_status": "UNAVAILABLE",
463
+ "gguf": "derived \u2014 never the signed object",
464
+ "note": "Sign this envelope (DSSE/Ed25519) BEFORE merge. Do not GPU-retrain 1.5B from this atelier.",
465
+ "dataset": "doctrine.jsonl",
466
+ "dataset_sha256": null,
467
+ "dataset_status": "UNAVAILABLE",
468
+ "honesty": "RECIPE"
469
+ }
470
+ }
471
+ }