Commit
·
6c312d4
1
Parent(s):
bdcbdb4
Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ metrics:
|
|
18 |
---
|
19 |
|
20 |
# SepFormer trained on WHAM!
|
21 |
-
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 [WHAMR!](http://wham.whisper.ai/) dataset, which is basically a version of WSJ0-Mix dataset with environmental noise and reverberation. For a better experience we encourage you to learn more about [SpeechBrain](https://speechbrain.github.io). The given model performance is 13.
|
22 |
|
23 |
| Release | Test-Set SI-SNRi | Test-Set SDRi |
|
24 |
|:-------------:|:--------------:|:--------------:|
|
@@ -61,7 +61,7 @@ torchaudio.save("source2hat.wav", est_sources[:, :, 1].detach().cpu(), 8000)
|
|
61 |
year = {2021},
|
62 |
publisher = {GitHub},
|
63 |
journal = {GitHub repository},
|
64 |
-
howpublished = {
|
65 |
}
|
66 |
```
|
67 |
|
|
|
18 |
---
|
19 |
|
20 |
# SepFormer trained on WHAM!
|
21 |
+
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 [WHAMR!](http://wham.whisper.ai/) dataset, which is basically a version of WSJ0-Mix dataset with environmental noise and reverberation. For a better experience we encourage you to learn more about [SpeechBrain](https://speechbrain.github.io). The given model performance is 13.7 dB SI-SNRi on the test set of WHAMR! dataset.
|
22 |
|
23 |
| Release | Test-Set SI-SNRi | Test-Set SDRi |
|
24 |
|:-------------:|:--------------:|:--------------:|
|
|
|
61 |
year = {2021},
|
62 |
publisher = {GitHub},
|
63 |
journal = {GitHub repository},
|
64 |
+
howpublished = {\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
65 |
}
|
66 |
```
|
67 |
|