Skip to content

Commit

Permalink
Create 2024-10-19-Understanding-Language-:-Transformers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-c committed Oct 19, 2024
1 parent 1a04447 commit 1b7db4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _posts/2024-10-19-Understanding-Language-:-Transformers.md
Original file line number Diff line number Diff line change
@@ -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.


0 comments on commit 1b7db4e

Please sign in to comment.