# Evaluation of Fine-Tuned Models

Evaluating fine-tuned models is an important step in the development process, as it ensures the model performs well on the target task and generalizes effectively to unseen data. Without thorough evaluation, it’s impossible to determine whether the fine-tuning process has succeeded or if adjustments are needed to improve performance. This step also helps identify potential biases, weaknesses, or overfitting issues that might hinder the model's real-world applicability. In this section, we will explore key evaluation strategies, metrics, and best practices to assess the effectiveness of your fine-tuned model comprehensively.

{% content-ref url="/pages/hcuZghtWOAGy4xujxY3z" %}
[Evaluation Techniques](/llm-guide/evaluation-of-fine-tuned-models/evaluation-techniques.md)
{% endcontent-ref %}

{% content-ref url="/pages/O2AdZxDmEr7pESp63M8g" %}
[Task specific Evaluation Metrics](/llm-guide/evaluation-of-fine-tuned-models/task-specific-evaluation-metrics.md)
{% endcontent-ref %}

{% content-ref url="/pages/rjj4nuoL27LOv9DoYevO" %}
[Popular Benchmarks](/llm-guide/evaluation-of-fine-tuned-models/popular-benchmarks.md)
{% endcontent-ref %}

{% content-ref url="/pages/KgsZDJN0OgyO53PMjg1w" %}
[Best Practices for Model Evaluation](/llm-guide/evaluation-of-fine-tuned-models/best-practices-for-model-evaluation.md)
{% endcontent-ref %}


---

# 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://ubiai.gitbook.io/llm-guide/evaluation-of-fine-tuned-models.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.
