Question 5
Consider the following configuration for the Vannila transformer architecture with one encoder layer and one decoder layer.
- Source and target vocabulary size
- maximum sequence length
- length of context window () for both encoder and decoder
- number of heads
Based on the above data, answer the given subquestions.
Suppose the number of learnable parameters in the source input embedding layer is 1600, how many parameters are there in the positional embedding layer of the source language? Assume the positional embeddings are learnable.