From b9ed9d45cc2bb82ab042c282ddb3e5e97b554541 Mon Sep 17 00:00:00 2001 From: liudan Date: Mon, 29 Jul 2024 10:58:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86MiniCPM=E5=9C=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=A6=96=E9=A1=B5=E7=9A=84=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=8CMiniCPM=E5=AE=98=E6=96=B9github?= =?UTF-8?q?=E4=B9=9F=E6=94=BE=E4=BA=86LLama=5Ffactory=E7=9A=84=E5=8F=8B?= =?UTF-8?q?=E6=83=85=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ README_zh.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da880393..c111d0cd 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,8 @@ Compared to ChatGLM's [P-Tuning](https://github.com/THUDM/ChatGLM2-6B/tree/main/ | [Yi/Yi-1.5](https://huggingface.co/01-ai) | 6B/9B/34B | yi | | [Yi-VL](https://huggingface.co/01-ai) | 6B/34B | yi_vl | | [Yuan 2](https://huggingface.co/IEITYuan) | 2B/51B/102B | yuan | +| [MiniCPM](https://huggingface.co/openbmb) | 1B/2B | cpm | + > [!NOTE] > For the "base" models, the `template` argument can be chosen from `default`, `alpaca`, `vicuna` etc. But make sure to use the **corresponding template** for the "instruct/chat" models. diff --git a/README_zh.md b/README_zh.md index 90c8b928..983f201f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -177,7 +177,7 @@ https://github.com/user-attachments/assets/e6ce34b0-52d5-4f3e-a830-592106c4c272 | [Yi/Yi-1.5](https://huggingface.co/01-ai) | 6B/9B/34B | yi | | [Yi-VL](https://huggingface.co/01-ai) | 6B/34B | yi_vl | | [Yuan 2](https://huggingface.co/IEITYuan) | 2B/51B/102B | yuan | - +| [MiniCPM](https://huggingface.co/openbmb) | 1B/2B | cpm | > [!NOTE] > 对于所有“基座”(Base)模型,`template` 参数可以是 `default`, `alpaca`, `vicuna` 等任意值。但“对话”(Instruct/Chat)模型请务必使用**对应的模板**。 >