From 3b93902670ade2fb67e908780b15d92c6e1e2598 Mon Sep 17 00:00:00 2001 From: taokuizu Date: Sat, 15 Jul 2023 00:29:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README.md=EF=BC=8C=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=94=AF=E6=8C=81=E7=9A=84LLM(bloomz-7b1,bloom-3b,bai?= =?UTF-8?q?chuan-7b,vicuna-13b-delta-v1.1)=20(#845)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 39c230f..8b8254e 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,10 @@ Web UI 可以实现如下功能: - [x] [THUDM/chatglm-6b-int4-qe](https://huggingface.co/THUDM/chatglm-6b-int4-qe) - [x] [ClueAI/ChatYuan-large-v2](https://huggingface.co/ClueAI/ChatYuan-large-v2) - [x] [fnlp/moss-moon-003-sft](https://huggingface.co/fnlp/moss-moon-003-sft) + - [x] [bigscience/bloomz-7b1](https://huggingface.co/bigscience/bloomz-7b1) + - [x] [bigscience/bloom-3b](https://huggingface.co/bigscience/bloom-3b) + - [x] [baichuan-inc/baichuan-7B](https://huggingface.co/baichuan-inc/baichuan-7B) + - [x] [lmsys/vicuna-13b-delta-v1.1](https://huggingface.co/lmsys/vicuna-13b-delta-v1.1) - [x] 支持通过调用 [fastchat](https://github.com/lm-sys/FastChat) api 调用 llm - [x] 增加更多 Embedding 模型支持 - [x] [nghuyong/ernie-3.0-nano-zh](https://huggingface.co/nghuyong/ernie-3.0-nano-zh)