sahilfarib commited on
Commit
f0c0e5f
·
verified ·
1 Parent(s): b2d2b69

Upload results/ablation_results_fixed.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. results/ablation_results_fixed.json +20 -0
results/ablation_results_fixed.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "baseline_kl": 1.6706406287396436,
3
+ "ablation_results": {
4
+ "All features (baseline)": 1.6706406287396436,
5
+ "Remove T1": 1.6707678343944317,
6
+ "Remove T2": 1.6704676435658214,
7
+ "Remove Readout Error": 1.6150548985438073,
8
+ "Remove CX Gate Error": 1.37712037079021
9
+ },
10
+ "ablation_deltas": {
11
+ "Remove T1": 0.00012720565478807622,
12
+ "Remove T2": -0.00017298517382213774,
13
+ "Remove Readout Error": -0.055585730195836236,
14
+ "Remove CX Gate Error": -0.2935202579494336
15
+ },
16
+ "strongest_mismatch_feature": "Remove CX Gate Error",
17
+ "strongest_mismatch_delta": 0.2935202579494336,
18
+ "most_useful_feature": null,
19
+ "most_useful_delta": 0.0
20
+ }