Transformer er en nevralnettverk-arkitektur (introdusert i 2017) som revolusjonerte AI, spesielt naturlig språkbehandling. Dens attention-mekanisme lar den behandle sekvenser effektivt, og den er grunnlaget for moderne LLM-er (GPT, Claude, osv.).
Hva transformers er
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
