cemsubakan commited on
Commit
a1d16fe
1 Parent(s): d8fb79c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -20,6 +20,7 @@ metrics:
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 with 16k sampling frequency, which is basically a version of WSJ0-Mix dataset with environmental noise and reverberation in 16k. For a better experience we encourage you to learn more about [SpeechBrain](https://speechbrain.github.io). The given model performance is 13.5 dB SI-SNRi on the test set of WHAMR! dataset.
22
 
 
23
  | Release | Test-Set SI-SNRi | Test-Set SDRi |
24
  |:-------------:|:--------------:|:--------------:|
25
  | 30-03-21 | 13.5 dB | 13.0 dB |
@@ -61,7 +62,7 @@ torchaudio.save("source2hat.wav", est_sources[:, :, 1].detach().cpu(), 16000)
61
  year = {2021},
62
  publisher = {GitHub},
63
  journal = {GitHub repository},
64
- howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
65
  }
66
  ```
67
 
 
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 with 16k sampling frequency, which is basically a version of WSJ0-Mix dataset with environmental noise and reverberation in 16k. For a better experience we encourage you to learn more about [SpeechBrain](https://speechbrain.github.io). The given model performance is 13.5 dB SI-SNRi on the test set of WHAMR! dataset.
22
 
23
+
24
  | Release | Test-Set SI-SNRi | Test-Set SDRi |
25
  |:-------------:|:--------------:|:--------------:|
26
  | 30-03-21 | 13.5 dB | 13.0 dB |
 
62
  year = {2021},
63
  publisher = {GitHub},
64
  journal = {GitHub repository},
65
+ howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
66
  }
67
  ```
68