dancinlife commited on
Commit
c5e151e
·
verified ·
1 Parent(s): 8d01a45

feat(hexad-corpus): v2-spont-stream-d128-cycle1-2026-05-17 — manifest.json

Browse files
Files changed (1) hide show
  1. manifest.json +36 -65
manifest.json CHANGED
@@ -1,77 +1,48 @@
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
- }
 
1
  {
2
  "name": "hexad-corpus",
3
+ "version": "v2-spont-stream-d128-cycle1-2026-05-17",
4
+ "file": "corpus_consciousness_v2.jsonl",
5
  "format": "jsonl",
6
+ "sha256": "7359f0b9a3f059fc168035e2f29f743f5ee51d1760eccad54b2b91d52275f571",
7
+ "bytes": 1101605,
8
+ "lines": 2560,
9
  "vocab_size": 256,
10
  "encoding": "utf-8",
11
+ "tokenization": "byte-level (no tokenizer; raw bytes from 'text' field)",
12
+ "format_pattern": "stimulus-stream: each record is either `<stimulus>X</stimulus>\\n<anima>Y</anima>` (β, reactive emission) OR `<anima>Y</anima>` (δ, spontaneous self-monologue). NO helper/assistant/도우미/사용자 role labels. anima_persona-consistent.",
13
  "schema": {
14
+ "id": "string — stable identifier (e.g. 'ccv2_c_0')",
15
+ "text": "string — stimulus-stream content with <stimulus>/<anima> tags",
16
+ "desc": "string — meta tail (module / idx / kind / pattern / bilingual / tag)",
17
+ "hexad_module": "string ∈ {hexad_c, hexad_d, hexad_e, hexad_m, hexad_s, hexad_w, hexad_spont, hexad_wiring}",
18
+ "idx": "integer",
19
+ "source": "corpus_generator_v2.py",
20
+ "phi_family": "Hexad-spont",
21
+ "pattern": "string ∈ {beta, delta}",
22
+ "bilingual": "bool — text mixes EN + KO when true"
23
  },
24
  "modules": {
25
+ "hexad_c": 320,
26
+ "hexad_d": 320,
27
+ "hexad_e": 320,
28
+ "hexad_m": 320,
29
+ "hexad_s": 320,
30
+ "hexad_w": 320,
31
+ "hexad_spont": 320,
32
+ "hexad_wiring": 320,
33
+ "total": 2560
34
  },
35
+ "F_CORPUS_NO_HELPER": "PASS — grep `도우미|helper|assistant|사용자|user:` total = 0",
36
+ "F_CORPUS_STIMULUS_PATTERN": "PASS — all 2,560 records contain <anima> tag",
37
+ "F_CORPUS_SHA256_STABLE": "sha256=7359f0b9a3f059fc168035e2f29f743f5ee51d1760eccad54b2b91d52275f571 (seed=1337 deterministic)",
38
+ "lineage": {
39
+ "v1": "v1-byte-consciousness-d128-cycle1-2026-05-17 (152 KB, 240 lines, 6 modules)",
40
+ "v2": "this revision (v2-spont-stream-d128-cycle1-2026-05-17, 1,101,605 B, 2560 lines, 8 modules — 6 HEXAD + spont + wiring; helper-token deprecated)",
41
+ "rationale": "v1 carried implicit helper-tokens via chat_lib `사용자:/도우미:` templates earlier in the lineage. v2 removes ALL helper/assistant/도우미/사용자 tokens at the corpus level (anima_persona forbidden list closure)."
42
+ },
43
+ "intended_use": "anima HEXAD scaffold training + 자연발화 (spontaneous emission) probe.",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  "license": "Apache-2.0",
45
  "generated_at": "2026-05-17",
46
  "ssot_repo": "https://github.com/dancinlab/anima",
47
+ "ssot_path": "state/hexad_v2_corpus_spont_2026_05_17/corpus_consciousness_v2.jsonl"
48
+ }