From 6f214b20d518c38e9826dbff5a330fd1b868a878 Mon Sep 17 00:00:00 2001 From: Ethan-Chen-plus <84905965+Ethan-Chen-plus@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:00:07 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce892c3..90dacd2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@
-# 动手实现LLM中文版 +# 动手学LLM # LLMs From Scratch: Hands-on Building Your Own Large Language Models +
[![GitHub stars](https://img.shields.io/github/stars/datawhalechina/llms-from-scratch-cn.svg?style=social)](https://github.com/datawhalechina/llms-from-scratch-cn) @@ -17,8 +18,13 @@ --- ## 📘 项目介绍 +如果你想从0手写代码,构建大语言模型,本项目很适合你。 +本项目 "LLMs From Scratch" 是由 Datawhale 提供的一个从头开始构建类似 ChatGPT 大型语言模型(LLM)的实践教程。 +我们旨在通过详细的指导、代码示例和深度学习资源,帮助开发者和研究者掌握创建大语言模型和大语言模型架构的核心技术。 +本项目包括了从0逐步构建GLM4\Llama3\RWKV6的教程,从0构建大模型,一起深入理解大模型原理。 + +![image](https://github.com/datawhalechina/llms-from-scratch-cn/assets/84905965/11e1e396-e528-46a0-8e07-57ba513eac63) -本项目 "LLMs From Scratch" 是由 Datawhale 提供的一个从头开始构建类似 ChatGPT 大型语言模型(LLM)的实践教程。我们旨在通过详细的指导、代码示例和深度学习资源,帮助开发者和研究者掌握创建大语言模型和大语言模型架构的核心技术。 ---