farguney commited on
Commit
be910ea
·
verified ·
1 Parent(s): eec3a46

Upload g1fs16_random_frozen.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. g1fs16_random_frozen.json +78 -0
g1fs16_random_frozen.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "screen": "G1-FS16",
3
+ "arm": "random_frozen",
4
+ "seeds": [
5
+ 0
6
+ ],
7
+ "nonce": 0,
8
+ "steps": 4,
9
+ "events": 1,
10
+ "m_records": 4,
11
+ "d": 32,
12
+ "layers": 2,
13
+ "carrier": 128,
14
+ "train_depth": 3,
15
+ "closure": 4,
16
+ "lam_mid": 1.0,
17
+ "lam_cpu": 0.02,
18
+ "lam_a": 0.02,
19
+ "mid_warmup": 0.3,
20
+ "curriculum": 0.5,
21
+ "straight_through": false,
22
+ "eps": 0.05,
23
+ "device": "cpu",
24
+ "runs": [
25
+ {
26
+ "seed": 0,
27
+ "oracle": {
28
+ "worst_acc": 0.06640625,
29
+ "worst_depth": 4,
30
+ "max_mid_entropy": 1.6275219917297363,
31
+ "pass": false
32
+ },
33
+ "history": [
34
+ {
35
+ "acc_d4": 0.0,
36
+ "exact_d4": 0.0,
37
+ "heldout_byte_acc": 0.0,
38
+ "heldout_record_exact": 0.0,
39
+ "heldout_answer_bpb": 7.96185827255249,
40
+ "heldout_min_exact": 0.0,
41
+ "singleton_len1": 0.5,
42
+ "distinct_codes": 0.0,
43
+ "code_map": "[0, None]",
44
+ "empty_word_rate": 1.0,
45
+ "word_purity": 0.0,
46
+ "word_len_match": 0.0,
47
+ "step": 0,
48
+ "loss": 1033.364990234375,
49
+ "lam_mid": 0.0,
50
+ "cur_depth": 1,
51
+ "s_per_step": 0.0202,
52
+ "wall_s": 0.0
53
+ }
54
+ ],
55
+ "final": {
56
+ "acc_d4": 0.0,
57
+ "exact_d4": 0.0,
58
+ "heldout_byte_acc": 0.0,
59
+ "heldout_record_exact": 0.0,
60
+ "heldout_answer_bpb": 7.96185827255249,
61
+ "heldout_min_exact": 0.0,
62
+ "singleton_len1": 0.5,
63
+ "distinct_codes": 0.0,
64
+ "code_map": "[0, None]",
65
+ "empty_word_rate": 1.0,
66
+ "word_purity": 0.0,
67
+ "word_len_match": 0.0,
68
+ "step": 0,
69
+ "loss": 1033.364990234375,
70
+ "lam_mid": 0.0,
71
+ "cur_depth": 1,
72
+ "s_per_step": 0.0202,
73
+ "wall_s": 0.0
74
+ }
75
+ }
76
+ ],
77
+ "partial": true
78
+ }