AbstractPhil commited on
Commit
31d67e4
Β·
verified Β·
1 Parent(s): a855c59

README: experiments table restored to numeric order + numbering-convention note (numbers bind at prereg; gaps = reserved)

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -76,13 +76,15 @@ resolution) so gaps live in a narrow band β€” the paired design is load-bearing.
76
  | exp003_sigma_registers | register probe: **sigma is the ONLY live axis** β€” caption/type/cond all compress to ≀0; ordering prereg MISS with design consequences | **shipped (candidate, s0)** |
77
  | exp004_anima_relay | relays on the 2B DiT via diffusion-pipe (bf16 per dtype law) | staged |
78
  | exp005_sdxl_tree4a | the SDXL capacity battery (guidepost/scaffold/skeleton) | designed |
79
- | exp013_blob_flow | **CONDITIONING HYPOTHESIS CONFIRMED**: same blob coupling, ~200x the eps effect on the flow substrate (βˆ’5.9% vs +0.03%); blob supervision belongs on flow/v-pred trunks | **shipped (candidate, s0; s1 running)** |
80
- | exp011a_fused_multiband | multiband on REAL fused data: **adapters pay 2-3x more; structural story replicates (3/3 surgical, monolith edge persists); blob targets built 100% after a schema lesson** | **shipped (candidate, s0; s1 running)** |
81
- | exp010_controller | **StepGatedSampler ships**: controller lifts grounding +0.089 over frozen; monotonic lesion ladder; HIGH lesion 14x LP-dominant (coarse-to-fine confirmed in image space); eps-trained HIGH band concentrates (diversity = open training goal) | **shipped (candidate)** |
82
- | exp009_bandroles | role objectives: **directional hit 4/4 but noise-adjacent β€” frequency reweighting too collinear; needs qualitatively different supervision + generation-side gauges (exp010)** | **shipped (2 seeds + rejudge)** |
83
- | exp008_multiband | band-ASSIGNED experts: **mechanism certifies β€” 3/3 surgical band lesions (50-200x), HIGH-noise band expert wins its band (label-corrected); uniform objective doesn't pay (roles enter exp009)** | **shipped (candidate, s0; s1 running)** |
84
  | exp006_sd15core_relay | CORE EPRED certification: **relay beats frozen (βˆ’2.5%) and matched LoRA 2-for-2; grounding gained (+0.036) where LoRA traded it; gates GROW on the core** | **shipped (candidate, s0)** |
85
  | exp007_amoe_lora | AMoE v1 vs monolith falsifier: **falsifier fires β€” uniform pressure β‡’ flat usage, dispatch pays nothing (Tree-1b law on diffusion); machinery green; next = structural band assignment** | **shipped (candidate, s0)** |
 
 
 
 
 
 
 
86
 
87
  Code for each experiment ships in its folder with `results.json` from the run
88
  ledger. Substrate modules in `substrate/`.
 
76
  | exp003_sigma_registers | register probe: **sigma is the ONLY live axis** β€” caption/type/cond all compress to ≀0; ordering prereg MISS with design consequences | **shipped (candidate, s0)** |
77
  | exp004_anima_relay | relays on the 2B DiT via diffusion-pipe (bf16 per dtype law) | staged |
78
  | exp005_sdxl_tree4a | the SDXL capacity battery (guidepost/scaffold/skeleton) | designed |
 
 
 
 
 
79
  | exp006_sd15core_relay | CORE EPRED certification: **relay beats frozen (βˆ’2.5%) and matched LoRA 2-for-2; grounding gained (+0.036) where LoRA traded it; gates GROW on the core** | **shipped (candidate, s0)** |
80
  | exp007_amoe_lora | AMoE v1 vs monolith falsifier: **falsifier fires β€” uniform pressure β‡’ flat usage, dispatch pays nothing (Tree-1b law on diffusion); machinery green; next = structural band assignment** | **shipped (candidate, s0)** |
81
+ | exp008_multiband | band-ASSIGNED experts: **mechanism certifies β€” 3/3 surgical band lesions (50-200x), HIGH-noise band expert wins its band (label-corrected); uniform objective doesn't pay (roles enter exp009)** | **shipped (candidate, s0; s1 running)** |
82
+ | exp009_bandroles | role objectives: **directional hit 4/4 but noise-adjacent β€” frequency reweighting too collinear; needs qualitatively different supervision + generation-side gauges (exp010)** | **shipped (2 seeds + rejudge)** |
83
+ | exp010_controller | **StepGatedSampler ships**: controller lifts grounding +0.089 over frozen; monotonic lesion ladder; HIGH lesion 14x LP-dominant (coarse-to-fine confirmed in image space); eps-trained HIGH band concentrates (diversity = open training goal) | **shipped (candidate)** |
84
+ | exp011a_fused_multiband | multiband on REAL fused data: **adapters pay 2-3x more; structural story replicates (3/3 surgical, monolith edge persists); blob targets built 100% after a schema lesson** | **shipped (candidate, s0; s1 running)** |
85
+ | exp013_blob_flow | **CONDITIONING HYPOTHESIS CONFIRMED**: same blob coupling, ~200x the eps effect on the flow substrate (βˆ’5.9% vs +0.03%); blob supervision belongs on flow/v-pred trunks | **shipped (candidate, s0; s1 running)** |
86
+
87
+ Numbering: a number binds to a preregistered design at assignment and is never reassigned β€” gaps mean reserved-not-yet-run (exp004 = the Anima relay train, integration-certified by R0b; exp005 = the SDXL Tree-4a battery, designed). Sub-letters (000b) extend a shipped experiment without disturbing its rows.
88
 
89
  Code for each experiment ships in its folder with `results.json` from the run
90
  ledger. Substrate modules in `substrate/`.