Serghei Brinza commited on
Commit
abce25a
·
1 Parent(s): 5e39467

docs: qualify Part 2 result and fix GPU

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. index.html +4 -3
README.md CHANGED
@@ -19,7 +19,8 @@ live experimental run.
19
  - **Part 1 — Scar-Survival** — a memorized LLM error, corrected: how durable is the fix?
20
  · [Space](https://huggingface.co/spaces/Laborator/scar-survival)
21
  · [GitHub](https://github.com/SergheiBrinza/scar-survival)
22
- - **Part 2 — External Grounding** — lifting self-correction 50% → 100% under a noisy notebook
 
23
  · [Space](https://huggingface.co/spaces/Laborator/external-grounding)
24
  · [GitHub](https://github.com/SergheiBrinza/external-grounding)
25
  - **Part 3 — Thin Channel** — how rarely external truth can arrive before calibration collapses
 
19
  - **Part 1 — Scar-Survival** — a memorized LLM error, corrected: how durable is the fix?
20
  · [Space](https://huggingface.co/spaces/Laborator/scar-survival)
21
  · [GitHub](https://github.com/SergheiBrinza/scar-survival)
22
+ - **Part 2 — External Grounding** — lifting self-correction 50% → 92.9% under a noisy notebook,
23
+ and to 100% once one ambiguous trap (#46) is reformulated
24
  · [Space](https://huggingface.co/spaces/Laborator/external-grounding)
25
  · [GitHub](https://github.com/SergheiBrinza/external-grounding)
26
  - **Part 3 — Thin Channel** — how rarely external truth can arrive before calibration collapses
index.html CHANGED
@@ -142,9 +142,10 @@ a{color:var(--gold);text-decoration:none;}
142
  <div class="card">
143
  <div class="num">Part 2</div>
144
  <div class="name">External Grounding</div>
145
- <div class="hook">Lifting self-correction from 50% to 100% under a noisy notebook. Drag the
 
146
  guardian through six versions and watch which traps get fixed — and which regress.</div>
147
- <div class="key">50% → 100% · clone ceiling 64.3% · +fixed / −broken</div>
148
  <div class="links">
149
  <a class="space" href="https://huggingface.co/spaces/Laborator/external-grounding" target="_blank" rel="noopener">Open Space ↗</a>
150
  <a class="gh" href="https://github.com/SergheiBrinza/external-grounding" target="_blank" rel="noopener">GitHub ↗</a>
@@ -175,7 +176,7 @@ a{color:var(--gold);text-decoration:none;}
175
  </div>
176
  <div class="attrib">
177
  Subject model Qwen2.5-3B-Instruct · independent judge Qwen2.5-7B-Instruct (both Apache-2.0,
178
- Alibaba Cloud). Run on a single RTX 3090. No model weights are redistributed here. Demo code: MIT.
179
  </div>
180
  </footer>
181
 
 
142
  <div class="card">
143
  <div class="num">Part 2</div>
144
  <div class="name">External Grounding</div>
145
+ <div class="hook">Lifting self-correction from 50% to 92.9% under a noisy notebook, and to 100%
146
+ once one ambiguous trap (#46) is reformulated. Drag the
147
  guardian through six versions and watch which traps get fixed — and which regress.</div>
148
+ <div class="key">50% → 92.9% (100% after #46) · clone ceiling 64.3% · +fixed / −broken</div>
149
  <div class="links">
150
  <a class="space" href="https://huggingface.co/spaces/Laborator/external-grounding" target="_blank" rel="noopener">Open Space ↗</a>
151
  <a class="gh" href="https://github.com/SergheiBrinza/external-grounding" target="_blank" rel="noopener">GitHub ↗</a>
 
176
  </div>
177
  <div class="attrib">
178
  Subject model Qwen2.5-3B-Instruct · independent judge Qwen2.5-7B-Instruct (both Apache-2.0,
179
+ Alibaba Cloud). Run on a single RTX 3090 Ti. No model weights are redistributed here. Demo code: MIT.
180
  </div>
181
  </footer>
182