本仓库整理我在第四期「书生·浦语」大模型实战营中完成的作业与代码, 在知乎专栏中存放我在本次训练营中的全部博客. 有关实战营的详细信息与参与方式, 请看这里
$\longrightarrow$ [link]
关卡代码 | 关卡名称 | 博客地址 | 源代码目录 |
---|---|---|---|
L0G1000 | Linux 基础 | https://zhuanlan.zhihu.com/p/20211559104 | ./src/L0 |
L0G2000 | Python 基础 | https://zhuanlan.zhihu.com/p/20251608972 | ./src/L0 |
L0G3000 | Git 基础 | https://zhuanlan.zhihu.com/p/20279650389 | ./src/L0 |
L0G4000 | 玩转HF/魔搭/魔乐社区 | https://zhuanlan.zhihu.com/p/20349070577 | ./src/L0 |
关卡代码 | 关卡名称 | 博客地址 | 源代码目录 |
---|---|---|---|
L1G1000 | 书生大模型全链路开源体系 | https://zhuanlan.zhihu.com/p/20680528206 | ./src/L1 |
L1G2000 | 玩转书生「多模态对话」与「AI搜索」产品 | https://zhuanlan.zhihu.com/p/20612685839 | ./src/L1 |
L1G3000 | 浦语提示词工程实践 | https://zhuanlan.zhihu.com/p/20635017468 | ./src/L1 |
L1G4000 | InternLM + LlamaIndex RAG 实践 | https://zhuanlan.zhihu.com/p/20680528206 | ./src/L1 |
L1G5000 | XTuner 微调个人小助手认知 | https://zhuanlan.zhihu.com/p/20972860078 | ./src/L1 |
L1G6000 | OpenCompass 评测书生大模型实践 | https://zhuanlan.zhihu.com/p/21206895488 | ./src/L1 |
关卡代码 | 关卡名称 | 博客地址 | 源代码目录 |
---|---|---|---|
L2G1000 | 探索书生大模型能力边界 | https://zhuanlan.zhihu.com/p/23233308541 | ./src/L2 |
L2G2000 | Lagent 自定义你的 Agent 智能体 | https://zhuanlan.zhihu.com/p/22596889997 | ./src/L2 |
L2G3000 | LMDeploy 量化部署进阶实践 | https://zhuanlan.zhihu.com/p/23018314706 | ./src/L2 |
L2G4000 | InternVL 多模态模型部署微调实践 | https://zhuanlan.zhihu.com/p/23161515847 | ./src/L2 |
L2G5000 | 茴香豆:企业级知识库问答工具 | https://zhuanlan.zhihu.com/p/23484402771 | ./src/L2 |
L2G6000 | MindSearch 快速部署 | https://zhuanlan.zhihu.com/p/23552082391 | ./src/L2 |
我将作业中的许多微调得到的模型上传到了 Hugging Face 平台进行托管, 也将一些 LLM 应用部署到 Hugging Face Spaces 中, 以下是这些模型仓库与 Spaces 应用的链接.
类型 | 名称 | 简介 | 链接 |
---|---|---|---|
Models | intern_study_L0_4 | L1G4 HF 上传测试 | https://huggingface.co/D4isyC/intern_study_L0_4 |
Models | InternLM-Assistant-4-Daisy | 使用对话数据集微调个人小助手 | https://huggingface.co/D4isyC/InternLM-Assistant-4-Daisy |
Models | InternVL-ChineseFood | 使用 FoodieQA 数据集微调多模态大模型 | https://huggingface.co/D4isyC/InternVL-ChineseFood |
Spaces | Intern Cobuild | 部署书生共建社区页面 | https://huggingface.co/spaces/D4isyC/intern_cobuild |
Spaces | Internlm Prac | InternLM API 对话服务 | https://huggingface.co/spaces/D4isyC/internlm-prac |
Spaces | XTuner Chat | XTuner RAG 对话应用 | https://huggingface.co/spaces/D4isyC/XTuner-Chat |
Spaces | Lagent Demo | Single/Multi-Agent 对话应用 | https://huggingface.co/spaces/D4isyC/Lagent-Demo |
Spaces | MindSearch SpaceCopy | MindSearch 应用部署 | https://huggingface.co/spaces/D4isyC/MindSearch-SpaceCopy |