wuff-mann commited on
Commit
b274a82
·
1 Parent(s): de6039c

C3-A oracle audit sync: c3a_decision.json

Browse files
WaveSemanticHybridCodec/V5_ACSSVAE_C3A_OracleAudit/c3a_decision.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "run": "V5_ACSSVAE_C3A_REAL_LATENT_ORACLE_AUDIT",
3
+ "profile": "T4_L4_EXPERIMENT",
4
+ "best_candidate": "C2_consolidate",
5
+ "decision": "C3B_SEMANTIC_ADAPTER_THEN_SHAPE_DISTILLATION",
6
+ "reason": "Joint semantic+shape inversion is materially stronger than C4-only inversion; semantic-domain alignment must be repaired before or together with code distillation.",
7
+ "metrics": {
8
+ "shape_oracle_gain_vs_zero_mean": 0.12817601922168648,
9
+ "shape_oracle_gain_vs_encoder_mean": 0.039146054385857075,
10
+ "oracle_hard_negative_relative_gap_mean": 0.10116112610063221,
11
+ "joint_extra_gain_mean": 0.21374508425867572
12
+ },
13
+ "thresholds": {
14
+ "decoder_capacity_gain": 0.15,
15
+ "encoder_distill_gain": 0.1,
16
+ "joint_extra_gain": 0.12,
17
+ "min_hardneg_rel_gap": 0.05
18
+ },
19
+ "candidates": {
20
+ "source_B_shape": {
21
+ "remote": "WaveSemanticHybridCodec/V5_ACSSVAE/checkpoints/best_acssvae.pt",
22
+ "phase": "B_shape",
23
+ "epoch": 7,
24
+ "score": 0.006085039151522019
25
+ },
26
+ "C2_protected": {
27
+ "remote": "WaveSemanticHybridCodec/V5_ACSSVAE_C2_CausalProtectedReal/checkpoints/C2_protected/complete.pt",
28
+ "phase": "C2_protected",
29
+ "epoch": 8,
30
+ "score": 0.05268106650805566
31
+ },
32
+ "C2_consolidate": {
33
+ "remote": "WaveSemanticHybridCodec/V5_ACSSVAE_C2_CausalProtectedReal/checkpoints/C2_consolidate/complete.pt",
34
+ "phase": "C2_consolidate",
35
+ "epoch": 6,
36
+ "score": 0.05119276133055488
37
+ }
38
+ },
39
+ "created_utc": "2026-07-08T07:00:44.910434+00:00"
40
+ }