# Application of Transformer Models

- [Requirements for a Certificate of Achievement or ECTS](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/application-of-transformer-models-1/requirements-for-a-certificate-of-achievement-or-ects.md)
- [Week 1 - General Introduction](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/application-of-transformer-models-1/week-1-general-introduction.md)
- [Week 2 - Self-Attention and Prompt Design](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/application-of-transformer-models-1/week-2-self-attention-and-prompt-design.md)
- [Week 3 - Introduction to Transformer Models](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/application-of-transformer-models-1/week-3-introduction-to-transformer-models.md)
- [Week 4 - Fine-Tuning Pretrained Models](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/application-of-transformer-models-1/week-4-fine-tuning-pretrained-models.md)
- [Week 5 - The Datasets Library](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/application-of-transformer-models-1/week-5-the-datasets-library.md)
- [Week 6 - The Tokenizers Library](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/application-of-transformer-models-1/week-6-the-tokenizers-library.md)
- [Week 7 - Main NLP Tasks](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/application-of-transformer-models-1/week-7-main-nlp-tasks.md)
- [Week 8 - Presentation of the Final Projects](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/application-of-transformer-models-1/week-8-presentation-of-the-final-projects.md)


---

# 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-1.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.
