Commit
·
630e10f
1
Parent(s):
2748ce5
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,13 @@ tags:
|
|
6 |
- feature-extraction
|
7 |
- sentence-similarity
|
8 |
- transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
# shibing624/text2vec-base-chinese
|
11 |
This is a CoSENT(Cosine Sentence) model: shibing624/text2vec-base-chinese.
|
@@ -121,4 +128,4 @@ If you find this model helpful, feel free to cite:
|
|
121 |
year = {2022},
|
122 |
url = {https://github.com/shibing624/text2vec},
|
123 |
}
|
124 |
-
```
|
|
|
6 |
- feature-extraction
|
7 |
- sentence-similarity
|
8 |
- transformers
|
9 |
+
datasets:
|
10 |
+
- shibing624/nli_zh
|
11 |
+
language:
|
12 |
+
- zh
|
13 |
+
metrics:
|
14 |
+
- bleu
|
15 |
+
library_name: transformers
|
16 |
---
|
17 |
# shibing624/text2vec-base-chinese
|
18 |
This is a CoSENT(Cosine Sentence) model: shibing624/text2vec-base-chinese.
|
|
|
128 |
year = {2022},
|
129 |
url = {https://github.com/shibing624/text2vec},
|
130 |
}
|
131 |
+
```
|