You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Prompt-Engineering-Guide/pages/introduction.jp.mdx

12 lines
1.3 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# はじめに
import ContentFileNames from 'components/ContentFileNames'
プロンプトエンジニアリングは、言語モデルLMを効率的に使用するためのプロンプトの開発と最適化のための比較的新しい学問分野です。プロンプトエンジニアリングのスキルは、大規模な言語モデルLLMの能力と限界をより良く理解するのに役立ちます。研究者は、プロンプトエンジニアリングを使用して、質問応答や算術推論などの一般的で複雑なタスクの幅広い範囲でLLMの能力を向上させます。開発者は、プロンプトエンジニアリングを使用して、LLMやその他のツールとインターフェースする堅牢で効果的なプロンプティング技術を設計します。
このガイドでは、プロンプトの基本をカバーし、大規模な言語モデルLLMとやり取りして指示する方法の概要を提供します。
すべての例は、OpenAIのプレイグラウンドを使用した `text-davinci-003` でテストされています。デフォルトの設定、すなわち `temperature = 0.7` および `top-p = 1` を使用しています。
<ContentFileNames section="introduction" lang="jp"/>