What LLM does ?
- Large Language models just predict the next token.
-
LLMs can generate various types of data (Modal)
- Text
- Image
- Audio
- Video
- Code
-
LLM predict next token and that is passed back to the llm and this continues till end of statement or token limit reached
