Skip to content

Commit

Permalink
refactor readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tastelikefeet committed Dec 23, 2024
1 parent 40bcbcf commit 57848ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
在这里我们集中了魔搭社区的深度学习教程!热爱AI的开发者们可以在这里找到自己想要了解的知识,并学会训练、推理、部署、应用搭建等各类常用操作!

# 🌿更新日志
- ⭐️2024.11.22 添加了使用Omnigen模型合成两个人物拥抱图片的notebook,请查看[Omnigen样例](./AIGC-tutorial/Omnigen_demo.ipynb).
- ⭐️2024.11.01 补充了一个通用训练流程的notebook,请查看[古文翻译训练样例](./LLM-tutorial/P.训练.ipynb).
- ⭐️2024.10.30 补充了全流程数据集训练的notebook,请查看[全流程知乎数据集训练](./LLM-tutorial/全流程知乎数据集训练.ipynb).
- ⭐️2024.12.23 添加了vLLM和VLMEvalKit的notebook样例,请查看[vLLM样例](./LLM-tutorial/notebook/vLLM.ipynb)[VLMEvalKit样例](./LLM-tutorial/notebook/VLMEvalKit多模态模型评估.ipynb).
- ⭐️2024.11.22 添加了使用Omnigen模型合成两个人物拥抱图片的notebook,请查看[Omnigen样例](./AIGC-tutorial/notebook/Omnigen_demo.ipynb).
- ⭐️2024.11.01 补充了一个通用训练流程的notebook,请查看[古文翻译训练样例](./LLM-tutorial/notebook/训练.ipynb).
- ⭐️2024.10.30 补充了全流程数据集训练的notebook,请查看[全流程知乎数据集训练](./LLM-tutorial/notebook/全流程知乎数据集训练.ipynb).
- ⭐️2024.10.22 添加了有关 OpenAI-O1 的技术调研,请查看[LLM-tutorial](./LLM-tutorial/从%20OpenAI-O1%20看大模型的复杂推理能力.md).
- ⭐️2024.06.14 补充了人类偏好对齐训练技术解析,请查看[LLM-tutorial](./LLM-tutorial/M.人类偏好对齐训练.md).
- ⭐️2024.05.16 补充了量化技术解析,请查看[LLM-tutorial](./LLM-tutorial/量化技术解析.md).
Expand Down
6 changes: 4 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
Here we have gathered the deep learning tutorials from the MoDao community! Developers who love AI can find the knowledge they want to learn here, and learn how to train, infer, deploy, build applications, and perform various other common operations!

# 🌿 Update Log
- ⭐️2024.11.01 Add a common training notebook,请查看[LLM-tutorial](./LLM-tutorial/P.训练.ipynb).
- ⭐️2024.10.30 Add Zhihu dataset training and evaluating notebook, please check [LLM-tutorial](./LLM-tutorial/全流程知乎数据集训练.ipynb).
- ⭐️2024.12.23 Add example for vLLM and VLMEvalKit. Please check [vLLM example](./LLM-tutorial/notebook/vLLM.ipynb)[VLMEvalKit example](./LLM-tutorial/notebook/VLMEvalKit多模态模型评估.ipynb).
- ⭐️2024.11.22 Add an example for Omnigen to generate pictures of hugging. Please check[Omnigen example](./AIGC-tutorial/notebook/Omnigen_demo.ipynb).
- ⭐️2024.11.01 Add a common training notebook,请查看[LLM-tutorial](./LLM-tutorial/notebook/训练.ipynb).
- ⭐️2024.10.30 Add Zhihu dataset training and evaluating notebook, please check [LLM-tutorial](./LLM-tutorial/notebook/全流程知乎数据集训练.ipynb).
- ⭐️2024.10.22 Add an investigation of O1 preview, check [LLM-tutorial](./LLM-tutorial/从%20OpenAI-O1%20看大模型的复杂推理能力.md).
- ⭐️2024.06.14 Add human preference alignment training technical analysis, check:[LLM-tutorial](./LLM-tutorial/M.人类偏好对齐训练.md).
- ⭐️2024.05.16 Add quantization technical analysis, check:[LLM-tutorial](./LLM-tutorial/量化技术解析.md).
Expand Down

0 comments on commit 57848ab

Please sign in to comment.