> For the complete documentation index, see [llms.txt](https://unsloth.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unsloth.ai/docs/jp/meru/fine-tuning-for-beginners.md).

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

初心者の方なら、初めてのファインチューニングの前に最初に出てくる質問はここにあるかもしれません。また、いつでも私たちのコミュニティに参加して、次の場所で質問できます。 [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="/pages/ea13ebdc099377f5b37a2e0895aeb9ede74953ed">/pages/ea13ebdc099377f5b37a2e0895aeb9ede74953ed</a></td><td>Unslothで実行／学習できるすべてのモデルを見る。</td><td>GGUFを実行したり、LLMを学習したりする方法は？</td><td><a href="/pages/ea13ebdc099377f5b37a2e0895aeb9ede74953ed">/pages/ea13ebdc099377f5b37a2e0895aeb9ede74953ed</a></td></tr><tr><td><a href="/pages/ae7926a0f371a1f594e3344d85571edf864a5259">/pages/ae7926a0f371a1f594e3344d85571edf864a5259</a></td><td>ファインチューニングの手順をステップごとに！</td><td>学習の基本を学びましょう。</td><td><a href="/pages/ae7926a0f371a1f594e3344d85571edf864a5259">/pages/ae7926a0f371a1f594e3344d85571edf864a5259</a></td></tr><tr><td><a href="/pages/b0eaf2528a8f433d814b471834923a39c77f801f">/pages/b0eaf2528a8f433d814b471834923a39c77f801f</a></td><td>Instructionモデル、それともBaseモデル？</td><td>データセットのサイズはどれくらいにすべきですか？</td><td><a href="/pages/b0eaf2528a8f433d814b471834923a39c77f801f">/pages/b0eaf2528a8f433d814b471834923a39c77f801f</a></td></tr><tr><td><a href="/pages/fffb67e71b118ce93cf382a53722ac7a1a41dd7c">/pages/fffb67e71b118ce93cf382a53722ac7a1a41dd7c</a></td><td>ファインチューニングで何ができますか？</td><td>RAG とファインチューニング？</td><td><a href="/pages/fffb67e71b118ce93cf382a53722ac7a1a41dd7c">/pages/fffb67e71b118ce93cf382a53722ac7a1a41dd7c</a></td></tr><tr><td><a href="/pages/78ed2140c0094b3caa1931c2127e336118049b42">/pages/78ed2140c0094b3caa1931c2127e336118049b42</a></td><td>Unslothをローカルにインストールするには？</td><td>Unslothを更新するには？</td><td><a href="/pages/78ed2140c0094b3caa1931c2127e336118049b42">/pages/78ed2140c0094b3caa1931c2127e336118049b42</a></td></tr><tr><td><a href="/pages/0169f16f28bd29579ad4805156b35641f23090aa">/pages/0169f16f28bd29579ad4805156b35641f23090aa</a></td><td>データセットをどのように構成・準備すればよいですか？</td><td>データをどのように収集すればよいですか？</td><td></td></tr><tr><td><a href="/pages/6d173d71b33fc6bb9bbdbeb7a340a80132236305">/pages/6d173d71b33fc6bb9bbdbeb7a340a80132236305</a></td><td>Unslothは私のGPUで動作しますか？</td><td>どれくらいのVRAMが必要ですか？</td><td><a href="/pages/6d173d71b33fc6bb9bbdbeb7a340a80132236305">/pages/6d173d71b33fc6bb9bbdbeb7a340a80132236305</a></td></tr><tr><td><a href="/pages/d5ae43f1915ceda3d304ad7c413cb4efbe3d1a3f">/pages/d5ae43f1915ceda3d304ad7c413cb4efbe3d1a3f</a></td><td>モデルをローカルに保存するには？</td><td>OllamaまたはvLLM経由でモデルを実行するには？</td><td><a href="/pages/d5ae43f1915ceda3d304ad7c413cb4efbe3d1a3f">/pages/d5ae43f1915ceda3d304ad7c413cb4efbe3d1a3f</a></td></tr><tr><td><a href="/pages/dac5c97d7a208c227b8115ec72133012ad2d0113">/pages/dac5c97d7a208c227b8115ec72133012ad2d0113</a></td><td>パラメータを変更すると何が起こりますか？</td><td>どのパラメータを変更すべきですか？</td><td></td></tr></tbody></table>

<figure><img src="/files/775c78ac9fc2a9f44866c9a383e25bb202f33f43" alt="" width="188"><figcaption></figcaption></figure>


---

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

```
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.
