[InternLM 实战营笔记 - 作业] 03 - 书生大模型全链路开源开放体系 | InternLM 实战营笔记

85 阅读1分钟

1 书生·浦语开源体系

官网:书生·浦语 (intern-ai.org.cn)

GitHub: InternLM (github.com)

书生·浦语开源体系包含大模型 InternLM 系列、数据集万卷-CC、预训练框架 InternEvo、微调工具 XTuner、部署 LMDeploy、评测集 OpenCompass、工具调用协议与智能体 Lagent & AgentLego、私有知识库助理茴香豆。

image.png

2 InternLM 2.5

GitHub: InternLM/InternLM: Official release of InternLM2.5 7B base and chat models. 1M context support (github.com)

InternLM2.5 是书生大模型的全称,目前包含 1.8B、7B 和 20B 三个大小,支持 HuggingFace 的 Transformer 格式,在多个平台开源。

3 Xtuner

GitHub: InternLM/xtuner: An efficient, flexible and full-featured toolkit for fine-tuning LLM (InternLM2, Llama3, Phi3, Qwen, Mistral, ...) (github.com)

XTuner 是一个高效、灵活、全能的轻量化大模型微调工具库。可以类比 Llama Factory。