Blog: ChatGPT Prompt Engineering for Developers
Two Types of LLM
-
Base LLM:
- Predicts next word, based on text training data.
-
Instruction Tuned LLM
- Fine-tune on instructions.
- RLHF: Reinforcement Learning with Human Feedback.
Guidelines
-
Principle 1: Write clear and specific instructions.
-
Tactic 1: Use Delimiters.
- Tactic 2: Ask for structured outputs.
- Tactic 3: Ask model to check …
Continue reading