Upload g1fs16_pilot.json with huggingface_hub
Browse files- g1fs16_pilot.json +55 -0
g1fs16_pilot.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"screen": "G1-FS16",
|
| 3 |
+
"arm": "field",
|
| 4 |
+
"seeds": [
|
| 5 |
+
0
|
| 6 |
+
],
|
| 7 |
+
"nonce": 0,
|
| 8 |
+
"steps": 300,
|
| 9 |
+
"events": 1,
|
| 10 |
+
"m_records": 8,
|
| 11 |
+
"d": 64,
|
| 12 |
+
"layers": 3,
|
| 13 |
+
"carrier": 256,
|
| 14 |
+
"train_depth": 10,
|
| 15 |
+
"closure": 16,
|
| 16 |
+
"lam_mid": 1.0,
|
| 17 |
+
"lam_cpu": 0.02,
|
| 18 |
+
"lam_a": 0.02,
|
| 19 |
+
"eps": 0.05,
|
| 20 |
+
"device": "cuda",
|
| 21 |
+
"runs": [
|
| 22 |
+
{
|
| 23 |
+
"seed": 0,
|
| 24 |
+
"oracle": {
|
| 25 |
+
"worst_acc": 1.0,
|
| 26 |
+
"worst_depth": -1,
|
| 27 |
+
"max_mid_entropy": 0.0008481992990709841,
|
| 28 |
+
"pass": true
|
| 29 |
+
},
|
| 30 |
+
"history": [
|
| 31 |
+
{
|
| 32 |
+
"heldout_byte_acc": 0.0026041666666666665,
|
| 33 |
+
"heldout_record_exact": 0.0,
|
| 34 |
+
"singleton_words": "[(1,), (0,)]",
|
| 35 |
+
"singleton_len1": 1.0,
|
| 36 |
+
"distinct_codes": 1.0,
|
| 37 |
+
"step": 0,
|
| 38 |
+
"loss": 2066.839599609375,
|
| 39 |
+
"wall_s": 3.9
|
| 40 |
+
}
|
| 41 |
+
],
|
| 42 |
+
"final": {
|
| 43 |
+
"heldout_byte_acc": 0.0026041666666666665,
|
| 44 |
+
"heldout_record_exact": 0.0,
|
| 45 |
+
"singleton_words": "[(1,), (0,)]",
|
| 46 |
+
"singleton_len1": 1.0,
|
| 47 |
+
"distinct_codes": 1.0,
|
| 48 |
+
"step": 0,
|
| 49 |
+
"loss": 2066.839599609375,
|
| 50 |
+
"wall_s": 3.9
|
| 51 |
+
}
|
| 52 |
+
}
|
| 53 |
+
],
|
| 54 |
+
"partial": true
|
| 55 |
+
}
|