Explore
Back to AI history
Attention and language models2017

Transformer: attention वर आधारित architecture

The Transformer architecture

2017च्या Attention Is All You Need paper ने recurrence शिवाय attention-based sequence architecture प्रस्तावित केले.

What happened

नेमके काय घडले?

Attention Is All You Need paper ने recurrence आणि convolution शिवाय attention mechanisms वर आधारित Transformer architecture प्रस्तावित केले आणि translation experiments मध्ये त्याची क्षमता दाखवली.

Context

त्या वेळचा संदर्भ

Sequence modeling मध्ये लांब अंतराचे संबंध आणि training parallelization ही आव्हाने होती. Transformer हा आधीच्या attention ideas आणि sequence-learning research वर उभा राहिला.

Why it mattered

याचा परिणाम का महत्त्वाचा?

भाषेतील tokens मधील संबंध अधिक parallel पद्धतीने process करण्यासाठी एक प्रभावी architecture मिळाले; पुढील language-model scaling ला ते उपयोगी ठरले.

What changed afterward

यानंतर काय बदलले?

Transformer variants आणि मोठ्या pretrained language models वर संशोधन वाढले; text, code, image आणि audio यांसारख्या क्षेत्रांतही architecture वापरले गेले.

Nuance

हा गैरसमज टाळा

Transformer paper एकट्याने आजचे सर्व AI systems किंवा generative AI निर्माण केले नाही. Training data, objective, compute, fine-tuning आणि safety work तितकेच महत्त्वाचे आहेत.

Today

आजच्या AI शी संबंध

LLM कसे context मधील tokens कडे लक्ष देतात, हे समजण्यासाठी Transformer आणि attention ही मूलभूत संकल्पना आहे; ती model ला सत्याची हमी देत नाही.

Reading notes

थोडे अधिक

2017 मध्ये Vaswani आणि सहकाऱ्यांनी Attention Is All You Need paper मध्ये Transformer architecture मांडले. Sequence मधील वेगवेगळ्या भागांतील संबंध attention द्वारे मोजण्याची ही रचना होती.

याआधी recurrent आणि convolutional sequence models प्रचलित होते. Transformer paper ने machine translation tasks वर परिणाम दाखवला; पुढील language-model scale-up हा नंतरचा संशोधन आणि engineering प्रवास आहे.

Trusted references

Sources