An open API service indexing awesome lists of open source software.

https://github.com/cloneofsimo/scaling-guide

WIP
https://github.com/cloneofsimo/scaling-guide

Last synced: 9 months ago
JSON representation

WIP

Awesome Lists containing this project

README

          

# Almost Comprehensive Scaling Guide for Transformer Training

WIP

# Feature

Activation Tracking:

![alt text](contents/activation.png)

Weight Update Tracking:

![alt text](contents/weight_shift.png)

# Scope:

* Kaplan vs Chinchilla
* SP vs muP vs layerwise SP
* adamW weight decay
* infinite lr scheduler
* batch_size vs lr (sqrt BS law)
* agd-muP (spectral initialization vs classic muP)
* adam-atan2
* data dependent lr tranfer
* embedding lr transfer
* u-muP

# Shoutout

Thanks to [Fal.ai](https://fal.ai/) for providing compute to run these experiments.