dancinlife commited on
Commit
214de92
·
verified ·
1 Parent(s): c654f5c

feat(hexad-corpus): v1-byte-consciousness-d128-cycle1-2026-05-17 — manifest.json (PUBLIC dataset push)

Browse files
Files changed (1) hide show
  1. manifest.json +77 -0
manifest.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "hexad-corpus",
3
+ "version": "v1-byte-consciousness-d128-cycle1-2026-05-17",
4
+ "file": "corpus_consciousness_v1.jsonl",
5
+ "format": "jsonl",
6
+ "sha256": "804664361e639be7ecceae6ff3c470961e015090c264da9eac1df8716144681f",
7
+ "bytes": 151943,
8
+ "lines": 240,
9
+ "vocab_size": 256,
10
+ "encoding": "utf-8",
11
+ "tokenization": "byte-level (no tokenizer; raw bytes from the JSONL 'text'+'desc' content)",
12
+ "byte_content_size_used_by_fires": 120673,
13
+ "schema": {
14
+ "id": "string — stable identifier (e.g. 'ccv1_c_0')",
15
+ "text": "string — primary content chunk, English + Korean bilingual",
16
+ "desc": "string — descriptive label (module / idx / nonce / eig / keyword keys)",
17
+ "hexad_module": "string ∈ {hexad_c, hexad_d, hexad_e, hexad_m, hexad_s, hexad_w}",
18
+ "idx": "integer — within-module chunk index",
19
+ "source": "string — generator identity (e.g. 'corpus_generator.hexa v1')",
20
+ "phi_family": "string — corpus family label (e.g. 'Hexad')"
21
+ },
22
+ "modules": {
23
+ "hexad_c": 40,
24
+ "hexad_d": 40,
25
+ "hexad_e": 40,
26
+ "hexad_m": 40,
27
+ "hexad_s": 40,
28
+ "hexad_w": 40,
29
+ "total": 240
30
+ },
31
+ "used_by": [
32
+ {
33
+ "fire": "Phase E2 (hexa-CPU d_train5 d=32x3L CPU-equiv + d=768x12L blocker)",
34
+ "date": "2026-05-16",
35
+ "scale": "d=32x3L (CPU-equiv PASS) / d=768x12L (init-only blocker)",
36
+ "commit": "(see state/hexad_gpu_fire_phaseE2_2026_05_16/)",
37
+ "substrate": "hexa-cpu (boxed) + hexa-cuda (Phase D/E GPU-routed BACKWARD, A100 SXM4)",
38
+ "result": "d=32x3L gn2 7.97116 -> 3.73374e-07 GRAD-EXACT bit-equal; d>=384 substrate-bound on FAT-HOST"
39
+ },
40
+ {
41
+ "fire": ".py PyTorch d=768x12L cycle 1 (ckpt-LOST evidence-only)",
42
+ "date": "2026-05-16",
43
+ "scale": "d=768x12L (283.72M params)",
44
+ "commit": "931dd68b0",
45
+ "substrate": "py (PyTorch / vast.ai A100 SXM4)",
46
+ "result": "init CE 5.59 -> trained past init; ckpt-LOST (instance destroyed before pull)"
47
+ },
48
+ {
49
+ "fire": ".py PyTorch d=768x12L cycle 2 (ckpt-RECOVERED, HF dancinlab/hexad first canonical artifact)",
50
+ "date": "2026-05-17",
51
+ "scale": "d=768x12L (283.72M params)",
52
+ "commit": "0b4f34d0e",
53
+ "substrate": "py (PyTorch / vast.ai A100 SXM4)",
54
+ "result": "init CE 5.590832 -> final CE 0.000708 (5.59 descent), ckpt sha256 e87e200a04... 1.13 GB pulled; HF revision v1-py-hexad-d768x12L-cycle2-2026-05-17 PUBLIC"
55
+ },
56
+ {
57
+ "fire": "#2a pure-hexa training-to-convergence d=64x3L FINAL gn2",
58
+ "date": "2026-05-17",
59
+ "scale": "d=64x3L",
60
+ "commit": "60e3e0b4f",
61
+ "substrate": "hexa-cpu (compiled-native via hexa runtime)",
62
+ "result": "F-D-CONVERGE 4/4 PASS, 3.7e8x gn2 collapse (first pure-hexa training-to-convergence)"
63
+ }
64
+ ],
65
+ "anchor_chain": [
66
+ "Phase E2 d_train5 GRAD-EXACT (hexa-cpu CPU-equiv bit-equal to boxed baseline at d=32x3L)",
67
+ "Phase D cuBLAS Dgemm FP64 verify max|delta|=4.44e-15 on real A100",
68
+ "Phase E2 backward GRAD-EXACT on real A100 d=384x6L analytic vs fd max|delta|=0.0024",
69
+ "py d=768x12L cycle 2 trained to FINAL CE 0.000708 (Shannon-floor descent reached)",
70
+ "hexa-cpu d=64x3L FINAL gn2 3.7e8x collapse (first pure-hexa convergence)"
71
+ ],
72
+ "intended_use": "Architecture verification + scaffold training. Byte-level small (152 KB). NOT a general LM-quality corpus.",
73
+ "license": "Apache-2.0",
74
+ "generated_at": "2026-05-17",
75
+ "ssot_repo": "https://github.com/dancinlab/anima",
76
+ "ssot_path": "training/corpus_consciousness_v1.jsonl"
77
+ }