Pathway's BDH(post-transformer arch) matches GPT2 scaling from 10M to 1B params trained from scratch. runs on Normal GPUs

Reddit r/LocalLLaMA Papers

Summary

Pathway's BDH, a post-transformer architecture, reportedly matches GPT-2 scaling from 10M to 1B parameters while training from scratch on standard GPUs.

No content available
Original Article

Similar Articles

Scaling Interpretable Transformers with Parity Bottleneck Layers

arXiv cs.LG

Introduces the ParityTransformer, a GPT-2-scale architecture with Deep Parity Bottleneck layers that make intermediate representations interpretable-by-design, efficiently enforcing sparsity without the memory costs of traditional wide bottlenecks, and demonstrating competitive performance on sparse probing tasks.

Tiny Scale Is All I Can Spare To Play With Transformer

Reddit r/LocalLLaMA

A student introduces Silia, a novel transformer architecture that combines attention and FFN into a unified operation to save parameters at scales ≤10M, achieving comparable performance to GPT-2 with fewer parameters despite limited compute resources.