Google News
logo
Large Language Model - Interview Questions
What is the difference between encoder and decoder in transformer architecture?
The encoder and decoder in transformer architecture have different roles in processing sequential data, with the encoder encoding the input sequence into hidden representations and the decoder generating the output sequence based on the encoder output and previous elements of the output sequence.
Advertisement