> 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/de/loslegen/fine-tuning-for-beginners.md).

# Feinabstimmung für Einsteiger

Wenn du Anfänger bist, könnten dies hier die ersten Fragen sein, die du vor deinem ersten Fine-Tuning stellen wirst. Du kannst auch jederzeit unsere Community fragen, indem du unserer [Reddit-Seite](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/9b29615ab338f1d1924174468718cfeab406f641">/pages/9b29615ab338f1d1924174468718cfeab406f641</a></td><td>Sieh dir jedes Modell an, das du mit Unsloth ausführen/trainieren kannst.</td><td>Wie führt man GGUFs aus oder trainiert LLMs?</td><td><a href="/pages/9b29615ab338f1d1924174468718cfeab406f641">/pages/9b29615ab338f1d1924174468718cfeab406f641</a></td></tr><tr><td><a href="/pages/44aed34263310d67280841ab6b72ea1e5648761f">/pages/44aed34263310d67280841ab6b72ea1e5648761f</a></td><td>Schritt für Schritt zum Fine-Tuning!</td><td>Lerne die grundlegenden Basics des Trainings.</td><td><a href="/pages/44aed34263310d67280841ab6b72ea1e5648761f">/pages/44aed34263310d67280841ab6b72ea1e5648761f</a></td></tr><tr><td><a href="/pages/e74e48e68b0d725224ca82d9e12183f70ec3dd62">/pages/e74e48e68b0d725224ca82d9e12183f70ec3dd62</a></td><td>Instruct- oder Basismodell?</td><td>Wie groß sollte mein Datensatz sein?</td><td><a href="/pages/e74e48e68b0d725224ca82d9e12183f70ec3dd62">/pages/e74e48e68b0d725224ca82d9e12183f70ec3dd62</a></td></tr><tr><td><a href="/pages/247e762fc931f96d3998ecfa1a4402cf524e9e97">/pages/247e762fc931f96d3998ecfa1a4402cf524e9e97</a></td><td>Was kann Fine-Tuning für mich tun?</td><td>RAG vs. Fine-Tuning?</td><td><a href="/pages/247e762fc931f96d3998ecfa1a4402cf524e9e97">/pages/247e762fc931f96d3998ecfa1a4402cf524e9e97</a></td></tr><tr><td><a href="/pages/fd362a47f0e8cc55190dad52421d6fe66df3a5cb">/pages/fd362a47f0e8cc55190dad52421d6fe66df3a5cb</a></td><td>Wie installiere ich Unsloth lokal?</td><td>Wie aktualisiere ich Unsloth?</td><td><a href="/pages/fd362a47f0e8cc55190dad52421d6fe66df3a5cb">/pages/fd362a47f0e8cc55190dad52421d6fe66df3a5cb</a></td></tr><tr><td><a href="/pages/079b6ad30e8c25b4a6caae0d2dc5378a166d54c9">/pages/079b6ad30e8c25b4a6caae0d2dc5378a166d54c9</a></td><td>Wie strukturiere/bereite ich meinen Datensatz vor?</td><td>Wie sammle ich Daten?</td><td></td></tr><tr><td><a href="/pages/53df1382354c7ace1c37120c4af6ed50511854dd">/pages/53df1382354c7ace1c37120c4af6ed50511854dd</a></td><td>Funktioniert Unsloth auf meiner GPU?</td><td>Wie viel VRAM werde ich benötigen?</td><td><a href="/pages/53df1382354c7ace1c37120c4af6ed50511854dd">/pages/53df1382354c7ace1c37120c4af6ed50511854dd</a></td></tr><tr><td><a href="/pages/03532de69dfe0230fe5114e809721d8b7dd74ca6">/pages/03532de69dfe0230fe5114e809721d8b7dd74ca6</a></td><td>Wie speichere ich mein Modell lokal?</td><td>Wie führe ich mein Modell über Ollama oder vLLM aus?</td><td><a href="/pages/03532de69dfe0230fe5114e809721d8b7dd74ca6">/pages/03532de69dfe0230fe5114e809721d8b7dd74ca6</a></td></tr><tr><td><a href="/pages/ce825bbf83c91ef73a7fc71d696bd3d1ecc78590">/pages/ce825bbf83c91ef73a7fc71d696bd3d1ecc78590</a></td><td>Was passiert, wenn ich einen Parameter ändere?</td><td>Welche Parameter sollte ich ändern?</td><td></td></tr></tbody></table>

<figure><img src="/files/af0b98cc0a2c5c7920c49551673676c7dca30e99" 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/de/loslegen/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.
