Upload 5 files
Browse files
.mdl
ADDED
Binary file (59 Bytes). View file
|
|
.msc
ADDED
Binary file (588 Bytes). View file
|
|
.mv
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Revision:master,CreatedAt:1711611379
|
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
frameworks:
|
3 |
+
- Pytorch
|
4 |
+
license: apache-2.0
|
5 |
+
tasks:
|
6 |
+
- sentence-embedding
|
7 |
+
---
|
8 |
+
|
9 |
+
### 当前模型的贡献者未提供更加详细的模型介绍。模型文件和权重,可浏览“模型文件”页面获取。
|
10 |
+
|
11 |
+
#### 您可以通过如下 git clone 命令,或者 ModelScope SDK 来下载模型
|
12 |
+
|
13 |
+
SDK 下载
|
14 |
+
|
15 |
+
```bash
|
16 |
+
#安装ModelScope
|
17 |
+
pip install modelscope
|
18 |
+
```
|
19 |
+
|
20 |
+
```python
|
21 |
+
#SDK模型下载
|
22 |
+
from modelscope import snapshot_download
|
23 |
+
model_dir = snapshot_download('netease-youdao/bce-embedding-base_v1')
|
24 |
+
```
|
25 |
+
|
26 |
+
Git 下载
|
27 |
+
|
28 |
+
```
|
29 |
+
#Git模型下载
|
30 |
+
git clone https://www.modelscope.cn/netease-youdao/bce-embedding-base_v1.git
|
31 |
+
```
|
32 |
+
|
33 |
+
<p style="color: lightgrey;">如果您是本模型的贡献者,我们邀请您根据<a href="https://modelscope.cn/docs/ModelScope%E6%A8%A1%E5%9E%8B%E6%8E%A5%E5%85%A5%E6%B5%81%E7%A8%8B%E6%A6%82%E8%A7%88" style="color: lightgrey; text-decoration: underline;">模型贡献文档</a>,及时完善模型卡片内容。</p>
|
embed.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f506a41034f8e52f434fcbd08f4122c8a0cfe29110a9ffd48ebf4ffc09aaa427
|
3 |
+
size 556195677
|