# Logging

These are the configurations for tracking our fine tuning experiments.

<table data-header-hidden><thead><tr><th width="233"></th><th></th></tr></thead><tbody><tr><td><mark style="color:blue;"><strong>Class</strong></mark></td><td><mark style="color:blue;"><strong>Description</strong></mark> </td></tr><tr><td><strong>wandb_project</strong></td><td>Specifies the name of the project in Weights &#x26; Biases (WandB) for experiment tracking. </td></tr><tr><td><strong>wandb_entity</strong></td><td>Specifies the entity (user or organisation) in WandB under which the project will be created. </td></tr><tr><td><strong>wandb_watch</strong></td><td>A flag indicating whether to watch and log the model's progress in WandB. If set to "true," it means the experiment's progress and model performance will be actively monitored and logged in WandB.</td></tr><tr><td><strong>wandb_run_id</strong></td><td>Specifies a unique ID for the WandB run associated with this experiment. </td></tr><tr><td><strong>wandb_log_model</strong></td><td>A flag indicating whether to log the model to WandB. If set to "true," it suggests that the trained model's weights and configurations will be logged to WandB as part of the experiment's output.</td></tr></tbody></table>


---

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