Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
language:
|
3 |
- zh
|
4 |
license: mit
|
|
|
5 |
---
|
6 |
|
7 |
|
@@ -44,4 +45,4 @@ sentence2 = '你还好吗'
|
|
44 |
result = get_similarity_two(sentence1,sentence2)
|
45 |
print(result)
|
46 |
#0.848331
|
47 |
-
```
|
|
|
2 |
language:
|
3 |
- zh
|
4 |
license: mit
|
5 |
+
pipeline_tag: sentence-similarity
|
6 |
---
|
7 |
|
8 |
|
|
|
45 |
result = get_similarity_two(sentence1,sentence2)
|
46 |
print(result)
|
47 |
#0.848331
|
48 |
+
```
|