# Machine Learning & Training

- [Training a PyTorch Model on Clore](https://dev.clore.ai/machine-learning-and-training/pytorch-basics.md)
- [Distributed Training Across Multiple Servers](https://dev.clore.ai/machine-learning-and-training/distributed-training.md)
- [Fine-Tuning Models with Hugging Face](https://dev.clore.ai/machine-learning-and-training/huggingface-finetuning.md)
- [Hyperparameter Sweeps with Optuna](https://dev.clore.ai/machine-learning-and-training/hyperparameter-sweeps.md)
- [Auto-Scaling ML Training Pipeline](https://dev.clore.ai/machine-learning-and-training/auto-scaling-pipeline.md)
- [Training YOLO Object Detection Models](https://dev.clore.ai/machine-learning-and-training/yolo-training.md)
- [Reinforcement Learning on Cloud GPUs](https://dev.clore.ai/machine-learning-and-training/reinforcement-learning.md)
- [Model Training Scheduler (Auto-Rent on Price Drop)](https://dev.clore.ai/machine-learning-and-training/training-scheduler.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://dev.clore.ai/machine-learning-and-training.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.
