danielheinz commited on
Commit
e0a7c3b
1 Parent(s): 9aaae0e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -6,6 +6,17 @@ datasets:
6
  - stsb_multi_mt
7
  language:
8
  - de
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
  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.
11
 
 
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