Commit
·
2ba6479
1
Parent(s):
fd72f65
Update README.md
Browse files
README.md
CHANGED
@@ -18,9 +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)
|
22 |
-
model, implemented with SpeechBrain, and pretrained on [WHAM!](http://wham.whisper.ai/) dataset. For a better experience we encourage you to learn more about
|
23 |
-
[SpeechBrain](https://speechbrain.github.io). The given model performance is 16.3 dB SI-SNRi on the test set of WHAM! dataset.
|
24 |
|
25 |
| Release | Test-Set SI-SNRi | Test-Set SDRi |
|
26 |
|:-------------:|:--------------:|:--------------:|
|
@@ -35,8 +33,7 @@ First of all, please install SpeechBrain with the following command:
|
|
35 |
pip install \\we hide ! SpeechBrain is still private :p
|
36 |
```
|
37 |
|
38 |
-
Please notice that we encourage you to read our tutorials and learn more about
|
39 |
-
[SpeechBrain](https://speechbrain.github.io).
|
40 |
|
41 |
### Perform source separation on your own audio file
|
42 |
|
|
|
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 |
|
23 |
| Release | Test-Set SI-SNRi | Test-Set SDRi |
|
24 |
|:-------------:|:--------------:|:--------------:|
|
|
|
33 |
pip install \\we hide ! SpeechBrain is still private :p
|
34 |
```
|
35 |
|
36 |
+
Please notice that we encourage you to read our tutorials and learn more about [SpeechBrain](https://speechbrain.github.io).
|
|
|
37 |
|
38 |
### Perform source separation on your own audio file
|
39 |
|