bryan7264 commited on
Commit
fa2c630
·
verified ·
1 Parent(s): 2c3dd16

Delete output/deep_benchmarks/13_ablation/results/ablation.json with huggingface_hub

Browse files
output/deep_benchmarks/13_ablation/results/ablation.json DELETED
@@ -1,66 +0,0 @@
1
- {
2
- "synthetic": [
3
- {
4
- "label": "A. Full model",
5
- "gamma_r": 0.853620590942485
6
- },
7
- {
8
- "label": "B. No z_PT (d_PT=1)",
9
- "gamma_r": 0.6446803854775524
10
- },
11
- {
12
- "label": "C. No z_T (d_T=1)",
13
- "gamma_r": 0.7741791915360624
14
- },
15
- {
16
- "label": "D. No beta warmstart",
17
- "gamma_r": 0.853620590942485
18
- },
19
- {
20
- "label": "E. No KL",
21
- "gamma_r": 0.8559657706514536
22
- },
23
- {
24
- "label": "F. Small model",
25
- "gamma_r": 0.614105266713452
26
- }
27
- ],
28
- "pancreas": [
29
- {
30
- "label": "A. Full model",
31
- "halflife_r": -0.27654989254430723,
32
- "n_genes": 236,
33
- "silhouette": 0.20144540071487427
34
- },
35
- {
36
- "label": "B. No z_PT (d_PT=1)",
37
- "halflife_r": -0.2759728995905596,
38
- "n_genes": 236,
39
- "silhouette": 0.2167206108570099
40
- },
41
- {
42
- "label": "C. No z_T (d_T=1)",
43
- "halflife_r": -0.2738014158239633,
44
- "n_genes": 236,
45
- "silhouette": 0.21977673470973969
46
- },
47
- {
48
- "label": "D. No beta warmstart",
49
- "halflife_r": -0.27654989254430723,
50
- "n_genes": 236,
51
- "silhouette": 0.20742762088775635
52
- },
53
- {
54
- "label": "E. No KL",
55
- "halflife_r": -0.27142040692621966,
56
- "n_genes": 236,
57
- "silhouette": 0.1686449944972992
58
- },
59
- {
60
- "label": "F. Small model",
61
- "halflife_r": -0.28044185609150085,
62
- "n_genes": 236,
63
- "silhouette": -0.09844162315130234
64
- }
65
- ]
66
- }