danielheinz commited on
Commit
57db5d2
1 Parent(s): e0a7c3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -6,17 +6,17 @@ datasets:
6
  - stsb_multi_mt
7
  language:
8
  - de
9
- results:
10
- - task:
11
- type: semantic textual similarity
12
- dataset:
13
- type: stsb_multi_mt
14
- name: de
15
- metrics:
16
- name: spearmanr
17
- type: spearmanr
18
- value: 0.904
19
- verified: false
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