Kubnal Bridge

Model Components

Transformers

Transformers are the dominant neural network architecture in modern AI, introduced in the 2017 "Attention Is All You Need" paper. They replaced recurrent networks for sequence tasks by using self-attention to process all tokens in parallel, enabling efficient training on long sequences.

Every major LLM—GPT, Claude, Gemini, Llama—is a transformer. The architecture has also been successfully applied beyond NLP to vision (Vision Transformers), audio, protein structure (AlphaFold), and multimodal tasks.

Authority Links

Related Terms