haobinlaosi / LLM_CourseLinks
LLM Course;
☆86Updated 10 months ago
Alternatives and similar repositories for LLM_Course
Users that are interested in LLM_Course are comparing it to the libraries listed below
Sorting:
- Learning LLM Implementaion and Theory for Practical Landing☆184Updated 9 months ago
- A simple and trans-platform rag framework and tutorial☆217Updated last month
- Use interactive notebook to break down MiniMind code and learn from scratch.☆90Updated 6 months ago
- A simple and trans-platform agent framework and tutorial☆172Updated last week
- RAG兴趣小组,全手写的一个RAG应用。Langchain的大部分库会很方便,但是你不一定理解其中原理,所以代码尽可能展现基本算法,主打理解RAG的原理☆236Updated last year
- ☆103Updated 7 months ago
- ThinkLLM:🚀 轻量、高效的大语言模型算法实现☆103Updated 5 months ago
- ☆57Updated 11 months ago
- ☆307Updated 5 months ago
- 本项目旨在分享人工智能相关应用技术以及实战经验, 包括大模型、语音合成、数字人、图像生成等。☆267Updated last year
- LLM大模型(重点)以及搜广推等 AI 算法中手写的面试题,(非 LeetCode),比如 Self-Attention, AUC等,一般比 LeetCode 更考察一个人的综合能力,又更贴近业务和基础知识一点☆389Updated 9 months ago
- 一个简单的多模态RAG项目☆223Updated 5 months ago
- 大语言模型微调,Qwen2VL、Qwen2、GLM4指令微调☆530Updated 4 months ago
- TinyRAG☆350Updated 3 months ago
- 从零实现一个小参数量中文大语言模型。☆847Updated last year
- 数据科学教程、大模型实践案例☆146Updated 3 months ago
- 一个包含了多种主流大模型微调方案的实战代码库,基于Qwen3系列模型☆78Updated 2 months ago
- 本项目为书籍《大模型RAG实战》的代码以及资料汇总。☆257Updated 11 months ago
- Transformer的完整实现。详细构建Encoder、Decoder、Self-attention。以实际例子进行展示,有完整的输入、训练、预测过程。可用于学习理解self-attention和Transformer☆103Updated 6 months ago
- 人工智能培训课件资源☆117Updated this week
- everything about llm & aigc☆104Updated 3 weeks ago
- 解锁HuggingFace生态的百般用法☆93Updated 10 months ago
- 复现大模型相关算法及一些学习记录☆2,326Updated 3 weeks ago
- 卷王每周分享☆52Updated 9 months ago
- LLM Tokenizer with BPE algorithm☆41Updated last year
- 收集大语言模型的学习路径和各种最佳实践☆310Updated last year
- 一个很小很小的RAG系统☆305Updated 5 months ago
- 理工科-大模型入门实训课程☆100Updated last month
- 一个基于langchain实现RAG的简单示例☆564Updated 4 months ago
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆186Updated last year