Update README.md
Browse files
README.md
CHANGED
@@ -60,7 +60,7 @@ chuxin-embedding 是专为增强中文文本检索能力而设计的嵌入模型
|
|
60 |
```python
|
61 |
from FlagEmbedding import BGEM3FlagModel
|
62 |
|
63 |
-
model = BGEM3FlagModel('chuxin/
|
64 |
use_fp16=True) # Setting use_fp16 to True speeds up computation with a slight performance degradation
|
65 |
|
66 |
sentences_1 = ["样例数据-1", "样例数据-2"]
|
|
|
60 |
```python
|
61 |
from FlagEmbedding import BGEM3FlagModel
|
62 |
|
63 |
+
model = BGEM3FlagModel('chuxin-llm/Chuxin-Embedding',
|
64 |
use_fp16=True) # Setting use_fp16 to True speeds up computation with a slight performance degradation
|
65 |
|
66 |
sentences_1 = ["样例数据-1", "样例数据-2"]
|