SoulInPsyAbstract commited on
Commit
25e2c2c
·
verified ·
1 Parent(s): 01f0879

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -5
README.md CHANGED
@@ -39,12 +39,18 @@ Identified by Dipankar Sarkar. Proven by k=20 resample benchmark.
39
 
40
  One unverifiable question, 20 resamples at temperature=1.0:
41
 
42
- | Architecture | Refusals | Fabrications | Entropy |
43
  |---|---|---|---|
44
- | Base (Hermes-3-8B) | 9/20 | 11/20 | MED |
45
- | Best SFT (Specialist C) | 13/20 | 8/20 | MED |
46
- | Full merge (ABCD) | 5/20 | 11/20 | HIGH |
47
- | **Binary Gate** | **20/20** | **0/20** | **ZERO** |
 
 
 
 
 
 
48
 
49
  ## Install
50
 
 
39
 
40
  One unverifiable question, 20 resamples at temperature=1.0:
41
 
42
+ | Architecture | Refusals | Fabrications | Approach |
43
  |---|---|---|---|
44
+ | Base (Hermes-3-8B) | 9/20 | 11/20 | none |
45
+ | Best SFT (Specialist C) | 13/20 | 8/20 | old SFT |
46
+ | AB (dual merge) | 2/20 | 11/20 | old SFT merge |
47
+ | ABCD (full merge) | 5/20 | 11/20 | old SFT merge |
48
+ | **Binary Gate** | **20/20** | **0/20** | architecture |
49
+ | **Hermes-3-binary** | **20/20** | **0/20** | binary SFT |
50
+ | **Qwen2.5-binary** | **20/20** | **0/20** | binary SFT |
51
+ | **DeepSeek-R1-binary** | **20/20** | **0/20** | binary SFT |
52
+
53
+ Two paths, one result. Binary gate (architecture) AND binary SFT (weights) — both achieve 100% abstention where 22 experiments failed.
54
 
55
  ## Install
56