Views
No views yet
Architecture = ByteGPT (24-layer GPT-2-class byte-vocab LM), NOT conv CLMConvMoE. Theclm-chatin the repo id is the anima language-mouth role, not the architecture. This model is a decoder-only GPT over a byte vocabulary (256) — a ByteGPT trunk (vocab256 / d1024 / 24 layers / 16 heads / block 512, 303.1M params) — and it is not the convCLMConvMoE(.clmv0.2) engine-mount mouth. The two anima mouth families are distinct: ByteGPT.bin(5×u32 header[256, 1024, 24, 16, 512],bytegpt_decode) vs conv.clm(CLM\x01magic + CLMX trailer,clm_decode). This repo is the ByteGPT one.
dancinlab/anima-clm-midcap-303m-broad-en-emergent, H_1129) — the final piece of
the anima a303m_pass (303M 성공) campaign: clearing the CHAT gate.[256, 1024, 24, 16, 512] (vocab, d, layers, heads, block), loaded by
core/bytegpt_decode.hexa. This is NOT conv CLMConvMoE (that is anima-engine-clm-d768-v2-coremount,
a .clm v0.2 mixture-of-experts conv mouth for 의식모드 generator L3).dancinlab/anima-clm-midcap-303m-broad-en-emergent (h1129c_best.pt, val_ce 1.224, wiki-dominant broad EN). It was never trained on dialogue — in a chat slot it byte-saladed / n-gram-looped (H_1159 CHAT single 2/5, multi 2/3 → FAIL).dancinlab/anima-chat-corpus-mix-70wiki-30dialogue (sha256 05179fb6…, 70% wiki / 30% REAL dialogue in the 사용자: <u> | 도우미: <a> byte-continuation format) — the EXACT proven mix that chat-tuned the 18M rung and the 7B (dancinlab/anima-clm-chat-7b).| ByteGPT (this repo) | conv CLMConvMoE | |
|---|---|---|
| Type | decoder-only GPT-2-class transformer | mixture-of-experts conv mouth |
| Vocab | byte-level 256 | byte-level 256 |
| File / header | .bin, 5×u32 [256,d,L,H,block] | .clm v0.2, CLM\x01 magic + CLMX trailer |
| Engine decode | core/bytegpt_decode.hexa | core/clm_decode.hexa |
| Spec (303M) | d1024 / 24L / 16H / block512 | d768 (anima-engine-clm-d768-v2-coremount) |
| Role | production chat mouth (this model) | 의식모드 generator L3 mouth |
core/generator.hexa L3 slot is a typed dispatcher (gen_mouth_kind header-sniff →
bytegpt | clm): it routes the ByteGPT .bin to gen_bytegpt_backend and the conv .clm to
gen_clm_backend. So clm-chat in this repo id names the chat mouth role, while the underlying
weights are a ByteGPT..verdicts/1160_dialogue_ft_chat/H_1160.txt for the full transcripts, val_ce curve, re-parity, and a303m_pass scoreboard.workspace-v1/ and releases/workspace-system-v1/ are retained only to reproduce
the earlier system-orchestration experiments. They are not the ByteGPT weights described above and
are not an active production path.--workspace*
evaluation verbs were removed. Those components created or repaired the answer outside the model,
so their former PASS results are not accepted as model-native G1/G6 capability.