substrate = PyTorch-CUDA · lane = Lane-G-ref · rung = 3B referencePyTorch+CUDA 3B-scale REFERENCE rung — NOT forge production, bounded-budget not converged. This is a bounded-budget 3B-scale reference, NOT a converged production model, and NOT the hexa-native flame+forge PUBLIC-grade production artifact (anima governancea_train_flame_forge— the production / PUBLIC-grade Lane-G CLM MUST be the compiler-only flame+forge stack, NO PyTorch / ATen / Python in the trained binary). This torch model exists ONLY to demonstrate, at ~3B params on a bounded N steps, that the same ByteGPT/Transformer architecture (a) trains (CE descends) and (b) saturates the GPU (util ≫ 20 %) at 3B scale — a throughput-justified 3B reference (a_completeness_over_cheap: an optional baseline/reference, never the primary). It does NOT satisfy or replace the forge PUBLIC artifact, and is NOT merged with Lane A / AKIDA (a_lane_akida_gpu_split).
dancinlab/clm-v1-ref-pytorch-cuda), scaled to ~3.15B params, trained with
PyTorch AMP/bf16 + gradient checkpointing on the same 5-lang c4 backbone
corpus (dancinlab/clm-backbone-5lang-sample, 67.7 MB, ODC-BY).a_scale_honest_scope): 3B-scale reference rung, bounded
N=400 steps, descent + util demonstrated, NOT converged.| field | value |
|---|---|
| arch | byte-level decoder-only GPT (tied embeddings) |
| vocab | 256 (byte-level — matches the forge int4-envelope corpus) |
| d_model | 2560 |
| n_layer | 40 |
| n_head | 20 (head_dim 128) |
| block (ctx) | 512 |
| batch | 12 |
| params | 3,149,030,400 (~3.149B) |
| precision | bf16 AMP, TF32 matmul |
| grad checkpointing | on (fits 80 GB at modest batch) |
| steps | 400 (bounded — NOT converged) |
| optimizer | AdamW (cosine LR, warmup 20) |
clm_ref_pytorch_cuda_3b.pt — PyTorch state_dict + config (sha256
ebe56db7…33c4d24c9, 12,596,300,742 B).clm_ref_3b_train.log.json — full training curve + util/throughput/descent summary.clm_ref_pytorch_cuda_3b.py — the trainer (BASELINE/reference tool, not the production trainer).pytorch/pytorch:2.4.0-cuda12.4-cudnn9-devel.dancinlab/clm-backbone-5lang-sample (c4 mC4 5-lang backbone, ODC-BY).