diff --git a/pages/techniques/zeroshot.en.mdx b/pages/techniques/zeroshot.en.mdx index 0e71ff3..56bb97e 100644 --- a/pages/techniques/zeroshot.en.mdx +++ b/pages/techniques/zeroshot.en.mdx @@ -1,7 +1,18 @@ # Zero-Shot Prompting -Large LLMs today, such as GPT-3, are tuned to follow instructions and are trained on large amounts of data; so they are capable of performing some tasks "zero-shot." -We tried a few zero-shot examples in the previous section. Here is one of the examples we used: +import {Bleed} from 'nextra-theme-docs' + + +