LLMs-from-scratch项目中文翻译
☆2,362Oct 15, 2025Updated 4 months ago
Alternatives and similar repositories for LLMs-from-scratch-CN
Users that are interested in LLMs-from-scratch-CN are comparing it to the libraries listed below
Sorting:
- 仅需Python基础,从0构建大语言模型;从0逐步构建GLM4\Llama3\RWKV6, 深入理解大模型原理☆3,984Aug 15, 2024Updated last year
- Implement a ChatGPT-like LLM in PyTorch from scratch, step by step☆87,151Updated this week
- A book for Learning the Foundations of LLMs☆15,861Dec 12, 2025Updated 2 months ago
- 《开源大模型食用指南》针对中国宝宝量身打造的基于Linux环境快速微调(全参数/Lora)、部署国内外开源大模型(LLM)/多模态大模型(MLLM)教程☆28,676Feb 24, 2026Updated last week
- 本项目旨在分享大模型相关技术原理以及实战经验(大模型工程化、大模型应用落地)☆23,265Updated this week
- 🚀🚀 「大 模型」2小时完全从0训练26M的小参数GPT!🌏 Train a 26M-parameter GPT from scratch in just 2h!☆40,273Feb 6, 2026Updated last month
- 《动手学大模型Dive into LLMs》系列编程实践教程☆21,101Oct 10, 2025Updated 4 months ago
- 《Build a Large Language Model (From Scratch)》是一本深入探讨大语言模型原理与实现的电子书,适合希望深入了解 GPT 等大模型架构、训练过程及应用开发的学习者。为了让更多中文读者能够接触到这本极具价值的教材,我决定将其翻译成中文,并…☆3,315Sep 7, 2025Updated 6 months ago
- 该系列的目的是让读者可以在基础的pytorch上,不依赖任何其他现成的外部库,从零开始理解并实现一个大语言模型的所有组成部分,以及训练微调代码,因此读者仅需python,pytorch和最基础深度学习背景知识即可。☆379Aug 28, 2025Updated 6 months ago
- Building DeepSeek R1 from Scratch☆747Mar 21, 2025Updated 11 months ago
- 《大语言模型》作者:赵鑫,李军毅,周昆,唐天一,文继荣☆4,270Sep 2, 2025Updated 6 months ago
- 🧑🚀 全世界最好的LLM资料总结(多模态生成、Agent、辅助编程、AI审稿、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.☆7,638Updated this week
- 📚 从零开始的大语言模型原理与实践教 程☆26,919Updated this week
- 面向开发者的 LLM 入门教程,吴恩达大模型系列课程中文版☆23,414Jun 12, 2025Updated 8 months ago
- 整理开源的中文大语言模型,以规模较小、可私有化部署、训练成本较低的模型为主,包括底座模型,垂直领域微调及应用,数据集与教程等。☆22,318May 19, 2025Updated 9 months ago
- 中文翻译的 Hands-On-Large-Language-Models (hands-on-llms),动手学习大模型☆2,241Oct 19, 2025Updated 4 months ago
- 大模型基础: 一文了解大模型基础知识☆6,855Dec 18, 2025Updated 2 months ago
- Large Language Model in Action☆342Jan 28, 2025Updated last year
- 《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学 用于教学。☆76,010Jul 30, 2024Updated last year
- 从无名小卒到大模型(LLM)大英雄~ 欢迎关注后续!!!☆2,048Nov 22, 2025Updated 3 months ago
- 本项目是一个面向小白开发者的大模型应用开发教程,在线阅读地址:https://datawhalechina.github.io/llm-universe/☆12,061Feb 24, 2026Updated last week
- 强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/☆13,742Dec 30, 2025Updated 2 months ago
- Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)☆67,966Updated this week
- 这是一个简单的技术科普教程项目,主要聚焦于解释一些有趣的,前沿的技术概念和原理。每篇文章都力求在 5 分钟内阅读完成。☆6,730Nov 10, 2025Updated 3 months ago
- Building a Large Language Model (From Scratch) to understand and create your own GPT-like large language models (LLMs) from the ground up…☆13May 8, 2025Updated 9 months ago
- 每个人都能看懂的大模型知识分享,LLMs春/秋招大模型面试前必看,让你和面试官侃侃而谈☆5,706Updated this week
- 主要记录大语言大模型(LLMs) 算法(应用)工程师相关的知识及面试题☆12,768Apr 30, 2025Updated 10 months ago
- 《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases☆16,363Nov 23, 2025Updated 3 months ago
- AISystem 主要是指AI系统,包括AI芯片、AI编译器、AI推理和训练框架等AI全栈底层技术☆16,380Sep 3, 2025Updated 6 months ago
- Official code repo for the O'Reilly Book - "Hands-On Large Language Models"☆23,193Dec 17, 2025Updated 2 months ago
- Langchain-Chatchat(原Langchain-ChatGLM)基于 Langchain 与 ChatGLM, Qwen 与 Llama 等语言模型的 RAG 与 Agent 应用 | Langchain-Chatchat (formerly langchain…☆37,352Nov 10, 2025Updated 3 months ago
- ☆14Apr 1, 2025Updated 11 months ago
- 《Pytorch实用教程》(第二版)无论是零基础入门,还是CV、NLP、LLM项目应用,或是进阶工程化部署落地,在这里都有。相信在本书的帮助下,读者将能够轻松掌握 PyTorch 的使用,成为一名优秀的深度学习工程师。☆4,414Jan 27, 2025Updated last year
- [ACL 2025 Demo] Repository for the demo and paper: ReasonGraph: Visualisation of Reasoning Paths☆513May 23, 2025Updated 9 months ago
- 企业级RAG系统从入门到精通☆633Jun 25, 2025Updated 8 months ago
- The official GitHub page for the survey paper "A Survey of Large Language Models".☆12,102Mar 11, 2025Updated 11 months ago
- Production-ready platform for agentic workflow development.☆130,750Updated this week
- RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to creat…☆73,900Feb 28, 2026Updated last week
- 🚀 「大模型」1小时从0训练26M参数的视觉多模态VLM!🌏 Train a 26M-parameter VLM from scratch in just 1 hours!☆6,594Feb 4, 2026Updated last month