Laborator commited on
Commit
c53ed39
·
verified ·
1 Parent(s): 3729496

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -20,10 +20,10 @@ PROJECTS = [
20
  "tagline": "Durable correction of memorized LLM errors",
21
  "summary": (
22
  "A frozen Qwen2.5-3B-Instruct, an external notebook of authoritative facts, "
23
- "and CK-PLUG / DeCK-style contrastive decoding. Tested on 14 sticky-fact "
24
  "traps, scored by an independent 7B judge across 10 full process reloads."
25
  ),
26
- "headline": "0/1414/14 corrected · 100% survival across 10 reloads",
27
  "icon": "🩹",
28
  "color": "red",
29
  "demo_url": f"https://huggingface.co/spaces/{HF_USER}/scar-survival",
@@ -35,11 +35,11 @@ PROJECTS = [
35
  "tagline": "Defending an LLM's correction notebook from polluted memory",
36
  "summary": (
37
  "Two guardians at the entrance to the notebook. Guardian 1.0 uses a "
38
- "same-family clone as arbiter and caps at 64%. Guardian 2.x replaces "
39
  "the arbiter with live Wikipedia retrieval plus three targeted fixes; "
40
- "the arc reaches 100% on the same 14 traps."
41
  ),
42
- "headline": "50% → 64% → 71% → 86% → 100% across six guardian variants",
43
  "icon": "🛡️",
44
  "color": "orange",
45
  "demo_url": f"https://huggingface.co/spaces/{HF_USER}/external-grounding",
 
20
  "tagline": "Durable correction of memorized LLM errors",
21
  "summary": (
22
  "A frozen Qwen2.5-3B-Instruct, an external notebook of authoritative facts, "
23
+ "and CK-PLUG / DeCK-style contrastive decoding. Tested on 12 sticky-fact "
24
  "traps, scored by an independent 7B judge across 10 full process reloads."
25
  ),
26
+ "headline": "0/1212/12 corrected · 100% survival across 10 reloads",
27
  "icon": "🩹",
28
  "color": "red",
29
  "demo_url": f"https://huggingface.co/spaces/{HF_USER}/scar-survival",
 
35
  "tagline": "Defending an LLM's correction notebook from polluted memory",
36
  "summary": (
37
  "Two guardians at the entrance to the notebook. Guardian 1.0 uses a "
38
+ "same-family clone as arbiter and caps at 66.7%. Guardian 2.x replaces "
39
  "the arbiter with live Wikipedia retrieval plus three targeted fixes; "
40
+ "the arc reaches 100% on the same 12 traps."
41
  ),
42
+ "headline": "50% → 66.7% → 66.7% → 91.7% → 100% across six guardian variants",
43
  "icon": "🛡️",
44
  "color": "orange",
45
  "demo_url": f"https://huggingface.co/spaces/{HF_USER}/external-grounding",