diff --git a/README.md b/README.md index 2a8eb2879..263d300c7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ English | [简体中文](README_zh-CN.md) ## 🎉 News - +- **\[2024/07\]** Support [MiniCPM](xtuner/configs/minicpm/) models! - **\[2024/07\]** Support [DPO](https://github.com/InternLM/xtuner/tree/main/xtuner/configs/dpo), [ORPO](https://github.com/InternLM/xtuner/tree/main/xtuner/configs/orpo) and [Reward Model](https://github.com/InternLM/xtuner/tree/main/xtuner/configs/reward_model) training with packed data and sequence parallel! See [documents](https://xtuner.readthedocs.io/en/latest/dpo/overview.html) for more details. - **\[2024/07\]** Support [InternLM 2.5](xtuner/configs/internlm/internlm2_5_chat_7b/) models! - **\[2024/06\]** Support [DeepSeek V2](xtuner/configs/deepseek/deepseek_v2_chat/) models! **2x faster!** @@ -113,6 +113,7 @@ XTuner is an efficient, flexible and full-featured toolkit for fine-tuning large
  • Mixtral
  • DeepSeek V2
  • Gemma
  • +
  • MiniCPM
  • ...
  • diff --git a/README_zh-CN.md b/README_zh-CN.md index 58076210f..f4f0b4b48 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -38,7 +38,7 @@ ## 🎉 更新 - +- **\[2024/07\]** 支持 [MiniCPM](xtuner/configs/minicpm/) 模型! - **\[2024/07\]** 支持训练 [DPO](https://github.com/InternLM/xtuner/tree/main/xtuner/configs/dpo), [ORPO](https://github.com/InternLM/xtuner/tree/main/xtuner/configs/orpo) 还有 [Reward Model](https://github.com/InternLM/xtuner/tree/main/xtuner/configs/reward_model) ! 并且能够支持打包数据以及序列并行功能! 请参考 [文档](https://xtuner.readthedocs.io/zh-cn/latest/dpo/overview.html) 了解更多信息。 - **\[2024/07\]** 支持 [InternLM 2.5](xtuner/configs/internlm/internlm2_5_chat_7b/) 模型! - **\[2024/06\]** 支持 [DeepSeek V2](xtuner/configs/deepseek/deepseek_v2_chat/) models! **训练速度提升一倍!** @@ -113,6 +113,7 @@ XTuner 是一个高效、灵活、全能的轻量化大模型微调工具库。
  • Mixtral
  • DeepSeek V2
  • Gemma
  • +
  • MiniCPM
  • ...