Prompt-Engineering-Guide/pages/models.en.mdx

10 lines
723 B
Plaintext
Raw Normal View History

2024-01-15 23:45:19 +00:00
# Model Prompting Guides
2023-03-12 19:14:15 +00:00
2023-03-14 01:01:06 +00:00
import { Callout } from 'nextra-theme-docs'
2024-01-02 21:28:40 +00:00
import {Cards, Card} from 'nextra-theme-docs'
import {FilesIcon} from 'components/icons'
2024-01-16 06:38:05 +00:00
import ContentFileNames from 'components/ContentFileNames'
2023-03-14 01:01:06 +00:00
2023-03-16 02:04:39 +00:00
In this section, we will cover some of the recent language models and how they successfully apply the latest and most advanced prompting engineering techniques. In addition, we cover capabilities of these models on a range of tasks and prompting setups like few-shot prompting, zero-shot prompting, and chain-of-thought prompting. Understanding these capabilities are important to understand the limitations of these models and how to use them effectively.
2023-03-14 01:01:06 +00:00
2024-01-16 06:38:05 +00:00
<ContentFileNames section="models" lang="en"/>