Introduction Of Gen AI
GPT (Generative Pre-trained Transformer) is a specific architecture that utilizes next-token prediction as its training objective. Workign of transformer step 1: Tokenization [ encoding ] llm unders
Feb 24, 20263 min read13
Search for a command to run...
Articles tagged with #ai
GPT (Generative Pre-trained Transformer) is a specific architecture that utilizes next-token prediction as its training objective. Workign of transformer step 1: Tokenization [ encoding ] llm unders
PROMPT ENGINEERING A prompt is just the initial tokens. For example, if you give an LLM the initial tokens [1, 2, 3], it will predict the output for you. The next tokens would be [1, 2, 3, 4, 5, 6]. A prompt written by an LLM is not very good because...