Transformer
A neural network architecture based on self-attention, introduced in "Attention Is All You Need" (2017).
A neural network architecture based on self-attention, introduced in "Attention Is All You Need" (2017). Processes sequences in parallel and has largely replaced RNNs/LSTMs.
The neural-network architecture behind modern LLMs, a stack of layers each containing attention and an MLP. (M01)
The architecture nearly all modern LLMs use: a tall stack of identical layers.