In a sequence-to-sequence model that uses a pre-trained text encoder, specific symbols are used to represent different parts of the data flow. Match each notational symbol with its correct description.
0
1
Tags
Ch.2 Generative Models - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Comprehension in Revised Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A sequence-to-sequence model is translating the source text 'The cat sat'. The model has already generated the first target token, 'Le'. To generate the second target token, what sequence of embeddings is fed into the decoder? Assume the decoder's input starts with a special token
<s>, the source text embeddings are denoted byex, and the target text embeddings are denoted byey.In a sequence-to-sequence model that uses a pre-trained text encoder, specific symbols are used to represent different parts of the data flow. Match each notational symbol with its correct description.
Encoder Input Notation