Transformern är en neural network-arkitektur (introducerad 2017) som revolutionerade AI, särskilt naturlig språkbehandling. Dess attention-mekanism låter den bearbeta sekvenser effektivt, och den är grunden till moderna LLM:er (GPT, Claude, etc.).
Vad transformers är
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
