> 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/training.md).

# Обзор

Обучайте и дообучайте модели ИИ на GPU CLORE.AI.

## Доступные руководства

| Руководство                                                                    | Сценарий использования                 | Сложность  |
| ------------------------------------------------------------------------------ | -------------------------------------- | ---------- |
| [Обучение ML в Jupyter](/guides/guides_v2-ru/obuchenie/jupyter-ml-training.md) | Интерактивное обучение                 | Легко      |
| [DreamBooth](/guides/guides_v2-ru/obuchenie/dreambooth.md)                     | Пользовательские объекты SD            | Средне     |
| [Kohya Training](/guides/guides_v2-ru/obuchenie/kohya-training.md)             | Обучение LoRA/LyCORIS                  | Средне     |
| [Дообучение LLM](/guides/guides_v2-ru/obuchenie/finetune-llm.md)               | Дообучение LLM                         | Продвинуто |
| [DeepSpeed](/guides/guides_v2-ru/obuchenie/deepspeed-training.md)              | Распределённое обучение                | Продвинуто |
| [HuggingFace](/guides/guides_v2-ru/obuchenie/huggingface-transformers.md)      | Обучение Transformers                  | Средне     |
| [Unsloth](/guides/guides_v2-ru/obuchenie/unsloth-finetune.md)                  | Быстрое дообучение LLM                 | Средне     |
| [Axolotl](/guides/guides_v2-ru/obuchenie/axolotl-training.md)                  | Дообучение с приоритетом YAML          | Средне     |
| [LLaMA-Factory](/guides/guides_v2-ru/obuchenie/llama-factory.md)               | Удобный интерфейс для обучения LLM     | Легко      |
| [TRL](/guides/guides_v2-ru/obuchenie/trl.md)                                   | Укрепляющее обучение для трансформеров | Продвинуто |
| [LitGPT](/guides/guides_v2-ru/obuchenie/litgpt.md)                             | Обучение на основе Lightning           | Средне     |
| [Mergekit](/guides/guides_v2-ru/obuchenie/mergekit.md)                         | Набор инструментов для слияния моделей | Легко      |

## Рекомендации по GPU

| Задача               | Минимум  | Рекомендуется |
| -------------------- | -------- | ------------- |
| LoRA (SD)            | RTX 3060 | RTX 3090      |
| DreamBooth           | RTX 3090 | RTX 4090      |
| Дообучение LLM (7B)  | RTX 3090 | A100 40GB     |
| Дообучение LLM (70B) | 4x A100  | 8x A100       |

## Типы обучения

### Модели изображений

* **LoRA** - Лёгкий адаптер, быстрое обучение
* **DreamBooth** - Полное дообучение для концепций
* **Textual Inversion** - Изучение новых токенов

### Языковые модели

* **LoRA/QLoRA** - Памятъ-эффективное дообучение
* **Полное дообучение** - Лучшее качество, требует больше VRAM

## Советы

* Использование **Spot** заказы для длительных тренировок
* Включите gradient checkpointing, чтобы сэкономить VRAM
* Отслеживайте обучение с помощью TensorBoard
* Часто сохраняйте контрольные точки

## Связанные руководства

* [Языковые модели](/guides/guides_v2-ru/yazykovye-modeli/language-models.md)
* [Генерация изображений](/guides/guides_v2-ru/generaciya-izobrazhenii/image-generation.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/training.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.
