Update README.md
Browse files
README.md
CHANGED
|
@@ -21,10 +21,24 @@ model-index:
|
|
| 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:
|
| 25 |
metrics:
|
| 26 |
- type: spearmanr # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 27 |
-
value:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
---
|
|
|
|
| 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: STS12 # 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: 78.83 # 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 |
+
- name: mrp/SCT_BERT_Base
|
| 32 |
+
results:
|
| 33 |
+
- task:
|
| 34 |
+
type: STS # Required. Example: automatic-speech-recognition
|
| 35 |
+
name: STS # Optional. Example: Speech Recognition
|
| 36 |
+
dataset:
|
| 37 |
+
type: Similarity # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
|
| 38 |
+
name: STS13 # Required. A pretty name for the dataset. Example: Common Voice (French)
|
| 39 |
+
metrics:
|
| 40 |
+
- type: spearmanr # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 41 |
+
value: 78.02 # Required. Example: 20.90
|
| 42 |
name: Test spearmanr # Optional. Example: Test WER
|
| 43 |
verified: False # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
|
| 44 |
---
|