ट्रान्सफर्मर एक न्यूरल नेटवर्क आर्किटेक्चर हो (जो २०१७ मा परिचय गरिएको) जसले कृत्रिम बुद्धिमत्ता, विशेष गरी प्राकृतिक भाषा प्रसंस्करणलाई क्रान्तिकारी बनायो। यसको attention mechanism ले यसलाई अनुक्रमहरू प्रभावकारी रूपमा प्रक्रिया गर्न दिन्छ, र यो आधुनिक LLMs (GPT, Claude, आदि) को आधार हो।
ट्रान्सफर्मरहरू के हुन्
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
