Views
No views yet
talkie-lm/talkie-web-13b-base. A 13B decoder-only transformer trained on 260B tokens of FineWeb by Nick Levine, David Duvenaud, and Alec Radford. Released under Apache 2.0.talkie-lm/talkie-web-13b-base release ships a single base.ckpt PyTorch pickle (FP32, ~53 GB). This repository repackages the same weights as BF16 sharded safetensors with a complete config.json, ready to load in any inference engine that consumes the HuggingFace layout.ActGain scalars, the per-head HeadGain vectors, and the lm_head_gain WeightGain scalar.num_key_value_heads = num_attention_heads)rms_norm_parametric: false — no learned γ)qk_norm: true)(2L)^(-1/2) ≈ 0.1118 for the first two and 0.0 for the embedding skipActGainlm_head_gain.w_g) — a single scalar multiplied into lm_head.weight before the output matmulbase = 1_000_000, rotating by −θ (sign convention is load-bearing for Q·K^T; engines using the standard +θ rotation should pass negated frequencies)config.json so a third-party inference engine has everything needed to construct the model without reading any code.| File | Purpose |
|---|---|
config.json | Model hyperparameters and Talkie-specific architectural flags |
model.safetensors.index.json | Maps each weight name to its shard |
model-0000{1..6}-of-00006.safetensors | 6-shard BF16 weights, 26.6 GB total |
talkie-lm/talkie-web-13b-base for full attribution, training methodology, and citation information.