Language & LLMs
What Is Sequence to Sequence?
Sequence to sequence, often abbreviated seq2seq, refers to models that take an input sequence and produce an output sequence of potentially different length. They are used for tasks like translation, summarization, and dialogue. These models typically use an encoder-decoder structure.
Further reading
Read more about sequence to sequence — articles and blogs from around the web: