Question 13
You are preparing a dataset to train an encoder-decoder model with the first batch of training data as follows:
Training data:
[Good evening sir,
Amazing data today and a great meeting too,
The sky is blue]
What will be the output dimension when you process the data with the following line of code? Assume word-level tokenization.
3x8
8x3
8x8
8x1