O transformer é uma arquitetura de rede neural (introduzida em 2017) que revolucionou a IA, especialmente o processamento de linguagem natural. Seu mecanismo de atenção permite processar sequências de forma eficaz, e é a base dos LLMs modernos (GPT, Claude, etc.).
O que são transformers
TRANSFORMER → a neural network architecture for processing SEQUENCES (text, etc.):
→ introduced in the 2017 paper 'Attention Is All You Need'
→ uses an ATTENTION mechanism (instead of processing strictly sequentially)
→ the foundation of modern LLMs and much of modern AI
→ revolutionized NLP and enabled the LLM era
