> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-ai-studio/sbisu/moderuno/chtoriaru/paipurainno/tornno.md).

# トレーナーの選択

適切なトレーナーを選択してください - これはトレーニング用に選択したモデルをガイドします

<figure><img src="/files/gZIfkHO5PcTQ1gBK1x4j" alt=""><figcaption></figcaption></figure>

モデル最適化のための3種類のトレーナーを提供しています：

<table data-view="cards"><thead><tr><th>トレーナー</th><th>定義</th><th>仕組み</th><th>最適な用途</th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>SFT (</strong>教師あり微調整<strong>)</strong></td><td>入力と出力のペアを用いてモデルを訓練する基礎的な手法であり、特定の入力に対して望ましい応答を生成するようモデルを学習させる。</td><td><ul><li>プロンプトに対する正しい応答例を提供し、モデルの挙動を導く 。</li><li>多くの場合、人間が生成した「真の応答」を用いて、モデルがど のように応答すべきかを示します。</li></ul></td><td><ul><li>分類</li><li>ニュアンスを伴う翻訳</li><li>特定の形式でのコンテンツ生成</li><li>指示遵守の失敗の修正</li></ul></td><td data-object-fit="contain"><a href="/files/xMC6luucfFVeqEgrdEUK">/files/xMC6luucfFVeqEgrdEUK</a></td></tr><tr><td><strong>DPO (</strong>直接選好最適化<strong>)</strong></td><td>比較フィードバックから学習することで、特定の種類の応答を他の応答よりも優先するようにモデルを訓練します。これには別途報酬モデルを必要としません。</td><td><ul><li>プロンプトに対して正しい応答例と誤った応答例の両方 を提供します。</li><li>モデルの性能向上に役立つよう、正しい応答を示します。</li></ul></td><td><ul><li>テキストの要約（適切な内容に焦点を当てる）</li><li>適切なトーンとスタイルでチャットメッセージを生成</li></ul></td><td data-object-fit="contain"><a href="/files/rKJijCT5ZdlnOw66PfXf">/files/rKJijCT5ZdlnOw66PfXf</a></td></tr><tr><td>事前学習</td><td>言語理解のための大規模な未ラベル付けデータを用いた初期トレーニング段階。</td><td><ul><li>モデルを膨大な量のテキストデータにさらし、文法、事実、推論 パターン、世界知識を学習させる。</li><li>ラベル付き例文は不要。</li></ul></td><td><ul><li>基礎的な言語理解の構築</li><li>下流の微調整タスクに向けたモデル準備</li></ul></td><td data-object-fit="contain"><a href="/files/vpBNBXkaeQPxzoqjeEBH">/files/vpBNBXkaeQPxzoqjeEBH</a></td></tr></tbody></table>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-ai-studio/sbisu/moderuno/chtoriaru/paipurainno/tornno.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
