wuff-mann commited on
Commit
f2ccc0f
·
verified ·
1 Parent(s): 656a42c

Upload sigma_v7_gate_test/gate_test_report.json with huggingface_hub

Browse files
sigma_v7_gate_test/gate_test_report.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "g3": "FAIL",
3
+ "g4": "FAIL",
4
+ "g5": "PARTIAL",
5
+ "g3_detail": {
6
+ "2hop": {
7
+ "T1": 0.12083333979050319,
8
+ "T8": 0.11183333893616994,
9
+ "delta": -0.009000000854333251,
10
+ "pass": false
11
+ },
12
+ "3hop": {
13
+ "T1": 0.1261666715145111,
14
+ "T8": 0.11500000456968944,
15
+ "delta": -0.011166666944821671,
16
+ "pass": false
17
+ },
18
+ "5hop": {
19
+ "T1": 0.12016667425632477,
20
+ "T8": 0.10466667264699936,
21
+ "delta": -0.015500001609325409,
22
+ "pass": false
23
+ }
24
+ },
25
+ "g4_detail": {
26
+ "n_nodes": 14,
27
+ "best_acc": 0.12283333887656529,
28
+ "threshold": 0.3
29
+ },
30
+ "g5_detail": {
31
+ "optimal_T": {
32
+ "1": 1,
33
+ "2": 1,
34
+ "3": 1,
35
+ "5": 0
36
+ },
37
+ "monotonic": false
38
+ },
39
+ "summary_table": {
40
+ "1hop_T0": 0.11833333969116211,
41
+ "1hop_T1": 0.13016667465368906,
42
+ "1hop_T2": 0.12033333877722423,
43
+ "1hop_T4": 0.12183333685000737,
44
+ "1hop_T8": 0.11850000669558843,
45
+ "1hop_T16": 0.1210000067949295,
46
+ "2hop_T0": 0.11666667213042577,
47
+ "2hop_T1": 0.12083333979050319,
48
+ "2hop_T2": 0.1215000053246816,
49
+ "2hop_T4": 0.1196666732430458,
50
+ "2hop_T8": 0.11183333893616994,
51
+ "2hop_T16": 0.10983333985010783,
52
+ "3hop_T0": 0.12183334181706111,
53
+ "3hop_T1": 0.1261666715145111,
54
+ "3hop_T2": 0.12183333685000737,
55
+ "3hop_T4": 0.12400000542402267,
56
+ "3hop_T8": 0.11500000456968944,
57
+ "3hop_T16": 0.10466667264699936,
58
+ "5hop_T0": 0.12283333639303844,
59
+ "5hop_T1": 0.12016667425632477,
60
+ "5hop_T2": 0.12283333887656529,
61
+ "5hop_T4": 0.11950000623861949,
62
+ "5hop_T8": 0.10466667264699936,
63
+ "5hop_T16": 0.1020000030597051
64
+ },
65
+ "architecture": {
66
+ "v6_fixes": [
67
+ "autocast_disabled",
68
+ "density_normalize",
69
+ "per_step_Wsend"
70
+ ],
71
+ "node_dim": 128,
72
+ "top_k": 16,
73
+ "n_heads": 2,
74
+ "n_distractors": 8,
75
+ "n_train": 8000
76
+ }
77
+ }