jackasda211233 commited on
Commit
c5cfed3
·
verified ·
1 Parent(s): 2d6e4d6

Upload PATCHCODE_TESTING_PROCESS.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. PATCHCODE_TESTING_PROCESS.html +11 -24
PATCHCODE_TESTING_PROCESS.html CHANGED
@@ -421,37 +421,24 @@
421
 
422
  <div class="hero">
423
  <div class="wrap">
424
- <div class="eyebrow">SignalLatch fine-tune record</div>
425
- <h1>How the first ckpt386 s0.10 SignalLatch release was made, tested, and selected.</h1>
426
- <p class="dek">This page is the self-contained public record for the original SignalLatch behavior fine-tune on top of Qwen3.6 AEON RYS 15/20. It documents the first public ckpt386 s0.10 IQ4_NL release, not the later v1.1 Lite/Plus mixed-quant selection.</p>
427
  <div class="actions">
428
- <a class="button primary" href="https://huggingface.co/jackasda211233/Qwen3.6-27B-AEON-RYS-SignalLatch-GGUF">SignalLatch on Hugging Face</a>
429
- <a class="button" href="../signallatch-v1-1-production-process/index.html">Current v1.1 record</a>
430
- <a class="button" href="../qwen36-aeon-rys-15-20/index.html">Base AEON RYS record</a>
431
- <a class="button" href="../qwen36-aeon-rys-signallatch/index.html">Release overview</a>
432
  <a class="button" href="https://github.com/noonr48/qwen36-aeon-ik-llama">Runtime fork</a>
433
  </div>
434
  <div class="quick" aria-label="Key release facts">
435
- <div class="metric">
436
- <strong>ckpt386</strong>
437
- <span>Final one-epoch behavioral LoRA checkpoint used for the merge.</span>
438
- </div>
439
- <div class="metric">
440
- <strong>s0.10</strong>
441
- <span>Selected merge strength after deploy-format IQ4_NL sweeps and repeats.</span>
442
- </div>
443
- <div class="metric">
444
- <strong>4/5</strong>
445
- <span>First deploy-format s0.10 practical matrix pass count, mean 0.950.</span>
446
- </div>
447
- <div class="metric">
448
- <strong>9/15</strong>
449
- <span>Strict repeat-screen count used for strength selection, not a capability ceiling; 9/14 crash-adjusted.</span>
450
- </div>
451
  </div>
452
  </div>
453
  </div>
454
-
455
  <main class="wrap"><div class="wrap"><h1>Qwen3.6 AEON RYS PatchCode (merged_lam0.5): What We Actually Did</h1>
456
  <p>This is the longer, more casual write-up for the PatchCode upload candidate (internal project name <code>merged_lam0.5</code>).</p>
457
  <p>The clean model card stays short. This document is the full story: what we distilled, exactly how the dataset was built, how we tested it, why the early single-run scores fooled us, why we stopped trusting them, and why the upload candidate ended up being the plain <code>IQ4_NL</code> (reasoning-imatrix) merged GGUF rather than a heavier mixed-quant recipe.</p>
 
421
 
422
  <div class="hero">
423
  <div class="wrap">
424
+ <div class="eyebrow">PatchCode fine-tune record</div>
425
+ <h1>How the PatchCode agentic-coder fine-tune was made, tested, and selected.</h1>
426
+ <p class="dek">This page is the self-contained public record for the PatchCode behaviour distil &mdash; an agentic-coder joint LoRA (checkpoint 3661, merged at &lambda;=0.5) on top of the SignalLatch release. It covers the IQ4_NL quant bake-off, the run-to-run noise analysis, and the exact dataset pipeline.</p>
427
  <div class="actions">
428
+ <a class="button primary" href="https://huggingface.co/jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF">PatchCode on Hugging Face</a>
429
+ <a class="button" href="https://noonr48.github.io/qwen36-aeon-ik-llama/ckpt386-s010-testing-process/index.html">SignalLatch record</a>
430
+ <a class="button" href="https://noonr48.github.io/qwen36-aeon-ik-llama/qwen36-aeon-rys-signallatch/index.html">SignalLatch overview</a>
431
+ <a class="button" href="https://noonr48.github.io/qwen36-aeon-ik-llama/rys-layer-duplication-guide/">RYS arch guide</a>
432
  <a class="button" href="https://github.com/noonr48/qwen36-aeon-ik-llama">Runtime fork</a>
433
  </div>
434
  <div class="quick" aria-label="Key release facts">
435
+ <div class="metric"><strong>ckpt-3661</strong><span>Final one-epoch agentic-coder joint LoRA checkpoint used for the merge.</span></div>
436
+ <div class="metric"><strong>&lambda; = 0.5</strong><span>Selected merge strength (effective alpha/r = 1.0) &mdash; the trained default was over-applied.</span></div>
437
+ <div class="metric"><strong>IQ4_NL</strong><span>Shipped 16.6&nbsp;GB GGUF &mdash; ties BF16 within noise at ~&#8531; the size.</span></div>
438
+ <div class="metric"><strong>~58.5k</strong><span>Agentic-coding behaviour examples in the training blend (synthetic backbone + curated style slice).</span></div>
 
 
 
 
 
 
 
 
 
 
 
 
439
  </div>
440
  </div>
441
  </div>
 
442
  <main class="wrap"><div class="wrap"><h1>Qwen3.6 AEON RYS PatchCode (merged_lam0.5): What We Actually Did</h1>
443
  <p>This is the longer, more casual write-up for the PatchCode upload candidate (internal project name <code>merged_lam0.5</code>).</p>
444
  <p>The clean model card stays short. This document is the full story: what we distilled, exactly how the dataset was built, how we tested it, why the early single-run scores fooled us, why we stopped trusting them, and why the upload candidate ended up being the plain <code>IQ4_NL</code> (reasoning-imatrix) merged GGUF rather than a heavier mixed-quant recipe.</p>