# Fine-tuning

Il fine-tuning rappresenta una tappa fondamentale nell'evoluzione e nell'ottimizzazione dei modelli di intelligenza artificiale.

Questo processo permette di affinare le capacità di un modello pre-addestrato, adattandolo a compiti specifici o a domini particolari. Il fine-tuning apre nuove possibilità per personalizzare e migliorare le prestazioni delle IA conversazionali, rendendole più accurate, pertinenti e allineate alle esigenze specifiche di ogni progetto.

In questo capitolo, esploreremo:

* **Il concetto di fine-tuning e i suoi vantaggi**;
* **Come fare fine-tuning** in maniera semplice con AIsuru;
* **Come sfruttare i modelli fine-tuned** su AIsuru.

🚀 Partiamo!


---

# 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://docs.aisuru.com/avanzate/fine-tuning.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.
