Spaces:
Runtime error
Runtime error
EduardoPacheco
commited on
Commit
β’
0beafc3
1
Parent(s):
c5dac90
Update README.md
Browse files
README.md
CHANGED
@@ -3,9 +3,11 @@ title: ArgWER
|
|
3 |
tags:
|
4 |
- evaluate
|
5 |
- metric
|
6 |
-
description:
|
|
|
|
|
7 |
sdk: gradio
|
8 |
-
sdk_version:
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
---
|
@@ -87,4 +89,4 @@ detailed_scores = wer.compute(predictions=predictions, references=references, de
|
|
87 |
|
88 |
## Further References
|
89 |
- [Word Error Rate on Wikipedia](https://en.wikipedia.org/wiki/Word_error_rate)
|
90 |
-
- [JiWER Library](https://github.com/jitsi/jiwer/) - The underlying implementation used by this metric
|
|
|
3 |
tags:
|
4 |
- evaluate
|
5 |
- metric
|
6 |
+
description: >-
|
7 |
+
Word Error Rate (WER) metric with detailed error analysis capabilities for
|
8 |
+
speech recognition evaluation
|
9 |
sdk: gradio
|
10 |
+
sdk_version: 5.5.0
|
11 |
app_file: app.py
|
12 |
pinned: false
|
13 |
---
|
|
|
89 |
|
90 |
## Further References
|
91 |
- [Word Error Rate on Wikipedia](https://en.wikipedia.org/wiki/Word_error_rate)
|
92 |
+
- [JiWER Library](https://github.com/jitsi/jiwer/) - The underlying implementation used by this metric
|