English

Crown, Frame, Reverse: Layer-Wise Scaling Variants for LLM Pre-Training

Computation and Language 2025-09-09 v1 Artificial Intelligence

Abstract

Transformer-based language models traditionally use uniform (isotropic) layer sizes, yet they ignore the diverse functional roles that different depths can play and their computational capacity needs. Building on Layer-Wise Scaling (LWS) and pruning literature, we introduce three new LWS variants - Framed, Reverse, and Crown - that redistribute FFN widths and attention heads via two or three-point linear interpolation in the pre-training stage. We present the first systematic ablation of LWS and its variants, on a fixed budget of 180M parameters, trained on 5B tokens. All models converge to similar losses and achieve better performance compared to an equal-cost isotropic baseline, without a substantial decrease in training throughput. This work represents an initial step into the design space of layer-wise architectures for pre-training, but future work should scale experiments to orders of magnitude more tokens and parameters to fully assess their potential.

Keywords

Cite

@article{arxiv.2509.06518,
  title  = {Crown, Frame, Reverse: Layer-Wise Scaling Variants for LLM Pre-Training},
  author = {Andrei Baroian and Kasper Notebomer},
  journal= {arXiv preprint arXiv:2509.06518},
  year   = {2025}
}

Comments

The reported results are skewed due to a data type mismatch. The dataset was saved with int32, but the data loader interpreted it as uint16. As a result, each 32-bit token was incorrectly split into two 16-bit tokens. Outcome: a consistent artifact where every other token is zero

R2 v1 2026-07-01T05:26:04.176Z