Question 7
Suppose you are given 4x more compute budget to scale a Transformer-based language model. According to scaling laws, what is the best way to utilize this increased compute for optimal model performance?
Increase the model size (number of parameters) by 4x and keep the dataset size and training steps the same.
Train the same model on 4x more data for 4x more steps without changing the model size.
Increase the model size by approximately 2x and increase the amount of training data by approximately 2x.
Double the model size and halve the training data size to compensate.