> ## Documentation Index
> Fetch the complete documentation index at: https://docs.monostate.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 欢迎使用 AI Training

> 无需复杂操作即可训练自定义 AI 模型

# AI Training by Monostate

欢迎使用 AI Training，这是一个开源平台，让每个人都能训练自定义 AI 模型。无论您是希望为生产环境微调模型的开发者、探索新技术的研究人员，还是刚开始接触机器学习的初学者，我们都提供工具和接口来训练适合您特定需求的模型。

<Card title="试用平台" icon="rocket" href="https://playground.monostate.ai">
  我们的云端训练平台已上线 — 管理数据集、生成合成数据、运行训练任务并分析结果，无需任何配置。
</Card>

<a href="https://www.producthunt.com/products/monostate?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-monostate" target="_blank" rel="noopener noreferrer">
  <img alt="Monostate - Vibe Training AI models | Product Hunt" width="250" height="54" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1096047&theme=light&t=1773340305351" />
</a>

<div style={{ marginTop: '2rem', marginBottom: '2rem' }}>
  <iframe width="100%" height="400" src="https://www.youtube.com/embed/QLQ0j7__FWo" title="AI Training Introduction" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />
</div>

## 快速概览

AI Training 为您提供：

* **多种训练方法** - 通过奖励、人工反馈或示例来训练 AI（如 DPO、ORPO、PPO 等技术）
* **内存高效的训练** - 在普通计算机上运行，而不仅仅是昂贵的 GPU（使用 LoRA、quantization）
* **三种工作方式** - 可视化界面、命令行或 API - 选择适合您的方式
* **多种数据类型** - 使用文本、图像或结构化数据训练模型

## 问题 vs 我们的解决方案

<Table>
  <thead>
    <tr>
      <th>传统 ML 训练</th>
      <th>AI Training 平台</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>需要深厚的技术知识</td>
      <td>开箱即用，智能默认值</td>
    </tr>

    <tr>
      <td>复杂的设置和配置</td>
      <td>为常见任务预配置</td>
    </tr>

    <tr>
      <td>需要昂贵的 GPU</td>
      <td>在普通计算机上通过优化运行</td>
    </tr>

    <tr>
      <td>试错需要数周</td>
      <td>通过引导式工作流程在几小时内获得结果</td>
    </tr>
  </tbody>
</Table>

## 从这里开始：交互式向导

训练第一个模型的最快方法是使用**交互式向导**。首先，安装：

```bash theme={null}
pip install aitraining
```

然后运行：

```bash theme={null}
aitraining
```

向导将逐步引导您完成：

1. 选择训练器类型（LLM、classification、vision 等）
2. 选择适合您硬件的模型
3. 配置您的数据集
4. 使用智能默认值开始训练

无需配置文件，无需记忆命令。在任何步骤输入 `:help` 了解更多信息。

<Card title="向导指南" icon="wand-magic-sparkles" href="/wizard/overview">
  交互式向导的完整教程 - 最简单的入门方式
</Card>

## 其他训练方式

<CardGroup cols={3}>
  <Card title="聊天界面" icon="comments" href="/chat/launching">
    用于交互式测试训练模型的 Web UI。
  </Card>

  <Card title="命令行" icon="terminal" href="/cli/installation-setup">
    用于自动化和脚本编写的完整 CLI。
  </Card>

  <Card title="Python API" icon="python" href="/api/introduction">
    用于集成的编程访问。
  </Card>
</CardGroup>

## 您可以训练什么？

* **聊天机器人和助手** - 创建按您要求说话的 AI
* **文本分析** - 检测情感、分类文档、提取信息
* **图像识别** - 识别对象、分类图像、检测模式
* **数据预测** - 从电子表格和数据库预测趋势
* **翻译和摘要** - 在语言之间转换或压缩文本

## 开始使用

<CardGroup cols={2}>
  <Card title="立即安装" icon="download" href="/foundations/installation">
    5 分钟设置指南
  </Card>

  <Card title="训练您的第一个模型" icon="wand-magic-sparkles" href="/wizard/sft-walkthrough">
    逐步向导教程
  </Card>
</CardGroup>

***

<Note>
  AI Training 基于 Hugging Face 的 AutoTrain，但添加了新的训练方法和优化。它是开源且免费使用的。
</Note>

## 探索更多

<CardGroup cols={2}>
  <Card title="用例" icon="lightbulb" href="https://monostate.com/use-cases">
    查看 AI Training 的实际应用
  </Card>

  <Card title="Monostate" icon="building" href="https://monostate.com">
    了解更多关于我们公司和研究
  </Card>
</CardGroup>
