# Week 4 - Model Evaluation

#### This week you will...

* discuss important aspects of evaluating models.
* discuss which models you want to use for your project.

#### Learning Resources

{% file src="/files/7QSR6TXvn3SWRcOioJh1" %}

#### Until next week you should...

* [x] decide on a baseline model and implement an evaluation chain for your base model.


---

# 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://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/application-of-transformer-models/week-4-model-evaluation.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.
