Prompt Engineering - 01
Before Digging in to what prompt engineering is make sure you have some idea about below terms. Generative AI : Unlike traditional AI, generative AI can create new content in response to natural language input (Human language), making it highly versatile and powerful. Large Language Models (LLMs) : These models, like GPT-4 and Ollama, Deepseek, are trained on vast amounts of text and can engage in realistic conversations and reasoning. AI Applications : Generative AI includes various applications such as text-to-image (e.g., DALL-E 2), text-to-music, and even action transformers that can perform tasks like browsing the internet. Technological Foundations : The transformer architecture, attention mechanism, and reinforcement learning with human feedback(RLHF) are crucial components of these models. These are the key concepts behind gen-AI applications. the mechanism like transformer architecture, attention mechanism and RLHF , if we talk about those in detail it will be highly tec...