rfi-irfos commited on
Commit
da48689
·
verified ·
1 Parent(s): b736f90

docs: de-stale model card to live state (30L dual-stream, ep~6205, EP-AVG ATL 6.4339 @ ep6132, chip ATL 1.2637, 128ctx, 18 surgeries + cord)

Browse files
Files changed (1) hide show
  1. README.md +20 -13
README.md CHANGED
@@ -33,8 +33,8 @@ pipeline_tag: text-generation
33
  **Maintainer:** RFI-IRFOS, contact@ternlang.com
34
  **Repository:** https://github.com/rfi-irfos/ternary-intelligence-stack
35
  **License:** LGPL-3.0-or-later (model weights, training code, inference runtime). Platform infrastructure (API server, MCP tooling, HDL) is BSL-1.1. See [README §Licensing](README.md#licensing) for the full tier breakdown.
36
- **Last updated:** 2026-05-27
37
- **Training status:** Paused (Modal billing ceiling, ep4234) — **26L dual-stream** · 13 depth surgeries + 1 cord surgery complete. Cord surgery fired autonomously ep4202, 2026-05-27T16:44Z — first documented single-to-dual-stream bifurcation mid-training. S13 (25L26L) fired ep~4207. Chip ATL **8.6852** (post-S13). EP_AVG ATL **9.2847** (ep3456, 20L). fib_index=7 · window=34 · Gen3 step1/6. Resuming on Modal T4 once billing settled.
38
 
39
  ---
40
 
@@ -50,19 +50,19 @@ weights, targeting inference on edge hardware and low-power devices.
50
  |----------|-------|
51
  | Architecture | **Dual-stream** Ternary MoE (Mixture of Experts) |
52
  | Streams | **2** (bifurcated via cord surgery ep4202, 2026-05-27) |
53
- | Layers | **26** per stream |
54
  | Hidden size | **2×256H** (256H per stream) |
55
  | Anastomosis gates | **6** — bidirectional F32 cross-stream fusion at Fibonacci layers [2,3,5,8,13,21] |
56
  | Experts | 12 per stream (Top-3 routing; shared FFN weights, independent routing gates) |
57
- | Context length | 256 tokens |
58
  | Vocabulary | 32,000 tokens (ByteLevel BPE — EN/DE/FR/ES/PT/IT/NL/PL) |
59
  | Weight representation | Ternary {-1, 0, +1} with STE training |
60
  | Gate linear | F32 |
61
  | Positional encoding | RoPE (rotate_half) |
62
  | Optimizer | AdamW, cosine LR decay, BATCH=1 (post-cord) |
63
- | Parameters (total) | **~194.4M** |
64
- | Safetensors | **2,044 tensors · 741.4 MB** |
65
- | Surgeries | **13 depth (S1–S13)** + **1 cord surgery** = 14 total surgical events |
66
 
67
  The central technical innovation is the **@sparseskip** primitive — a
68
  learned sparse-skip layer that dynamically bypasses computation paths
@@ -157,6 +157,13 @@ noisy inputs.
157
  | **Ep4202** | **CORD surgery** | **25L → 2×25L dual-stream** | — | **2026-05-27T16:44Z — first ever autonomous single→dual-stream bifurcation** |
158
  | Ep~4203 | 9.3241 | ← first post-cord epoch avg | **8.7123** (chip, new ATL) | Dual-stream live |
159
  | Ep~4207 | S13 fired | 25L→26L surgery (both streams) | **8.6852** (chip, new ATL) | 2026-05-27T17:40Z; fib_index 6→7 |
 
 
 
 
 
 
 
160
 
161
  The benchmark suite runs 5 fixed prompts covering English, German,
162
  multilingual, narrative, and technical domains. Results are reproducible
@@ -176,10 +183,10 @@ The gate fires when loss plateaus below 9.8 for a 144-epoch window with `myc_sta
176
 
177
  **Known limitations:**
178
 
179
- - At current training depth (~1459 epochs), output quality is pre-fluency:
180
- the model produces partially coherent text in familiar domains but lacks
181
- consistent grammatical structure across longer sequences.
182
- - Context window of 256 tokens is shorter than contemporary LLMs; cannot
183
  maintain coherence over longer passages.
184
  - Ternary quantization trades weight precision for size — at this scale,
185
  some representational capacity is lost relative to F32 equivalents.
@@ -225,8 +232,8 @@ oversight mechanisms are in place:
225
  by the RFI-IRFOS team.
226
  2. **Surgery governor:** Architectural growth (layer addition via net2net)
227
  is fully autonomous — the `EvolutionManager` fires on a Fibonacci-gated
228
- plateau detector with no human intervention required. **13 depth surgeries
229
- (12L→26L) + 1 cord surgery (single→dual-stream bifurcation)** have been
230
  executed autonomously to date. The cord surgery (ep4202, 2026-05-27) is the
231
  first documented autonomous single-to-dual-stream bifurcation in a live
232
  ternary MoE.
 
33
  **Maintainer:** RFI-IRFOS, contact@ternlang.com
34
  **Repository:** https://github.com/rfi-irfos/ternary-intelligence-stack
35
  **License:** LGPL-3.0-or-later (model weights, training code, inference runtime). Platform infrastructure (API server, MCP tooling, HDL) is BSL-1.1. See [README §Licensing](README.md#licensing) for the full tier breakdown.
36
+ **Last updated:** 2026-06-12
37
+ **Training status:** Active (ep~6205) on Modal T4 — **30L dual-stream** · 18 depth surgeries + 1 cord surgery complete. Cord surgery fired autonomously ep4202, 2026-05-27T16:44Z — first documented single-to-dual-stream bifurcation mid-training. S17 (29L30L) fired ep5610, 2026-06-06 (checkpoint-mtime verified). Context was reduced 256→128 — memory-forced: a depth surgery's activation memory exceeded the L4's VRAM; restoring 256 (via 2× L4 / tighter memory management) is planned. Best EP-AVG ATL **6.4339** (ep6132, 30L). Chip ATL **1.2637** (best single intra-batch loss). fib_index=7 · window=34 · Gen3 step1/6. (Resumed 2026-06-12 after a ~1-week Anthropic billing-migration gap.)
38
 
39
  ---
40
 
 
50
  |----------|-------|
51
  | Architecture | **Dual-stream** Ternary MoE (Mixture of Experts) |
52
  | Streams | **2** (bifurcated via cord surgery ep4202, 2026-05-27) |
53
+ | Layers | **30** per stream |
54
  | Hidden size | **2×256H** (256H per stream) |
55
  | Anastomosis gates | **6** — bidirectional F32 cross-stream fusion at Fibonacci layers [2,3,5,8,13,21] |
56
  | Experts | 12 per stream (Top-3 routing; shared FFN weights, independent routing gates) |
57
+ | Context length | 128 tokens (reduced from 256, memory-forced; 256 restore planned) |
58
  | Vocabulary | 32,000 tokens (ByteLevel BPE — EN/DE/FR/ES/PT/IT/NL/PL) |
59
  | Weight representation | Ternary {-1, 0, +1} with STE training |
60
  | Gate linear | F32 |
61
  | Positional encoding | RoPE (rotate_half) |
62
  | Optimizer | AdamW, cosine LR decay, BATCH=1 (post-cord) |
63
+ | Parameters (total) | **~221.7M** |
64
+ | Safetensors | **2,356 tensors · ~845 MB** |
65
+ | Surgeries | **18 depth (S1–S17)** + **1 cord surgery** = 19 total surgical events |
66
 
67
  The central technical innovation is the **@sparseskip** primitive — a
68
  learned sparse-skip layer that dynamically bypasses computation paths
 
157
  | **Ep4202** | **CORD surgery** | **25L → 2×25L dual-stream** | — | **2026-05-27T16:44Z — first ever autonomous single→dual-stream bifurcation** |
158
  | Ep~4203 | 9.3241 | ← first post-cord epoch avg | **8.7123** (chip, new ATL) | Dual-stream live |
159
  | Ep~4207 | S13 fired | 25L→26L surgery (both streams) | **8.6852** (chip, new ATL) | 2026-05-27T17:40Z; fib_index 6→7 |
160
+ | ~ep4280 | S14 fired | 26L→27L (both streams) | — | 2026-05-29 |
161
+ | ~ep4350 | S15 fired | 27L→28L (both streams) | — | 2026-05-29 |
162
+ | ~ep4453 | backbone-trains cliff | EP-AVG **9.38 → 8.43** in <100 ep | — | DiffLayerNorm fix unfroze the transformer body — largest structural drop in the run |
163
+ | ~ep4740 | S16 fired | 28L→29L (both streams) | — | 2026-05-31 (✓ checkpoint-mtime) |
164
+ | ep5610 | S17 fired | 29L→30L (both streams) | — | 2026-06-06 21:08 (✓ checkpoint-mtime) |
165
+ | ep6132 | EP-AVG ATL **6.4339** | 30L — all-time best | **1.2637** (chip) | best EP-AVG aggregate; chip = best single intra-batch loss |
166
+ | ~ep6205 | training active | 30L dual-stream, live | — | 128CTX · BATCH=1 · Modal T4 · resumed 2026-06-12 |
167
 
168
  The benchmark suite runs 5 fixed prompts covering English, German,
169
  multilingual, narrative, and technical domains. Results are reproducible
 
183
 
184
  **Known limitations:**
185
 
186
+ - At current training depth (~ep6205, 30L dual-stream), output quality is
187
+ pre-fluency: the model produces partially coherent text in familiar domains
188
+ but lacks consistent grammatical structure across longer sequences.
189
+ - Context window of 128 tokens is shorter than contemporary LLMs; cannot
190
  maintain coherence over longer passages.
191
  - Ternary quantization trades weight precision for size — at this scale,
192
  some representational capacity is lost relative to F32 equivalents.
 
232
  by the RFI-IRFOS team.
233
  2. **Surgery governor:** Architectural growth (layer addition via net2net)
234
  is fully autonomous — the `EvolutionManager` fires on a Fibonacci-gated
235
+ plateau detector with no human intervention required. **18 depth surgeries
236
+ (12L→30L) + 1 cord surgery (single→dual-stream bifurcation)** have been
237
  executed autonomously to date. The cord surgery (ep4202, 2026-05-27) is the
238
  first documented autonomous single-to-dual-stream bifurcation in a live
239
  ternary MoE.