Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,14 @@
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
3 |
-
license: apache-2.0
|
4 |
tags:
|
5 |
-
-
|
6 |
- feature-extraction
|
7 |
- sentence-similarity
|
8 |
-
-
|
9 |
datasets:
|
10 |
- shibing624/nli_zh
|
11 |
language:
|
12 |
- zh
|
13 |
-
metrics:
|
14 |
-
- bleu
|
15 |
-
library_name: transformers
|
16 |
---
|
17 |
based on https://github.com/shibing624/text2vec
|
18 |
|
|
|
1 |
---
|
2 |
pipeline_tag: sentence-similarity
|
|
|
3 |
tags:
|
4 |
+
- sentence-transformers
|
5 |
- feature-extraction
|
6 |
- sentence-similarity
|
7 |
+
license: apache-2.0
|
8 |
datasets:
|
9 |
- shibing624/nli_zh
|
10 |
language:
|
11 |
- zh
|
|
|
|
|
|
|
12 |
---
|
13 |
based on https://github.com/shibing624/text2vec
|
14 |
|