Skip to content

Commit e753592

Browse files
author
xusenlin
committed
add news
1 parent c73c182 commit e753592

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131

3232
---
3333

34+
## 📢 News
35+
36+
+ 2023.6.12 使用 [m3e](https://huggingface.co/moka-ai/m3e-base) 中文嵌入模型(在中文文本分类和文本检索上都优于 `openai-ada-002`
37+
38+
39+
+ 2023.6.10 新增 [OpenBuddy](https://github.com/OpenBuddy/OpenBuddy) 仓库训练的中文模型
40+
3441
## 🐼 模型
3542

3643
支持多种开源大模型
@@ -71,7 +78,7 @@ docker run -it -d --gpus all --ipc=host --net=host -p 80:80 --name=chatglm \
7178
--allow-credentials \
7279
--model_name chatglm \
7380
--model_path THUDM/chatglm-6b \
74-
--embedding_name GanymedeNil/text2vec-large-chinese
81+
--embedding_name moka-ai/m3e-base
7582
```
7683

7784
主要参数含义:

SCRIPT.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docker run -it -d --gpus all --ipc=host --net=host -p 80:80 --name=chatglm \
4242
--model_name chatglm \
4343
--model_path THUDM/chatglm-6b \
4444
--device cuda \
45-
--embedding_name GanymedeNil/text2vec-large-chinese
45+
--embedding_name moka-ai/m3e-base
4646
```
4747

4848
ptuing-v2:
@@ -60,7 +60,7 @@ docker run -it -d --gpus all --ipc=host --net=host -p 80:80 --name=chatglm \
6060
--device cuda \
6161
--adapter_model_path ptuing_v2_chekpint_dir \
6262
--use_ptuning_v2 \
63-
--embedding_name GanymedeNil/text2vec-large-chinese
63+
--embedding_name moka-ai/m3e-base
6464
```
6565

6666
### MOSS
@@ -76,7 +76,7 @@ docker run -it -d --gpus all --ipc=host --net=host -p 80:80 --name=moss \
7676
--model_name moss \
7777
--model_path fnlp/moss-moon-003-sft-int4 \
7878
--device cuda \
79-
--embedding_name GanymedeNil/text2vec-large-chinese
79+
--embedding_name moka-ai/m3e-base
8080
```
8181

8282
### Phoenix
@@ -92,7 +92,7 @@ docker run -it -d --gpus all --ipc=host --net=host -p 80:80 --name=phoenix \
9292
--model_name phoenix \
9393
--model_path FreedomIntelligence/phoenix-inst-chat-7b \
9494
--device cuda \
95-
--embedding_name GanymedeNil/text2vec-large-chinese
95+
--embedding_name moka-ai/m3e-base
9696
```
9797

9898
### Guanaco
@@ -109,7 +109,7 @@ docker run -it -d --gpus all --ipc=host --net=host -p 80:80 --name=guanaco \
109109
--model_path timdettmers/guanaco-33b-merged \
110110
--device cuda \
111111
--load_in_4bit \
112-
--embedding_name GanymedeNil/text2vec-large-chinese
112+
--embedding_name moka-ai/m3e-base
113113
```
114114

115115
### Tiger
@@ -126,7 +126,7 @@ docker run -it -d --gpus all --ipc=host --net=host -p 80:80 --name=tiger \
126126
--model_path TigerResearch/tigerbot-7b-sft \
127127
--device cuda \
128128
--load_in_4bit \
129-
--embedding_name GanymedeNil/text2vec-large-chinese
129+
--embedding_name moka-ai/m3e-base
130130
```
131131

132132
### OpenBuddy
@@ -144,7 +144,7 @@ docker run -it -d --gpus all --ipc=host --net=host -p 80:80 --name=openbuddy-lla
144144
--model_name openbuddy-llama \
145145
--model_path OpenBuddy/openbuddy-llama-7b-v1.4-fp16 \
146146
--device cuda \
147-
--embedding_name GanymedeNil/text2vec-large-chinese
147+
--embedding_name moka-ai/m3e-base
148148
```
149149

150150
Falcon
@@ -160,5 +160,5 @@ docker run -it -d --gpus all --ipc=host --net=host -p 80:80 --name=openbuddy-fal
160160
--model_name openbuddy-falcon \
161161
--model_path OpenBuddy/openbuddy-falcon-7b-v5-fp16 \
162162
--device cuda \
163-
--embedding_name GanymedeNil/text2vec-large-chinese
163+
--embedding_name moka-ai/m3e-base
164164
```

0 commit comments

Comments
 (0)