farguney commited on
Commit
e6f5e0e
·
verified ·
1 Parent(s): 870fce2

Upload g1fs16_no_opfield.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. g1fs16_no_opfield.json +53 -0
g1fs16_no_opfield.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "screen": "G1-FS16",
3
+ "arm": "no_opfield",
4
+ "seeds": [
5
+ 0,
6
+ 1,
7
+ 2
8
+ ],
9
+ "nonce": 0,
10
+ "steps": 24000,
11
+ "events": 1,
12
+ "m_records": 8,
13
+ "d": 64,
14
+ "layers": 3,
15
+ "carrier": 256,
16
+ "train_depth": 10,
17
+ "closure": 16,
18
+ "lam_mid": 1.0,
19
+ "lam_cpu": 0.02,
20
+ "lam_a": 0.02,
21
+ "mid_warmup": 0.3,
22
+ "curriculum": 0.5,
23
+ "eps": 0.05,
24
+ "device": "cuda",
25
+ "runs": [
26
+ {
27
+ "seed": 0,
28
+ "history": [
29
+ {
30
+ "heldout_byte_acc": 0.0026041666666666665,
31
+ "heldout_record_exact": 0.0,
32
+ "step": 0,
33
+ "loss": 2052.880126953125,
34
+ "lam_mid": 0.0,
35
+ "cur_depth": 1,
36
+ "s_per_step": 0.6398,
37
+ "wall_s": 0.6
38
+ }
39
+ ],
40
+ "final": {
41
+ "heldout_byte_acc": 0.0026041666666666665,
42
+ "heldout_record_exact": 0.0,
43
+ "step": 0,
44
+ "loss": 2052.880126953125,
45
+ "lam_mid": 0.0,
46
+ "cur_depth": 1,
47
+ "s_per_step": 0.6398,
48
+ "wall_s": 0.6
49
+ }
50
+ }
51
+ ],
52
+ "partial": true
53
+ }