Model Pipeline - Encoder-decoder with attention
This pipeline translates input sentences from one language to another using an encoder-decoder model with attention. The encoder reads the input sentence, the attention helps the decoder focus on important words, and the decoder generates the translated sentence step-by-step.