Transformer është një arkitektura rrjeti nervor (e prezantuar në 2017) që revolucionarizoi AI-n, veçanërisht përpunimin e gjuhës natyrore. Mekanizmi i tij i attention i lejon të përpunojë sekuenca në mënyrë efektive, dhe është themeli i LLM-ve moderne (GPT, Claude, etj.).
Çfarë janë transformerët
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
