pplantinga commited on
Commit
f8aac6a
1 Parent(s): 2a2af5c

Revert "Update readme with latest performance numbers"

Browse files

This reverts commit 6025f3b41069d2e98310c5374abc39e3e93b031f.

Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -13,22 +13,22 @@ datasets:
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
 
13
  metrics:
14
  - WER
15
  - PESQ
16
+ - eSTOI
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
+ # 1D CNN + Transformer Trained w/ Mimic Loss
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 eSTOI | Valid WER | Test WER |
30
+ |:-----------:|:-----:| :-----:|:----:|:---------:|
31
+ | 21-03-08 | 2.92 | 85.2 | 3.20 | 2.96 |
32
 
33
  ## Pipeline description
34