From de6c91478371f69e0d40257e837e799f4ec59968 Mon Sep 17 00:00:00 2001 From: Leon Derczynski Date: Mon, 23 Jan 2023 12:11:31 -0800 Subject: [PATCH 1/2] add a few extra resources --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 711cd59..b21507b 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ This guide contains a set of learning guides and tools related to prompt enginee - [PromptSource](https://github.com/bigscience-workshop/promptsource) - [sharegpt](https://sharegpt.com/) - [DreamStudio](https://beta.dreamstudio.ai/) +- [PromptInject](https://github.com/agencyenterprise/PromptInject) ## Datasets - [PartiPrompts](https://parti.research.google/) @@ -86,6 +87,7 @@ This guide contains a set of learning guides and tools related to prompt enginee - [Midjourney Prompts](https://huggingface.co/datasets/succinctly/midjourney-prompts) - [Awesome ChatGPT Prompts](https://huggingface.co/datasets/fka/awesome-chatgpt-prompts) - [Stable Diffusion Dataset](https://huggingface.co/datasets/Gustavosta/Stable-Diffusion-Prompts) +- [Anthropic's Red Team dataset](https://github.com/anthropics/hh-rlhf/tree/master/red-team-attempts), [paper](https://arxiv.org/abs/2209.07858) ## Blog, Guides, Tutorials and Other Readings - [Pretrain, Prompt, Predict - A New Paradigm for NLP](http://pretrain.nlpedia.ai/) @@ -125,6 +127,11 @@ This guide contains a set of learning guides and tools related to prompt enginee - [Best 100+ Stable Diffusion Prompts](https://mpost.io/best-100-stable-diffusion-prompts-the-most-beautiful-ai-text-to-image-prompts/) - [Notes for Prompt Engineering by sw-yx](https://github.com/sw-yx/ai-notes) - [A Generic Framework for ChatGPT Prompt Engineering](https://medium.com/@thorbjoern.heise/a-generic-framework-for-chatgpt-prompt-engineering-7097f6513a0b) +- [Methods of prompt programming](https://generative.ink/posts/methods-of-prompt-programming/) +- [Prompt Engineering 101](https://humanloop.com/blog/prompt-engineering-101) +- [the Book - Fed Honeypot](https://fedhoneypot.notion.site/25fdbdb69e9e44c6877d79e18336fe05?v=1d2bf4143680451986fd2836a04afbf4) +- [Curtis64's set of prompt gists](https://gist.github.com/Curtis-64) +- # Lecture + Tutorial Full tutorial and lecture coming soon! From 373af6b9e29ad9100f50b9f23d2529d310539830 Mon Sep 17 00:00:00 2001 From: Elvis Saravia Date: Mon, 23 Jan 2023 16:52:46 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b21507b..53aefc9 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ This guide contains a set of learning guides and tools related to prompt enginee - [Midjourney Prompts](https://huggingface.co/datasets/succinctly/midjourney-prompts) - [Awesome ChatGPT Prompts](https://huggingface.co/datasets/fka/awesome-chatgpt-prompts) - [Stable Diffusion Dataset](https://huggingface.co/datasets/Gustavosta/Stable-Diffusion-Prompts) -- [Anthropic's Red Team dataset](https://github.com/anthropics/hh-rlhf/tree/master/red-team-attempts), [paper](https://arxiv.org/abs/2209.07858) +- [Anthropic's Red Team dataset](https://github.com/anthropics/hh-rlhf/tree/master/red-team-attempts), [(paper)](https://arxiv.org/abs/2209.07858) ## Blog, Guides, Tutorials and Other Readings - [Pretrain, Prompt, Predict - A New Paradigm for NLP](http://pretrain.nlpedia.ai/) @@ -131,7 +131,6 @@ This guide contains a set of learning guides and tools related to prompt enginee - [Prompt Engineering 101](https://humanloop.com/blog/prompt-engineering-101) - [the Book - Fed Honeypot](https://fedhoneypot.notion.site/25fdbdb69e9e44c6877d79e18336fe05?v=1d2bf4143680451986fd2836a04afbf4) - [Curtis64's set of prompt gists](https://gist.github.com/Curtis-64) -- # Lecture + Tutorial Full tutorial and lecture coming soon!