Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- unicamp-dl/mmarco
|
5 |
+
language:
|
6 |
+
- vi
|
7 |
+
metrics:
|
8 |
+
- spearmanr
|
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: unicamp-dl/mmacro
|
18 |
+
name: unicamp-dl/mmacro
|
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 |
+
---
|