> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/guides/guides_v2-ru/obuchenie.md).

# Обучение

- [Обзор](https://docs.clore.ai/guides/guides_v2-ru/obuchenie/training.md)
- [Jupyter ML Training](https://docs.clore.ai/guides/guides_v2-ru/obuchenie/jupyter-ml-training.md): Настройте JupyterLab с поддержкой GPU для обучения ML на Clore.ai
- [DreamBooth](https://docs.clore.ai/guides/guides_v2-ru/obuchenie/dreambooth.md): Обучайте пользовательские модели изображений с DreamBooth на GPU Clore.ai
- [Обучение Kohya](https://docs.clore.ai/guides/guides_v2-ru/obuchenie/kohya-training.md): Обучайте LoRA и DreamBooth для Stable Diffusion с Kohya на Clore.ai
- [Дообучение LLM](https://docs.clore.ai/guides/guides_v2-ru/obuchenie/finetune-llm.md): Дообучайте пользовательские LLM с эффективными техниками на GPU Clore.ai
- [Unsloth — дообучение в 2 раза быстрее](https://docs.clore.ai/guides/guides_v2-ru/obuchenie/unsloth-finetune.md): Дообучайте LLM в 2 раза быстрее, используя на 70% меньше VRAM с Unsloth на Clore.ai
- [Универсальное дообучение Axolotl](https://docs.clore.ai/guides/guides_v2-ru/obuchenie/axolotl-training.md): Дообучение LLM на основе YAML с Axolotl на Clore.ai — LoRA, QLoRA, DPO, multi-GPU
- [Обучение DeepSpeed](https://docs.clore.ai/guides/guides_v2-ru/obuchenie/deepspeed-training.md): Эффективно обучайте большие модели с DeepSpeed на GPU Clore.ai
- [HuggingFace Transformers](https://docs.clore.ai/guides/guides_v2-ru/obuchenie/huggingface-transformers.md): Используйте HuggingFace Transformers для NLP, зрения и аудио на Clore.ai
- [LLaMA-Factory](https://docs.clore.ai/guides/guides_v2-ru/obuchenie/llama-factory.md): Дообучайте 100+ LLM с LoRA/QLoRA и веб-интерфейсом на GPU Clore.ai с помощью LLaMA-Factory
- [LitGPT](https://docs.clore.ai/guides/guides_v2-ru/obuchenie/litgpt.md)
- [Слияние моделей Mergekit](https://docs.clore.ai/guides/guides_v2-ru/obuchenie/mergekit.md)
- [TRL (обучение RLHF/DPO)](https://docs.clore.ai/guides/guides_v2-ru/obuchenie/trl.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.clore.ai/guides/guides_v2-ru/obuchenie.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
