Commit
·
9af9d91
1
Parent(s):
96499f9
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ model-index:
|
|
| 31 |
split: test # Optional. Example: test
|
| 32 |
metrics:
|
| 33 |
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 34 |
-
value: 0.
|
| 35 |
name: Test Accuracy # Optional. Example: Test WER
|
| 36 |
---
|
| 37 |
|
|
|
|
| 31 |
split: test # Optional. Example: test
|
| 32 |
metrics:
|
| 33 |
- type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
|
| 34 |
+
value: 0.932 # Required. Example: 20.90
|
| 35 |
name: Test Accuracy # Optional. Example: Test WER
|
| 36 |
---
|
| 37 |
|