pplantinga
commited on
Commit
•
6025f3b
1
Parent(s):
7e4f17f
Update readme with latest performance numbers
Browse files
README.md
CHANGED
@@ -13,22 +13,22 @@ datasets:
|
|
13 |
metrics:
|
14 |
- WER
|
15 |
- PESQ
|
16 |
-
-
|
17 |
---
|
18 |
|
19 |
<iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
|
20 |
<br/><br/>
|
21 |
|
22 |
-
#
|
23 |
|
24 |
This repository provides all the necessary tools to perform enhancement and
|
25 |
robust ASR training (EN) within
|
26 |
SpeechBrain. For a better experience we encourage you to learn more about
|
27 |
[SpeechBrain](https://speechbrain.github.io). The model performance is:
|
28 |
|
29 |
-
| Release | Test PESQ | Test
|
30 |
-
|
31 |
-
| 21-
|
32 |
|
33 |
## Pipeline description
|
34 |
|
|
|
13 |
metrics:
|
14 |
- WER
|
15 |
- PESQ
|
16 |
+
- COVL
|
17 |
---
|
18 |
|
19 |
<iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
|
20 |
<br/><br/>
|
21 |
|
22 |
+
# ResNet-like model
|
23 |
|
24 |
This repository provides all the necessary tools to perform enhancement and
|
25 |
robust ASR training (EN) within
|
26 |
SpeechBrain. For a better experience we encourage you to learn more about
|
27 |
[SpeechBrain](https://speechbrain.github.io). The model performance is:
|
28 |
|
29 |
+
| Release | Test PESQ | Test COVL | Valid WER | Test WER |
|
30 |
+
|:--------:|:----:|:----:|:----:|:----:|
|
31 |
+
| 21-07-25 | 3.05 | 3.74 | 2.89 | 2.80 |
|
32 |
|
33 |
## Pipeline description
|
34 |
|