mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-02 15:40:13 +00:00
9 lines
742 B
Plaintext
9 lines
742 B
Plaintext
# モデル
|
|
|
|
import { Callout } from 'nextra-theme-docs'
|
|
import ContentFileNames from 'components/ContentFileNames'
|
|
|
|
|
|
このセクションでは、最近の言語モデルを取り上げ、それらがどのように最新かつ最も高度なプロンプト工学技術をうまく適用しているかを説明します。さらに、これらの言語モデルの能力を、様々なタスクやプロンプトの設定、例えばfew-shotプロンプト、zero-shotプロンプト、chain-of-thoughtプロンプトについて説明します。これらの機能を理解することは、これらのモデルの限界を理解し、効果的に使用する方法として重要です。
|
|
|
|
<ContentFileNames section="models" lang="jp"/> |