second-loop / README.md
Laborator's picture
Convert hub gradio->static (same content: three series cards)
ab6febe verified
|
Raw
History Blame Contribute Delete
1.22 kB
---
title: 0 · Project hub
emoji: 🔁
colorFrom: indigo
colorTo: purple
sdk: static
app_file: index.html
pinned: true
license: mit
short_description: Durable correction of memorized LLM errors hub
---
# Second Loop — Project hub
Landing page for the three demo Spaces of the Second Loop project. Each linked
Space is fully static (no model loaded); every number is a verbatim output of the
live experimental run.
- **Part 1 — Scar-Survival** — a memorized LLM error, corrected: how durable is the fix?
· [Space](https://huggingface.co/spaces/Laborator/scar-survival)
· [GitHub](https://github.com/SergheiBrinza/scar-survival)
- **Part 2 — External Grounding** — lifting self-correction 50% → 100% under a noisy notebook
· [Space](https://huggingface.co/spaces/Laborator/external-grounding)
· [GitHub](https://github.com/SergheiBrinza/external-grounding)
- **Part 3 — Thin Channel** — how rarely external truth can arrive before calibration collapses
· [Space](https://huggingface.co/spaces/Laborator/thin-channel)
· [GitHub](https://github.com/SergheiBrinza/thin-channel)
Subject model Qwen2.5-3B-Instruct (frozen); independent judge Qwen2.5-7B-Instruct.
Demo code: MIT.