Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
-
-
|
5 |
language:
|
6 |
- vi
|
7 |
metrics:
|
@@ -9,36 +9,36 @@ metrics:
|
|
9 |
- pearsonr
|
10 |
pipeline_tag: feature-extraction
|
11 |
model-index:
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
+
- doanhieung/vi-stsbenchmark
|
5 |
language:
|
6 |
- vi
|
7 |
metrics:
|
|
|
9 |
- pearsonr
|
10 |
pipeline_tag: feature-extraction
|
11 |
model-index:
|
12 |
+
- name: vietnamese-embedding-onnx
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
type: feature-extraction
|
16 |
+
dataset:
|
17 |
+
type: stsb
|
18 |
+
name: doanhieung/vi-stsbenchmark
|
19 |
+
metrics:
|
20 |
+
- name: Pearsonr (Onnx)
|
21 |
+
type: Pearsonr
|
22 |
+
value: 0.85
|
23 |
+
- name: Pearsonr (Optimized)
|
24 |
+
type: Pearsonr
|
25 |
+
value: 0.85
|
26 |
+
- name: Pearsonr (Dynamic 8b)
|
27 |
+
type: Pearsonr
|
28 |
+
value: 0.83
|
29 |
+
- name: Pearsonr (Static 8b)
|
30 |
+
type: Pearsonr
|
31 |
+
value: 0.84
|
32 |
+
- name: Spearmanr (Onnx)
|
33 |
+
type: Spearmanr
|
34 |
+
value: 0.84
|
35 |
+
- name: Spearmanr (Optimized)
|
36 |
+
type: Spearmanr
|
37 |
+
value: 0.84
|
38 |
+
- name: Spearmanr (Dynamic 8b)
|
39 |
+
type: Spearmanr
|
40 |
+
value: 0.82
|
41 |
+
- name: Spearmanr (Static 8b)
|
42 |
+
type: Spearmanr
|
43 |
+
value: 0.82
|
44 |
---
|