Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,10 @@ model-index:
|
|
| 23 |
value: 34.1596 # Required. Example: 20.90
|
| 24 |
name: BLEU # Optional. Example: Test WER
|
| 25 |
verified: true # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
---
|
| 28 |
|
|
|
|
| 23 |
value: 34.1596 # Required. Example: 20.90
|
| 24 |
name: BLEU # Optional. Example: Test WER
|
| 25 |
verified: true # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
|
| 26 |
+
- type: rouge # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 27 |
+
value: 44.4366 # Required. Example: 20.90
|
| 28 |
+
name: ROUGE1 # Optional. Example: Test WER
|
| 29 |
+
verified: true # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
|
| 30 |
|
| 31 |
---
|
| 32 |
|