Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,20 @@ datasets:
|
|
13 |
- multi_nli
|
14 |
metrics:
|
15 |
- spearmanr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
|
|
|
13 |
- multi_nli
|
14 |
metrics:
|
15 |
- spearmanr
|
16 |
+
model-index:
|
17 |
+
- name: mrp/SCT_BERT_Base
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
type: STS # Required. Example: automatic-speech-recognition
|
21 |
+
name: STS # Optional. Example: Speech Recognition
|
22 |
+
dataset:
|
23 |
+
type: Similarity # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
24 |
+
name: 7-STS-datasets # Required. A pretty name for the dataset. Example: Common Voice (French)
|
25 |
+
metrics:
|
26 |
+
- type: spearmanr # Required. Example: wer. Use metric id from https://hf.co/metrics
|
27 |
+
value: 75.55 # Required. Example: 20.90
|
28 |
+
name: Test spearmanr # Optional. Example: Test WER
|
29 |
+
verified: False # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
|
30 |
---
|
31 |
|
32 |
|