> For the complete documentation index, see [llms.txt](https://axolotl.continuumlabs.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://axolotl.continuumlabs.pro/axolotl-configuration-files.md).

# Axolotl Configuration Files

Within Axolotl the training file is a <mark style="color:yellow;">YAML file</mark>. &#x20;

There are an array of <mark style="color:yellow;">example training scripts</mark> spread across *<mark style="color:yellow;">**24 different types of models.**</mark>* &#x20;

### <mark style="color:blue;">Below are the primary categories for the</mark> <mark style="color:yellow;">YAML Training Configuration File</mark>

| <mark style="color:green;">Category</mark> |
| ------------------------------------------ |
| Model Configuration                        |
| Data Loading and Processing                |
| Sequence Configuration                     |
| Adapter Configuration                      |
| Logging and Monitoring                     |
| Training Configuration                     |
| Training Options                           |
| Attention Mechanisms                       |
| Training Schedules and Evaluation          |
| Debugging and Optimization                 |
| Special Tokens                             |

### **The balance of this module is describing each of these configuration areas.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://axolotl.continuumlabs.pro/axolotl-configuration-files.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.
