Commit
·
7c2c900
1
Parent(s):
0cb80d4
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ metrics:
|
|
21 |
<br/><br/>
|
22 |
|
23 |
# SepFormer trained on WHAM!
|
24 |
-
This repository provides all the necessary tools to perform audio source separation with a [SepFormer](https://arxiv.org/abs/2010.13154v2) model, implemented with SpeechBrain, and pretrained on [WHAM!](http://wham.whisper.ai/) dataset, which is basically a version of WSJ0-Mix dataset with environmental noise. For a better experience we encourage you to learn more about [SpeechBrain](https://speechbrain.github.io). The
|
25 |
|
26 |
| Release | Test-Set SI-SNRi | Test-Set SDRi |
|
27 |
|:-------------:|:--------------:|:--------------:|
|
@@ -69,7 +69,7 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
69 |
year = {2021},
|
70 |
publisher = {GitHub},
|
71 |
journal = {GitHub repository},
|
72 |
-
howpublished = {
|
73 |
}
|
74 |
```
|
75 |
|
|
|
21 |
<br/><br/>
|
22 |
|
23 |
# SepFormer trained on WHAM!
|
24 |
+
This repository provides all the necessary tools to perform audio source separation with a [SepFormer](https://arxiv.org/abs/2010.13154v2) model, implemented with SpeechBrain, and pretrained on [WHAM!](http://wham.whisper.ai/) dataset, which is basically a version of WSJ0-Mix dataset with environmental noise. For a better experience we encourage you to learn more about [SpeechBrain](https://speechbrain.github.io). The model performance is 16.3 dB SI-SNRi on the test set of WHAM! dataset.
|
25 |
|
26 |
| Release | Test-Set SI-SNRi | Test-Set SDRi |
|
27 |
|:-------------:|:--------------:|:--------------:|
|
|
|
69 |
year = {2021},
|
70 |
publisher = {GitHub},
|
71 |
journal = {GitHub repository},
|
72 |
+
howpublished = {\url{https://github.com/speechbrain/speechbrain}},
|
73 |
}
|
74 |
```
|
75 |
|