Question 10
A team trained a Language model using the GPT architecture using a large corpus of text. The model configurations are given below
- Vocabulary size
- length of context window
They trained the model for millions of steps and stopped the training after the loss had decreased significantly. Then, they used the model to generate the text by giving the special starting token [BOS] as an input to the model. Select the length of the text sequence that the model could generate.
512
1024
1536
2048