AbstractPhil commited on
Commit
820f443
·
verified ·
1 Parent(s): 3b52079

frame prototype v0.1: byte-state arm beats index twin (digits 0.275 vs 0.045, twin has only 200 keys for 999 states); RSA says the codebook kept C ancestry; entry channel real vs failing random control

Browse files
Files changed (1) hide show
  1. proto_frame/entry_ledger_2b.json +28 -0
proto_frame/entry_ledger_2b.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "byte_codebook": {
3
+ "n": 800,
4
+ "flip_to_injected": 0.0862,
5
+ "stuck_on_true": 0.0437,
6
+ "rel_divergence": 0.0002
7
+ },
8
+ "random_codebook_control": {
9
+ "n": 800,
10
+ "flip_to_injected": 0.0,
11
+ "stuck_on_true": 0.03,
12
+ "rel_divergence": 0.0002
13
+ },
14
+ "lstsq_rel_residual": {
15
+ "byte_fit": 0.0,
16
+ "byte_heldout": 0.9033,
17
+ "random_fit": 0.0,
18
+ "random_heldout": 1.216
19
+ },
20
+ "g_split": {
21
+ "gfit": 89,
22
+ "gprobe": 60
23
+ },
24
+ "_env": {
25
+ "transformers": "5.13.0",
26
+ "torch": "2.11.0+cu128"
27
+ }
28
+ }