# Preparation

### Before the first class you should ...

* If you are not familiar with the Hugging Face API yet, do at minimum chapter 1 and 2 of the [Hugging Face NLP course](https://huggingface.co/learn/nlp-course/chapter1/1) before the start of the course. Further, I strongly recommend to additionally complete the chapters 3, 5 and 6.<br>
* Register to the [Alpha Signal](https://alphasignal.ai/) newsletter.
* Get a Discord account and enter the [LAION community](https://discord.gg/9jSG7vjZ) and the [EleutherAI community](https://discord.gg/ExWR3nfM).


---

# 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/preparation.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.
