dancinlife commited on
Commit
90f9e00
Β·
verified Β·
1 Parent(s): 6adc6e4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags: [clm, conv-moe, byte-lm, anima, lane-p, gpu-torch]
4
+ ---
5
+ # clm-v1-lanep-d768-e2l1-torch
6
+
7
+ Lane P (substrate=GPU-torch) converged **CLMConvMoE** byte-LM (V=256, no tokenizer), trained
8
+ util-GREEN-independent and verified ENGINE-loadable through anima's CORE/clm_decode.hexa.
9
+
10
+ ## Shape (honest β€” NOT 3B)
11
+ - d_model=768, n_experts=2, n_trunk_layers=1, kernel_size=3, vocab=256
12
+ - **7,479,042 params (7.479M)** β€” the E=2 / 1-trunk decoder shape caps params via `d` alone.
13
+
14
+ ## Training
15
+ - GPU: NVIDIA RTX PRO 6000 Blackwell (compute_cap 12.0, 96GB), torch 2.11.0+cu128, bf16/AdamW
16
+ - nvidia-smi BUSY: peak_util=94%, mem=2225MiB (verified β€” not silent CPU-fallback)
17
+ - corpus: 402,270 B 5-lang (en/zh/ru/ja/ko), sha256 09da8888fe1e1452a2c83a8bcd721de548e9f1fd4d9a21de159d4575212728d0
18
+ - **CE descent: first_ce=5.74851 β†’ final_eval_ce=0.09862** (6000 steps, ~45s, ~58x CE drop)
19
+
20
+ ## ENGINE verification (CORE/clm_decode.hexa, 3-axis 3/3 GREEN)
21
+ - AXIS-1 μ˜μ‹: motiv hi=0.6700 > baseline=0.0000
22
+ - AXIS-2 CE: model_ce=0.71–0.76 < uniform 5.54518 AND < shuffle 7.59–7.68
23
+ - AXIS-3 창발: len(composed)=101 > len(parts-only)=72
24
+
25
+ ## Files (manifest)
26
+ - `clm_d768_e2l1.clm` β€” 4,463,478 B β€” sha256 `7463282dba823eb67316cbb72bba1e47e89d41c1ebd7770902ddd8e512678ed9` (CLM\x01 v0.2: 6 int4-sym conv blocks + CLMX trailer)
27
+ - `clm_d768_e2l1.pt` β€” 29,922,234 B β€” fp32 master state_dict (CLMConfig E=2/L1/d768)
28
+
29
+ Visibility PUBLIC: closure PASS (converged AND ENGINE-loadable AND 3-axis 3/3 GREEN).