Modèle Atualizado 2026-04
Transformer
Transformer Architecture
Definição
O Transformer é a arquitetura de rede neural que impulsiona todos os LLMs modernos, inventada pelo Google em 2017.
Veja também no glossário
L
LLM (Large Language Model)
An LLM is an AI model trained on billions of texts, capable of understanding and generating human language.
A
Attention Mechanism
The attention mechanism allows a model to weigh the importance of each word relative to all others, capturing global context.
D
Deep Learning
Deep Learning is a subset of Machine Learning using multi-layered neural networks to learn complex representations from raw data.
N
Neural Network
A neural network is a computing model inspired by the human brain, composed of layers of interconnected nodes that process information to learn patterns.
Ferramentas que usam transformer
Perguntas frequentes
Por que o Transformer revolucionou a IA?
Graças ao mecanismo de atenção que processa todas as palavras em paralelo (e não de forma sequencial). Isso captura relações de longo alcance no texto e permite um escalonamento massivo.
Todos os LLMs usam Transformers?
Sim, em 2026 todos os principais LLMs (GPT, Claude, Gemini, Llama, Mistral) são baseados na arquitetura Transformer. Existem alternativas (Mamba, RWKV), mas continuam sendo de nicho.