For a full description of the assignment, see the assignment handout at cs336_spring2024_assignment3_scaling.pdf
If you see any issues with the assignment handout or code, please feel free to raise a GitHub issue or open a pull request with a fix.
- Set up a conda environment and install the package.
conda create -n cs336_scaling_laws python=3.10 --yes
conda activate cs336_scaling_laws
pip install -e .