patrickvonplaten
commited on
Commit
•
1f91936
1
Parent(s):
08d823d
Update README.md
Browse files
README.md
CHANGED
@@ -59,4 +59,4 @@ wer = load_metric("wer")
|
|
59 |
|
60 |
print(wer.compute(predictions=result["predicted"], references=result["target"]))
|
61 |
```
|
62 |
-
**Result**: 27.
|
|
|
59 |
|
60 |
print(wer.compute(predictions=result["predicted"], references=result["target"]))
|
61 |
```
|
62 |
+
**Result**: 27.1 %
|