docs(README): update quick start guide and add custom Bootcamp creation instructions

- Update quick start guide for data generation, model training, and evaluation
- Add detailed instructions for creating custom Bootcamp tasks
- Update examples in both English and Chinese documentation
This commit is contained in:
chenyongkang 2025-06-16 16:45:20 +08:00
parent d47b4efa33
commit 31ce74fe1c
4 changed files with 459 additions and 28 deletions

View file

@ -11,7 +11,7 @@
Internbootcamp是一个易用、可扩展的推理模型训练训练场环境。通过集成大量可验证的推理任务并为其支持无限量的**自动化问题生成**和**结果验证**Internbootcamp旨在提供推理形式多样且难度可控的大规模数据资源以推动大模型在广泛场景下的推理能力提升及泛化。目前Internbootcamp已集成上千种可验证的、难度可控的推理任务包含游戏games、逻辑问题logic、谜题puzzles、算法问题algorithms并在持续扩展中。
## Getting Started
**快速开始数据生成、模型训练、模型评测以及自定义Bootcamp**
* [安装](#section3)
* [快速开始](examples/get_started_zh.md)
* [接口及用法](#section4)