diff --git a/docs/prompting/index.md b/docs/prompting/index.md index 0ed58b93d..4329e12e2 100644 --- a/docs/prompting/index.md +++ b/docs/prompting/index.md @@ -1,12 +1,21 @@ -# Prompting +# Prompting Guide -Effective prompting is an art which requires a nuanced understanding of different techniques. When executed well, prompting can significantly enhance model performance. +Prompting requires understanding of techniques. Prompting enhances model performance. -To help, we've created examples of 58 different prompting techniques\* using `instructor` that you can take advantage of today. +We created examples of 58 prompting techniques\* using `instructor`. -The prompting techniques are separated into the following categories - [**Zero Shot**](#zero-shot), [**Few Shot**](#few-shot), [**Thought Generation**](#thought-generation), [**Ensembling**](#ensembling), [**Self-Criticism**](#self-criticism), and [**Decomposition**](#decomposition). +Prompting techniques are separated into the following categories: +- [Prompting Guide](#prompting-guide) + - [Zero-Shot](#zero-shot) + - [Few-Shot](#few-shot) + - [Thought Generation](#thought-generation) + - [Zero Shot](#zero-shot-1) + - [Few Shot](#few-shot-1) + - [Ensembling](#ensembling) + - [Self-Criticism](#self-criticism) + - [Decomposition](#decomposition) -Click on the links to learn more about each method and how to apply them effectively in your prompts. +Click links to learn about each method and how to apply them in prompts. ## Zero-Shot How do we increase the performance of our model without any examples?