Update README.md
Browse files
README.md
CHANGED
@@ -6,17 +6,17 @@ datasets:
|
|
6 |
- stsb_multi_mt
|
7 |
language:
|
8 |
- de
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
---
|
21 |
The model is a [multilingual-e5-base](https://huggingface.co/intfloat/multilingual-e5-base) model fine-tuned with the task of semantic textual similarity in mind.
|
22 |
|
|
|
6 |
- stsb_multi_mt
|
7 |
language:
|
8 |
- de
|
9 |
+
model-index:
|
10 |
+
- name: e5-base-sts-en-de
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
type: semantic textual similarity
|
14 |
+
dataset:
|
15 |
+
type: stsb_multi_mt
|
16 |
+
name: de
|
17 |
+
metrics:
|
18 |
+
- type: spearmanr
|
19 |
+
value: 0.904
|
20 |
---
|
21 |
The model is a [multilingual-e5-base](https://huggingface.co/intfloat/multilingual-e5-base) model fine-tuned with the task of semantic textual similarity in mind.
|
22 |
|