decoder-only transformers

Decoder-only transformers are a subset of transformer models that generate output sequences from a given input embedding, focusing on the decoding process without the encoder. They are effective in tasks such as text generation and language modeling.

4 papers