diff --git a/_posts/2024-10-19-Understanding-Language-:-Transformers.md b/_posts/2024-10-19-Understanding-Language-:-Transformers.md index 790b196d143b3..d196b91ee5004 100644 --- a/_posts/2024-10-19-Understanding-Language-:-Transformers.md +++ b/_posts/2024-10-19-Understanding-Language-:-Transformers.md @@ -1,3 +1,5 @@ ## Introduction -After some time away, we are back at it! This time, we are going to understand the idea of modelling human language through the framework of Machine Learning. More specifically, the most widely known and the most commercialized method of application for this task is the Large Language Model. This is basically a term for a machine learning model having many parameters that attempts to model human language. The way +After some time away, we are back! This time, we are going to understand the idea of modelling human language through the framework of Machine Learning. More specifically, the most widely known and the most commercialized method of application for this task is the Large Language Model. This is basically a term for a machine learning model having many parameters that attempts to model human language. In the present, the underlying model that is used to implement this is the "Transformer". The whole model has been described and explained in its entirety in the paper title "Attention Is All You Need" by Vaswani et. al. + +