cemsubakan commited on
Commit
5d2b596
1 Parent(s): 7397482

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -30,7 +30,8 @@ The SI-SNR estimator is trained with a recordings from the WHAMR! and LibriMix d
30
 
31
  This model is released together with the REAL-M dataset for source separation on in-the-wild speech mixtures.
32
 
33
- The class necessary to perform inference has not yet been yet to the SpeechBrain, but will be merged to the develop branch soon!
 
34
 
35
  ## Install SpeechBrain
36
 
@@ -86,16 +87,18 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
86
  }
87
  ```
88
 
 
89
 
90
- #### Referencing SepFormer
91
  ```bibtex
92
- @inproceedings{subakan2021attention,
93
- title={Attention is All You Need in Speech Separation},
94
- author={Cem Subakan and Mirco Ravanelli and Samuele Cornell and Mirko Bronzi and Jianyuan Zhong},
95
  year={2021},
96
- booktitle={ICASSP 2021}
 
 
97
  }
98
- ```
99
 
100
  # **About SpeechBrain**
101
  - Website: https://speechbrain.github.io/
 
30
 
31
  This model is released together with the REAL-M dataset for source separation on in-the-wild speech mixtures.
32
 
33
+ The REAL-M dataset can downloaded from [this link](https://sourceseparationresearch.com/static/REAL-M-v0.1.0.tar.gz).
34
+ The paper for the REAL-M dataset can be found on [this arxiv link](https://arxiv.org/pdf/2110.10812.pdf).
35
 
36
  ## Install SpeechBrain
37
 
 
87
  }
88
  ```
89
 
90
+ #### Referencing REAL-M
91
 
 
92
  ```bibtex
93
+ @misc{subakan2021realm,
94
+ title={REAL-M: Towards Speech Separation on Real Mixtures},
95
+ author={Cem Subakan and Mirco Ravanelli and Samuele Cornell and François Grondin},
96
  year={2021},
97
+ eprint={2110.10812},
98
+ archivePrefix={arXiv},
99
+ primaryClass={eess.AS}
100
  }
101
+ ```
102
 
103
  # **About SpeechBrain**
104
  - Website: https://speechbrain.github.io/