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