Generative Pretrained Transformer is famously known as GPT. To make it more simple to understand it is the same word from "Chat-GPT". Models like ChatGPT, GPT -3 and GPT - 4 are based on GPT. Generative Pretrained Transformer consists of 3 subparts:
- Generative: It creates new text, not just repeats what it has seen.
- Pretrained: It has already studied massive amounts of data before you use it.
- Transformer: The neural network architecture that helps it understand context and relationships between words.
GPT is an intelligent software model which is pretrained on the required information and can be trained on based on our requirements.
No comments:
Post a Comment