Brief about LLMs
Understanding LLMs
Large language models are based off the Transformer achitecture, there are two types of Transformers (Seq2Seq & Causal ML), where Causal LM does not have the encoder portion and this is the famous GPT.
These Transformer models ar...
chetan77.hashnode.dev2 min read