# Fine-tuning pour débutants

Si vous êtes débutant, voici peut-être les premières questions que vous vous poserez avant votre première fine-tune. Vous pouvez également toujours demander à notre communauté en rejoignant notre [page 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>Étape par étape sur comment effectuer un fine-tune !</td><td>Apprenez les bases essentielles de l'entraînement.</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>Modèle Instruct ou Base ?</td><td>Quelle taille mon jeu de données devrait-il avoir ?</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="../modeles/tutorials">tutorials</a></td><td>Comment exécuter et affiner DeepSeek ?</td><td>Quelles configurations dois‑je définir lors de l'exécution de Gemma 3 ?</td><td><a href="../modeles/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>Que peut m'apporter le fine-tuning ?</td><td>RAG vs. Fine-tuning ?</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>Comment installer Unsloth localement ?</td><td>Comment mettre à jour 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>Comment structurer/préparer mon jeu de données ?</td><td>Comment collecter des données ?</td><td></td></tr><tr><td><a href="fine-tuning-for-beginners/unsloth-requirements">unsloth-requirements</a></td><td>Unsloth fonctionne-t-il sur mon GPU ?</td><td>De combien de VRAM aurai-je besoin ?</td><td><a href="fine-tuning-for-beginners/unsloth-requirements">unsloth-requirements</a></td></tr><tr><td><a href="../bases/inference-and-deployment">inference-and-deployment</a></td><td>Comment enregistrer mon modèle localement ?</td><td>Comment exécuter mon modèle via Ollama ou vLLM ?</td><td><a href="../bases/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>Que se passe-t-il lorsque je change un paramètre ?</td><td>Quels paramètres devrais‑je modifier ?</td><td></td></tr></tbody></table>

<figure><img src="https://550366147-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/fr/commencer/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.
