Transformer एक neural network architecture है (2017 में प्रस्तुत) जिसने AI में, विशेष रूप से natural language processing में क्रांति ला दी। इसका attention mechanism इसे sequences को प्रभावी ढंग से process करने देता है, और यह आधुनिक LLMs (GPT, Claude, आदि) की नींव है।
What transformers are
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
