mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-02 15:40:13 +00:00
9 lines
541 B
Plaintext
9 lines
541 B
Plaintext
# 模型
|
|
|
|
import { Callout } from 'nextra-theme-docs'
|
|
import ContentFileNames from 'components/ContentFileNames'
|
|
|
|
|
|
在本节中,我们将介绍一些最近的语言模型以及它们如何成功地应用最新和最先进的提示工程技术。此外,我们还将介绍这些模型在各种任务和提示设置(如少样本提示、零样本提示和思维链提示)中的能力。了解这些能力对于理解这些模型的局限性以及如何有效地使用它们非常重要。
|
|
|
|
<ContentFileNames section="models" lang="zh"/> |