Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: sentence-similarity
|
3 |
+
tags:
|
4 |
+
- sentence-transformers
|
5 |
+
- feature-extraction
|
6 |
+
- sentence-similarity
|
7 |
+
license: mit
|
8 |
+
---
|
9 |
+
|
10 |
+
Origin model: [BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3)
|
11 |
+
|
12 |
+
```
|
13 |
+
Tested cosine similarity between "中国" and "中华人民共和国":
|
14 |
+
bge-m3-f16: 0.9993230772798457
|
15 |
+
mxbai-embed-large-v1-f16: 0.7287733321223814
|
16 |
+
```
|