farguney commited on
Commit
09328df
·
verified ·
1 Parent(s): e698bde

Upload scratch/g1rep_random_frozen_s1.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. scratch/g1rep_random_frozen_s1.json +118 -0
scratch/g1rep_random_frozen_s1.json ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "screen": "G1-FS16",
3
+ "arm": "random_frozen",
4
+ "seeds": [
5
+ 1
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": 1,
30
+ "oracle": {
31
+ "worst_acc": 0.0,
32
+ "worst_depth": 8,
33
+ "max_mid_entropy": 1.0200042724609375,
34
+ "pass": false
35
+ },
36
+ "history": [
37
+ {
38
+ "acc_d11": 0.0,
39
+ "exact_d11": 0.0,
40
+ "acc_d12": 0.002,
41
+ "exact_d12": 0.0,
42
+ "acc_d13": 0.0039,
43
+ "exact_d13": 0.0,
44
+ "acc_d14": 0.0039,
45
+ "exact_d14": 0.0,
46
+ "acc_d15": 0.0,
47
+ "exact_d15": 0.0,
48
+ "acc_d16": 0.0059,
49
+ "exact_d16": 0.0,
50
+ "heldout_byte_acc": 0.0026041666666666665,
51
+ "heldout_record_exact": 0.0,
52
+ "heldout_answer_bpb": 8.074793547391891,
53
+ "heldout_min_exact": 0.0,
54
+ "singleton_len1": 1.0,
55
+ "distinct_codes": 1.0,
56
+ "code_map": "[1, 0]",
57
+ "empty_word_rate": 1.0,
58
+ "word_purity": 1.0,
59
+ "word_len_match": 1.0,
60
+ "purity_by_depth": "[1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]",
61
+ "purity_trained": 1.0,
62
+ "purity_closure": 1.0,
63
+ "clip_compiler": 1.729,
64
+ "clip_spine": 4385.614,
65
+ "step": 0,
66
+ "loss": 4226.7734375,
67
+ "train_bits": 4175.31,
68
+ "lam_mid": 0.0,
69
+ "cur_depth": 10,
70
+ "st": 1,
71
+ "s_per_step": 2.2521,
72
+ "wall_s": 2.3
73
+ }
74
+ ],
75
+ "final": {
76
+ "acc_d11": 0.0,
77
+ "exact_d11": 0.0,
78
+ "acc_d12": 0.002,
79
+ "exact_d12": 0.0,
80
+ "acc_d13": 0.0039,
81
+ "exact_d13": 0.0,
82
+ "acc_d14": 0.0039,
83
+ "exact_d14": 0.0,
84
+ "acc_d15": 0.0,
85
+ "exact_d15": 0.0,
86
+ "acc_d16": 0.0059,
87
+ "exact_d16": 0.0,
88
+ "heldout_byte_acc": 0.0026041666666666665,
89
+ "heldout_record_exact": 0.0,
90
+ "heldout_answer_bpb": 8.074793547391891,
91
+ "heldout_min_exact": 0.0,
92
+ "singleton_len1": 1.0,
93
+ "distinct_codes": 1.0,
94
+ "code_map": "[1, 0]",
95
+ "empty_word_rate": 1.0,
96
+ "word_purity": 1.0,
97
+ "word_len_match": 1.0,
98
+ "purity_by_depth": "[1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0]",
99
+ "purity_trained": 1.0,
100
+ "purity_closure": 1.0,
101
+ "clip_compiler": 1.729,
102
+ "clip_spine": 4385.614,
103
+ "step": 0,
104
+ "loss": 4226.7734375,
105
+ "train_bits": 4175.31,
106
+ "lam_mid": 0.0,
107
+ "cur_depth": 10,
108
+ "st": 1,
109
+ "s_per_step": 2.2521,
110
+ "wall_s": 2.3
111
+ }
112
+ }
113
+ ],
114
+ "partial": true,
115
+ "result_file": "scratch/g1rep_random_frozen_s1.json",
116
+ "off_law": {},
117
+ "certification_geometry": true
118
+ }