From 87c76b4ba55094024d8f6da1bb17cec2705dee16 Mon Sep 17 00:00:00 2001 From: Mihail Eric Date: Wed, 21 Dec 2022 18:12:45 -0800 Subject: [PATCH] add complete intro to prompt engineering for llms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65062c7..be818d9 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Table of Contents - [DALLĀ·E 2 Prompt Engineering Guide](https://docs.google.com/document/d/11WlzjBT0xRpQhP9tFMtxzd0q6ANIdHPUBkMV-YB043U/edit#) - [Prompt injection attacks against GPT-3](https://simonwillison.net/2022/Sep/12/prompt-injection/) - [Language Models and Prompt Engineering: Systematic Survey of Prompting Methods in NLP](https://youtube.com/watch?v=OsbUfL8w-mo&feature=shares) +- [A Complete Introduction to Prompt Engineering for Large Language Models](https://www.mihaileric.com/posts/a-complete-introduction-to-prompt-engineering/) - [Learn Prompting](https://learnprompting.org/) - [3 Principles for prompt engineering with GPT-3](https://www.linkedin.com/pulse/3-principles-prompt-engineering-gpt-3-ben-whately/) - [Extrapolating to Unnatural Language Processing with GPT-3's In-context Learning: The Good, the Bad, and the Mysterious](http://ai.stanford.edu/blog/in-context-learning/)