AbstractPhil commited on
Commit
552f3b1
·
verified ·
1 Parent(s): cd1700c

exp014 s1: router v1 negative 2-seed (ordering + both instrument findings replicate)

Browse files
exp014_te_dispatch/README.md CHANGED
@@ -34,3 +34,11 @@ te_key (trained CLIP-pooler adapter → key).
34
 
35
  **Caveats.** s0 (s1 running); one scale (A=4, 3k steps); pooler-only TE
36
  feature; flow trunk only. Cost ≈ 4.6 GPU-h incl. text-feature build.
 
 
 
 
 
 
 
 
 
34
 
35
  **Caveats.** s0 (s1 running); one scale (A=4, 3k steps); pooler-only TE
36
  feature; flow trunk only. Cost ≈ 4.6 GPU-h incl. text-feature build.
37
+
38
+ ---
39
+ ## SEED-1 (2026-07-19, `results_s1.json`) — 2-SEED: the ordering replicates
40
+ sigma 0.57219 < te 0.57468 < addr 0.57769 (same order both seeds); addr
41
+ routing dead both seeds (5.6e-06/1.4e-05); state-key prompt variance
42
+ present both seeds (2.9e-02/2.4e-02). Router v1's negative and both
43
+ instrument findings are seed-robust. v2 = M̂-bottlenecked address key +
44
+ repeated-key null.
exp014_te_dispatch/results_s1.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "steps": 3000,
4
+ "batch": 16,
5
+ "seed": 1,
6
+ "trunk": "base_lune flow",
7
+ "A": 4,
8
+ "r": 8
9
+ },
10
+ "frozen": {
11
+ "val": 0.6298933834768832,
12
+ "blob_high": 0.184471
13
+ },
14
+ "sigma_key": {
15
+ "val": 0.572191234328784,
16
+ "blob_high": 0.126569,
17
+ "usage_var_by_prompt": 0.02935528,
18
+ "usage_var_shuffled_null": 0,
19
+ "val_toggled_off": 0.6298933834768832
20
+ },
21
+ "addr_key": {
22
+ "val": 0.5776939514908008,
23
+ "blob_high": 0.130471,
24
+ "usage_var_by_prompt": 5.57e-06,
25
+ "usage_var_shuffled_null": 5.57e-06,
26
+ "val_toggled_off": 0.6298933834768832
27
+ },
28
+ "te_key": {
29
+ "val": 0.5746778208413161,
30
+ "blob_high": 0.127577,
31
+ "usage_var_by_prompt": 0.01164498,
32
+ "usage_var_shuffled_null": 0.00936292,
33
+ "val_toggled_off": 0.6298933834768832
34
+ },
35
+ "verdict": {
36
+ "P1_te_vs_sigma": "sigma",
37
+ "P2_router_signature": {
38
+ "te_var": 0.01164498,
39
+ "te_null": 0.00936292,
40
+ "hit_3x": false
41
+ },
42
+ "P4_text_rep_ordering": {
43
+ "addr_key_val": 0.5776939514908008,
44
+ "te_key_val": 0.5746778208413161,
45
+ "addr_key_var": 5.57e-06,
46
+ "te_key_var": 0.01164498
47
+ },
48
+ "common": {
49
+ "sigma_key": 0.572191234328784,
50
+ "addr_key": 0.5776939514908008,
51
+ "te_key": 0.5746778208413161
52
+ },
53
+ "note": "router-solidifier v1; 1-seed CANDIDATE"
54
+ }
55
+ }