# 面向初学者的微调

如果你是初学者，这里可能是你在第一次微调之前会问的第一个问题。你也可以通过加入我们的社区随时询问我们的成员， [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>是使用指令型模型还是基础模型？</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="../mo-xing/tutorials">tutorials</a></td><td>如何运行并微调 DeepSeek？</td><td>运行 Gemma 3 时我应该设置哪些参数？</td><td><a href="../mo-xing/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-chu/inference-and-deployment">inference-and-deployment</a></td><td>如何将我的模型保存到本地？</td><td>如何通过 Ollama 或 vLLM 运行我的模型？</td><td><a href="../ji-chu/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://2657992854-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/zh/kai-shi-shi-yong/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.
