model card: 33L · 512CTX · ep7588 ATL 4.6842 · S20 · CTX-aware gate
Browse files
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-06-
|
| 37 |
-
**Training status:** Active (ep~
|
| 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 | **
|
| 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 |
|
| 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) | **~
|
| 64 |
-
| Safetensors | **2,
|
| 65 |
-
| Surgeries | **
|
| 66 |
|
| 67 |
The central technical innovation is the **@sparseskip** primitive — a
|
| 68 |
learned sparse-skip layer that dynamically bypasses computation paths
|
|
@@ -164,8 +164,10 @@ noisy inputs.
|
|
| 164 |
| ep5610 | S17 fired | 29L→30L (both streams) | — | 2026-06-06 21:08 (✓ checkpoint-mtime) |
|
| 165 |
| ep6132 | EP-AVG ATL 6.4339 | 30L | 1.2637 (chip) | prior 30L best |
|
| 166 |
| ep6339 | S18 fired | 30L→31L (both streams) | — | depth surgery; Fibonacci-gated |
|
| 167 |
-
| ep6487 | EP-AVG ATL
|
| 168 |
-
| ~
|
|
|
|
|
|
|
| 169 |
|
| 170 |
The benchmark suite runs 5 fixed prompts covering English, German,
|
| 171 |
multilingual, narrative, and technical domains. Results are reproducible
|
|
|
|
| 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-21
|
| 37 |
+
**Training status:** Active (ep~7592) on Modal — **33L dual-stream** · 20 depth surgeries + 1 cord surgery complete. S19 (31L→32L) fired ~ep6500, 2026-06-15. S20 (32L→33L) fired ~ep7000, 2026-06-21. Context window doubled 256→**512** — enabled by CTX-aware evolution gate (`CTX_LEVEL_TABLE` 64→1M, `recalibrate_ctx()` auto-scales mastery/plateau thresholds per CTX level). Best EP-AVG ATL **4.6842** (ep7588, 33L) and descending. Chip ATL **0.6116**. fib_index=8 · window=55 · Gen3 step1/6. Mastery surgery gate: 4.0 nats (recalibrated from 4.5 at 256CTX).
|
| 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 | **33** 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 | **512 tokens** (bumped 256→512 at ep7592, 2026-06-21) |
|
| 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) | **~255M** (approx, 33L — updated 2026-06-21) |
|
| 64 |
+
| Safetensors | **~2,534 tensors · ~928 MB** (approx, 33L) |
|
| 65 |
+
| Surgeries | **20 depth (S1–S20)** + **1 cord surgery** = 21 total surgical events |
|
| 66 |
|
| 67 |
The central technical innovation is the **@sparseskip** primitive — a
|
| 68 |
learned sparse-skip layer that dynamically bypasses computation paths
|
|
|
|
| 164 |
| ep5610 | S17 fired | 29L→30L (both streams) | — | 2026-06-06 21:08 (✓ checkpoint-mtime) |
|
| 165 |
| ep6132 | EP-AVG ATL 6.4339 | 30L | 1.2637 (chip) | prior 30L best |
|
| 166 |
| ep6339 | S18 fired | 30L→31L (both streams) | — | depth surgery; Fibonacci-gated |
|
| 167 |
+
| ep6487 | EP-AVG ATL 5.8693 | 31L | 1.2637 (chip) | former all-time best |
|
| 168 |
+
| ~ep6500 | S19 fired | 31L→32L (both streams) | — | 2026-06-15 · Fibonacci plateau gate |
|
| 169 |
+
| ~ep7000 | S20 fired | 32L→33L (both streams) | — | 2026-06-21 · autonomous |
|
| 170 |
+
| ep7588 | EP-AVG ATL **4.6842** | 33L — **all-time best** | **0.6116** (chip) | 512CTX · BATCH=1 · Modal · descending |
|
| 171 |
|
| 172 |
The benchmark suite runs 5 fixed prompts covering English, German,
|
| 173 |
multilingual, narrative, and technical domains. Results are reproducible
|