shibing624
commited on
Commit
•
6177599
1
Parent(s):
34ae680
Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,9 @@ For an automated evaluation of this model, see the *Evaluation Benchmark*: [text
|
|
53 |
- `sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2`模型是用SBERT训练,是`paraphrase-MiniLM-L12-v2`模型的多语言版本,支持中文、英文等
|
54 |
- `w2v-light-tencent-chinese`是腾讯词向量的Word2Vec模型,CPU加载使用,适用于中文字面匹配任务和缺少数据的冷启动情况
|
55 |
|
|
|
|
|
|
|
56 |
## Usage (text2vec)
|
57 |
Using this model becomes easy when you have [text2vec](https://github.com/shibing624/text2vec) installed:
|
58 |
|
|
|
53 |
- `sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2`模型是用SBERT训练,是`paraphrase-MiniLM-L12-v2`模型的多语言版本,支持中文、英文等
|
54 |
- `w2v-light-tencent-chinese`是腾讯词向量的Word2Vec模型,CPU加载使用,适用于中文字面匹配任务和缺少数据的冷启动情况
|
55 |
|
56 |
+
|
57 |
+
旧版 shibing624/text2vec-base-chinese-nli 模型放在[tag1.0](https://huggingface.co/shibing624/text2vec-base-chinese-sentence/tree/1.0)
|
58 |
+
|
59 |
## Usage (text2vec)
|
60 |
Using this model becomes easy when you have [text2vec](https://github.com/shibing624/text2vec) installed:
|
61 |
|