betterwithage commited on
Commit
57f97ec
·
verified ·
1 Parent(s): 7580b20

Upload TRAINING_RECEIPT.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. TRAINING_RECEIPT.json +78 -0
TRAINING_RECEIPT.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifacts": {
3
+ "mini_embed.npz": {
4
+ "loss": null,
5
+ "seed": 20260721,
6
+ "sha256": "ae31a3a7214d1f142d8ea3f4f86c35bdedd7c108bc5d04ea00c87e7b674e6e3b",
7
+ "steps": 0,
8
+ "what": "V=64 d=12 L2 table. Not a foundation embed."
9
+ },
10
+ "moons.npz": {
11
+ "acc": 0.93,
12
+ "loss": 0.12973121797997034,
13
+ "seed": 20260721,
14
+ "sha256": "dda50e3b293534de3f5aec01ebf9f8d6688e06069931618dfd35f01369904104",
15
+ "steps": 400,
16
+ "what": "2\u21928\u21922 MLP on two moons. Not 1.5B."
17
+ },
18
+ "receipt_agent.npz": {
19
+ "agree": 0.905,
20
+ "loss": null,
21
+ "seed": 20260721,
22
+ "sha256": "8aca4d24c90d6159cbb2bb885c7a94822d715899437f58abe69fb5c9664a1381",
23
+ "steps": 1531.0,
24
+ "what": "ReceiptAgent-Nano 4-way gate silhouette; kernel is truth"
25
+ },
26
+ "tiny_khipu.npz": {
27
+ "abstain": 1.0,
28
+ "hallucinated": 0.0,
29
+ "loss": null,
30
+ "plan_valid": 1.0,
31
+ "seed": 20260721,
32
+ "sha256": "cc8d0385b2c75079669df809d7e4823f1ad8d9d535aec511446347490b11dff9",
33
+ "steps": 280,
34
+ "what": "TinyKhipu-Nano NAVIGATE/ABSTAIN silhouette"
35
+ }
36
+ },
37
+ "conjecture_1": "OPEN",
38
+ "cpu_numpy": "LIVE",
39
+ "cuda": "UNAVAILABLE",
40
+ "doctrine": "v11 LOCKED",
41
+ "energy_j": null,
42
+ "energy_status": "UNAVAILABLE",
43
+ "honesty": "REPORTED",
44
+ "id": "szl-khipu.training.v0.1.0",
45
+ "locked": {
46
+ "axioms": 14,
47
+ "declarations": 749,
48
+ "proven": 8,
49
+ "sorries": 163
50
+ },
51
+ "loss": {
52
+ "moons": 0.12973121797997034,
53
+ "receipt_agent": null,
54
+ "tiny_khipu": null
55
+ },
56
+ "proven_trust": false,
57
+ "seed": 20260721,
58
+ "steps": {
59
+ "moons": 400,
60
+ "receipt_agent": 1531.0,
61
+ "tiny_khipu": 280
62
+ },
63
+ "ts": "2026-08-29T01:05:20.761478+00:00",
64
+ "whatNot": [
65
+ "Not Qwen",
66
+ "Not 1.5B trained here",
67
+ "Not SZL-Khipu-1.5B",
68
+ "Not SZL-Forge-1.5B-ReceiptAgent",
69
+ "Not a FlashAttention rehost",
70
+ "Not SageAttention",
71
+ "Lambda uniqueness remains Conjecture 1 OPEN",
72
+ "No fabricated joules",
73
+ "CUDA UNAVAILABLE",
74
+ "proven_trust is false",
75
+ "TinyKhipu is a NAVIGATE/ABSTAIN silhouette",
76
+ "ReceiptAgent-Nano is a 4-way gate silhouette; the kernel is truth"
77
+ ]
78
+ }