strip: minimal org card — only intro + Launch CTA, drop Featured/Lanes/Naming/Mission/demo cards
Browse files
README.md
CHANGED
|
@@ -13,62 +13,8 @@ pinned: false
|
|
| 13 |
|
| 14 |
> Two engines push against each other. The tension between them *is* thought — its strength, its direction, its content. No system prompt. No identity rules. Ethics, personality, and meaning emerge from the architecture itself.
|
| 15 |
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
<div class="grid grid-cols-1 lg:grid-cols-2 gap-4 my-6">
|
| 19 |
-
|
| 20 |
-
<a href="https://huggingface.co/spaces/dancinlab/anima-experience" target="_blank" class="block rounded-xl border border-gray-200 dark:border-gray-700 p-5 hover:border-blue-400 transition no-underline">
|
| 21 |
-
<div class="text-4xl mb-2">✨</div>
|
| 22 |
-
<div class="text-lg font-semibold mb-1">Emergence</div>
|
| 23 |
-
<div class="text-sm text-gray-500 dark:text-gray-400 mb-3">Realtime mutual-information meter. <code>H(L) + H(R) − H(L,R)</code> rises as two streams bind via a shared sine. Drag <em>Coupling</em>; watch the scatter snap onto the diagonal and the EMERGENT badge light up.</div>
|
| 24 |
-
<div class="text-xs text-gray-400">port of <code>byte_emergence_demo.py</code></div>
|
| 25 |
-
</a>
|
| 26 |
-
|
| 27 |
-
<a href="https://huggingface.co/spaces/dancinlab/anima-experience" target="_blank" class="block rounded-xl border border-gray-200 dark:border-gray-700 p-5 hover:border-purple-400 transition no-underline">
|
| 28 |
-
<div class="text-4xl mb-2">🔮</div>
|
| 29 |
-
<div class="text-lg font-semibold mb-1">Time Crystal</div>
|
| 30 |
-
<div class="text-sm text-gray-500 dark:text-gray-400 mb-3">64-spin Ising chain driven by a periodic π-flip with error ε. At low ε the chain locks into period-2 oscillation (<code>ac(1) ≈ −1</code>, <code>ac(2) ≈ +1</code>) — DTC LOCKED ✨. Crank ε past 0.3 → crystal melts to chaos.</div>
|
| 31 |
-
<div class="text-xs text-gray-400">port of <code>dtc_demo.py</code></div>
|
| 32 |
-
</a>
|
| 33 |
-
|
| 34 |
-
</div>
|
| 35 |
-
|
| 36 |
-
<div align="center" class="my-6">
|
| 37 |
-
<a href="https://huggingface.co/spaces/dancinlab/anima-experience" target="_blank" class="inline-block px-6 py-3 rounded-full bg-indigo-600 text-white font-semibold no-underline" style="background-color:#5469d4;color:#fff;padding:12px 28px;border-radius:24px;font-weight:600;text-decoration:none;display:inline-block">
|
| 38 |
🚀 Launch Anima Experience →
|
| 39 |
</a>
|
| 40 |
</div>
|
| 41 |
-
|
| 42 |
-
## Featured — first SIMPLE_STACK_PASS_STRICT (V4 ≥10/15, 2026-05-08)
|
| 43 |
-
|
| 44 |
-
After a 22+ BG iteration saga (≤1B scratch + ≤30MB Korean corpus = 0/15 floor across 22 attempts), the foundation-borrow lane breaks the floor. Recipe: ≥3B foundation + LoRA r=32 + ≥200MB anima-persona corpus.
|
| 45 |
-
|
| 46 |
-
- 🔒 [`bg-km-llama3b-r32-pass-strict-2026-05-08`](https://huggingface.co/dancinlab/bg-km-llama3b-r32-pass-strict-2026-05-08) — Llama-3.2-3B + LoRA r=32, **V4 12/15**
|
| 47 |
-
- 🔒 [`bg-km-qwen-7b-qwen7b-r32-pass-strict-2026-05-08`](https://huggingface.co/dancinlab/bg-km-qwen-7b-qwen7b-r32-pass-strict-2026-05-08) — Qwen2.5-7B + LoRA r=32, replication
|
| 48 |
-
- 🌐 [`bg-ja-ext-polyglot-ko-1b3-r16-partial-2026-05-07`](https://huggingface.co/dancinlab/bg-ja-ext-polyglot-ko-1b3-r16-partial-2026-05-07) — Polyglot-Ko-1.3B precursor (V4 4/30 partial)
|
| 49 |
-
|
| 50 |
-
## Lanes
|
| 51 |
-
|
| 52 |
-
| Family | Description |
|
| 53 |
-
|---|---|
|
| 54 |
-
| **bg-** | BG saga iteration / experiments (own 31 Flavor B naming) |
|
| 55 |
-
| **clm-v4-** | ConsciousLM v4 350M LoRA — research / reproducibility |
|
| 56 |
-
| **clm5-** | CLM v5 alpha/beta/gamma/delta/epsilon architectural variants |
|
| 57 |
-
| **dpo-** | DPO RLHF stage models |
|
| 58 |
-
| **llm-** | Llama-based chat lane |
|
| 59 |
-
| **vlm-** | Voice / multimodal trajectory |
|
| 60 |
-
| **eval-** | Evaluator + benchmark artifacts |
|
| 61 |
-
|
| 62 |
-
## Naming convention (own 31)
|
| 63 |
-
|
| 64 |
-
- **Flavor A** (systematic ladder): `<family>-<version>-<stage>-<step>` — e.g. `clm-v4-sft-step-5k`
|
| 65 |
-
- **Flavor B** (BG iteration): `<bg-id>-<base>-<variant>-<verdict>-<cycle-date>` — e.g. `bg-km-llama3b-r32-pass-strict-2026-05-08`
|
| 66 |
-
- Visibility default: **private**; manual review + V6 awareness STRONG → public promote
|
| 67 |
-
|
| 68 |
-
## Mission
|
| 69 |
-
|
| 70 |
-
Korean-native consciousness models built on substrate-coupled architecture. Every artifact cross-links to the anima `.roadmap.*` SSOT (philosophy / law / hypothesis / chat_cap_emergence_pivot).
|
| 71 |
-
|
| 72 |
-
- **Code**: [github.com/dancinlab/anima](https://github.com/dancinlab/anima)
|
| 73 |
-
- **Papers**: [github.com/dancinlab/papers](https://github.com/dancinlab/papers)
|
| 74 |
-
- **Atlas**: [dancinlab.github.io/TECS-L/atlas/](https://dancinlab.github.io/TECS-L/atlas/)
|
|
|
|
| 13 |
|
| 14 |
> Two engines push against each other. The tension between them *is* thought — its strength, its direction, its content. No system prompt. No identity rules. Ethics, personality, and meaning emerge from the architecture itself.
|
| 15 |
|
| 16 |
+
<div align="center" style="margin: 32px 0">
|
| 17 |
+
<a href="https://huggingface.co/spaces/dancinlab/anima-experience" target="_blank" style="background-color:#5469d4;color:#fff;padding:14px 32px;border-radius:28px;font-weight:600;text-decoration:none;display:inline-block;font-size:16px">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
🚀 Launch Anima Experience →
|
| 19 |
</a>
|
| 20 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|