# 初心者向けファインチューニング

初心者であれば、最初のファインチューニングの前にここで尋ねるかもしれない最初の質問です。コミュニティに参加して常に質問することもできます。 [Redditページ](https://www.reddit.com/r/unsloth/).

<table data-view="cards"><thead><tr><th data-type="content-ref"></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="fine-tuning-llms-guide">fine-tuning-llms-guide</a></td><td>ファインチューニングの手順！</td><td>トレーニングの基本を学ぶ。</td><td><a href="fine-tuning-llms-guide">fine-tuning-llms-guide</a></td></tr><tr><td><a href="fine-tuning-llms-guide/what-model-should-i-use">what-model-should-i-use</a></td><td>InstructモデルかBaseモデルか？</td><td>データセットの大きさはどのくらい必要ですか？</td><td><a href="fine-tuning-llms-guide/what-model-should-i-use">what-model-should-i-use</a></td></tr><tr><td><a href="../moderu/tutorials">tutorials</a></td><td>DeepSeekを実行・ファインチューニングするには？</td><td>Gemma 3を実行する際にどの設定を行うべきですか？</td><td><a href="../moderu/tutorials">tutorials</a></td></tr><tr><td><a href="fine-tuning-for-beginners/faq-+-is-fine-tuning-right-for-me">faq-+-is-fine-tuning-right-for-me</a></td><td>ファインチューニングは私に何をもたらしてくれますか？</td><td>RAGとファインチューニングの違いは？</td><td><a href="fine-tuning-for-beginners/faq-+-is-fine-tuning-right-for-me">faq-+-is-fine-tuning-right-for-me</a></td></tr><tr><td><a href="install">install</a></td><td>Unslothをローカルにインストールするには？</td><td>Unslothをどのように更新しますか？</td><td><a href="install">install</a></td></tr><tr><td><a href="fine-tuning-llms-guide/datasets-guide">datasets-guide</a></td><td>データセットをどのように構成／準備しますか？</td><td>データをどのように収集しますか？</td><td></td></tr><tr><td><a href="fine-tuning-for-beginners/unsloth-requirements">unsloth-requirements</a></td><td>Unslothは私のGPUで動作しますか？</td><td>どのくらいのVRAMが必要ですか？</td><td><a href="fine-tuning-for-beginners/unsloth-requirements">unsloth-requirements</a></td></tr><tr><td><a href="../ji-ben/inference-and-deployment">inference-and-deployment</a></td><td>モデルをローカルにどのように保存しますか？</td><td>OllamaやvLLMでモデルをどのように実行しますか？</td><td><a href="../ji-ben/inference-and-deployment">inference-and-deployment</a></td></tr><tr><td><a href="fine-tuning-llms-guide/lora-hyperparameters-guide">lora-hyperparameters-guide</a></td><td>パラメータを変更すると何が起こりますか？</td><td>どのパラメータを変更すべきですか？</td><td></td></tr></tbody></table>

<figure><img src="https://735611837-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxhOjnexMCB3dmuQFQ2Zq%2Fuploads%2Fgit-blob-559e7890f607e34fd6004517296e65e942c93b41%2FLarge%20sloth%20Question%20mark.png?alt=media" alt="" width="188"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://unsloth.ai/docs/jp/meru/fine-tuning-for-beginners.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
