国产大模型¶
Qwen / DeepSeek / GLM-4 / Yi / InternLM / MiniCPM / Baichuan
模型一览¶
| 模型 | 团队 | GitHub | HF | 特点 |
|---|---|---|---|---|
| Qwen2.5 | 阿里 | https://github.com/QwenLM/Qwen2.5 | https://huggingface.co/Qwen | 多尺寸,中英强,数学/代码好 |
| DeepSeek-V3/R1 | 深度求索 | https://github.com/deepseek-ai | https://huggingface.co/deepseek-ai | MoE 架构,推理能力强,开源 |
| GLM-4 | 智谱 AI | https://github.com/THUDM/GLM-4 | https://huggingface.co/THUDM | ChatGLM 系列,工具调用 |
| Yi | 零一万物 | https://github.com/01-ai/Yi | https://huggingface.co/01-ai | 李开复团队 |
| InternLM2.5 | 上海 AI 实验室 | https://github.com/InternLM | https://huggingface.co/internlm | 书生浦语,工具调用强 |
| MiniCPM-V | 面壁智能 | https://github.com/OpenBMB/MiniCPM-V | https://huggingface.co/openbmb | 端侧小模型,多模态 |
| Baichuan2 | 百川 | https://github.com/baichuan-inc/Baichuan2 | https://huggingface.co/baichuan-inc | 中文优化 |
国产 Embedding 模型¶
| 模型 | 链接 | 说明 |
|---|---|---|
| BGE 系列 | https://huggingface.co/BAAI/bge-large-zh-v1.5 | 中文最强 Embedding |
| M3E | https://huggingface.co/moka-ai/m3e-large | 中文 Embedding |
| GTE | https://huggingface.co/Alibaba-NLP/gte-large-en-v1.5 | 阿里,多语言 |
练习¶
- 在 Ollama 运行 Qwen2.5:7b,测试中文对话
- 调用智谱 GLM-4 API,测试 Function Calling
- 在魔搭社区运行一个模型 Demo
- 用 Unsloth 微调 Qwen2.5-7B
资源¶
| 资源 | 链接 |
|---|---|
| 魔搭社区 | https://modelscope.cn/ |
| 智谱开放平台 | https://open.bigmodel.cn/ |
| 通义千问 API | https://help.aliyun.com/zh/dashscope/ |