Question 2
When fully fine-tuning a large pre-trained Transformer model (e.g., >1 Billion parameters), which of the following contributes LEAST significantly to the GPU memory bottleneck compared to the others?
Storing the model parameters themselves.
Storing the gradients for each parameter.
Storing the optimizer states (e.g., momentum and variance for Adam).
Storing the input batch data (token IDs).