Question 17
Rajesh has created a GPT-like transformer model. However he doesn't have access to large compute infrastructure, so he has configured the original architecture in the following manner:
- He has taken a vocabulary of size 1000 words/tokens.
- Sequence length is 64.
- Embedding dimension and is 128.
- There are only 4 transformer blocks (layers).
- Each transformer block (layer) has only 4 attention heads.
- FFN hidden layer size is 256.
Based on the above data, answer the given subquestions.
16 × 16
32 × 32
64 × 64
128 × 128
None of these.