farguney commited on
Commit
aebcefd
·
verified ·
1 Parent(s): 302e4bf

Upload g1boot_s2.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. g1boot_s2.json +120 -0
g1boot_s2.json ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "screen": "G1-FS16",
3
+ "arm": "field",
4
+ "seeds": [
5
+ 2
6
+ ],
7
+ "nonce": 0,
8
+ "steps": 4000,
9
+ "events": 2,
10
+ "m_records": 16,
11
+ "d": 64,
12
+ "layers": 3,
13
+ "carrier": 256,
14
+ "train_depth": 10,
15
+ "closure": 16,
16
+ "lam_mid": 0.0,
17
+ "lam_cpu": 0.02,
18
+ "lam_a": 0.02,
19
+ "mid_warmup": 0.0,
20
+ "curriculum": 0.0,
21
+ "straight_through": true,
22
+ "st_after": 0.0,
23
+ "act_init": 4.0,
24
+ "sampled": true,
25
+ "eps": 0.05,
26
+ "device": "cuda",
27
+ "runs": [
28
+ {
29
+ "seed": 2,
30
+ "oracle": {
31
+ "worst_acc": 1.0,
32
+ "worst_depth": -1,
33
+ "max_mid_entropy": 0.0010794074041768909,
34
+ "pass": true
35
+ },
36
+ "history": [
37
+ {
38
+ "acc_d11": 0.0029,
39
+ "exact_d11": 0.0,
40
+ "acc_d12": 0.0107,
41
+ "exact_d12": 0.0,
42
+ "acc_d13": 0.002,
43
+ "exact_d13": 0.0,
44
+ "acc_d14": 0.002,
45
+ "exact_d14": 0.0,
46
+ "acc_d15": 0.0059,
47
+ "exact_d15": 0.0,
48
+ "acc_d16": 0.0,
49
+ "exact_d16": 0.0,
50
+ "heldout_byte_acc": 0.00390625,
51
+ "heldout_record_exact": 0.0,
52
+ "heldout_answer_bpb": 8.05114041765531,
53
+ "heldout_min_exact": 0.0,
54
+ "singleton_len1": 0.5,
55
+ "distinct_codes": 0.0,
56
+ "code_map": "[None, 1]",
57
+ "empty_word_rate": 1.0,
58
+ "word_purity": 0.0,
59
+ "word_len_match": 0.0,
60
+ "clip_compiler_symbols": 4.125268936,
61
+ "clip_compiler_reader": 7.910591125,
62
+ "clip_actions": 14.03301525,
63
+ "clip_carrier": 26.35550308,
64
+ "clip_spine": 3943.043701,
65
+ "step": 0,
66
+ "loss": 4168.09228515625,
67
+ "train_bits": 4025.17,
68
+ "lam_mid": 0.0,
69
+ "boot": 1053.041504,
70
+ "cur_depth": 10,
71
+ "st": 1,
72
+ "s_per_step": 1.1526,
73
+ "wall_s": 1.2
74
+ }
75
+ ],
76
+ "final": {
77
+ "acc_d11": 0.0029,
78
+ "exact_d11": 0.0,
79
+ "acc_d12": 0.0107,
80
+ "exact_d12": 0.0,
81
+ "acc_d13": 0.002,
82
+ "exact_d13": 0.0,
83
+ "acc_d14": 0.002,
84
+ "exact_d14": 0.0,
85
+ "acc_d15": 0.0059,
86
+ "exact_d15": 0.0,
87
+ "acc_d16": 0.0,
88
+ "exact_d16": 0.0,
89
+ "heldout_byte_acc": 0.00390625,
90
+ "heldout_record_exact": 0.0,
91
+ "heldout_answer_bpb": 8.05114041765531,
92
+ "heldout_min_exact": 0.0,
93
+ "singleton_len1": 0.5,
94
+ "distinct_codes": 0.0,
95
+ "code_map": "[None, 1]",
96
+ "empty_word_rate": 1.0,
97
+ "word_purity": 0.0,
98
+ "word_len_match": 0.0,
99
+ "clip_compiler_symbols": 4.125268936,
100
+ "clip_compiler_reader": 7.910591125,
101
+ "clip_actions": 14.03301525,
102
+ "clip_carrier": 26.35550308,
103
+ "clip_spine": 3943.043701,
104
+ "step": 0,
105
+ "loss": 4168.09228515625,
106
+ "train_bits": 4025.17,
107
+ "lam_mid": 0.0,
108
+ "boot": 1053.041504,
109
+ "cur_depth": 10,
110
+ "st": 1,
111
+ "s_per_step": 1.1526,
112
+ "wall_s": 1.2
113
+ }
114
+ }
115
+ ],
116
+ "partial": true,
117
+ "result_file": "g1boot_s2.json",
118
+ "off_law": {},
119
+ "certification_geometry": true
120
+ }