Code for investigating neural scaling laws. Associated paper: https://arxiv.org/abs/2302.07348
micromamba create -n scaling-v3 python=3.9
conda activate scaling-v3
pip install -r requirements.txt
Run the command
mypy
Run the command
black --check src
Jupyter Notebook
98.8%
Code for investigating neural scaling laws. Associated paper: https://arxiv.org/abs/2302.07348
micromamba create -n scaling-v3 python=3.9
conda activate scaling-v3
pip install -r requirements.txt
Run the command
mypy
Run the command
black --check src
Jupyter Notebook
98.8%