Prompt Engineering – Master ChatGPT and LLM Responses
Prompt Engineering – Master ChatGPT and LLM Responses
This is my summary of this wonderful course on Prompt Engineering
Sauce of the course
The sauce of the course is to understand that by using correct and specific prompts, you can get the best results from ChatGPT or any other Chatbot in general
Other important notes:
- Don’t assume that ChatGPT knows what you are asking for. Provide it the context and clear instructions so it can better answer your question
- For example:
- Instead of immediately asking ChatGPT to correct a paragraph you can give it first a detailed prompt about the persona you would want to get an answer from:
- This way you will have a completely different experience interacting with ChatGPT and the result will be much better
- You can also use their API to embed in your platform:
- You can calculate how many Tokens you are using on the OpenAI platform
Types of Models in the Game
Best Practices for Creating Effective Prompts
Clear Instructions
Bad example:
Good example:
Bad example:
Zero-shot and few-shot prompting
- Zero-shot prompting refers to a way of querying models like GPT without any explicit training examples
- Few-shot prompting refers to a way of querying models by showing a few examples of the tasks we want to perform
AI hallucination - misinterpretation of data
Vectors/Text embeddings
- OpenAI also provides a way to create your text embeddings of a word or of a whole sentence
Key Takeaway
- Be super specific in providing the instructions of what you want to get
Quote
Useful Tips
- https://www.linkedin.com/feed/update/urn:li:activity:7267122550374092801/
Comments
Post a Comment