Commit
·
de217d5
1
Parent(s):
1808651
Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,9 @@ metrics:
|
|
17 |
|
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 [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 given model performance is 16.3 dB SI-SNRi on the test set of WHAM! dataset.
|
22 |
|
@@ -63,7 +66,7 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
|
|
63 |
year = {2021},
|
64 |
publisher = {GitHub},
|
65 |
journal = {GitHub repository},
|
66 |
-
howpublished = {
|
67 |
}
|
68 |
```
|
69 |
|
|
|
17 |
|
18 |
---
|
19 |
|
20 |
+
<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>
|
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 given model performance is 16.3 dB SI-SNRi on the test set of WHAM! dataset.
|
25 |
|
|
|
66 |
year = {2021},
|
67 |
publisher = {GitHub},
|
68 |
journal = {GitHub repository},
|
69 |
+
howpublished = {\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
70 |
}
|
71 |
```
|
72 |
|