Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ tags:
|
|
11 |
- speechbrain
|
12 |
license: "apache-2.0"
|
13 |
datasets:
|
14 |
-
- WHAM
|
15 |
metrics:
|
16 |
- SI-SNR
|
17 |
- PESQ
|
@@ -85,12 +85,22 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
85 |
|
86 |
#### Referencing SepFormer
|
87 |
```bibtex
|
|
|
88 |
@inproceedings{subakan2021attention,
|
89 |
title={Attention is All You Need in Speech Separation},
|
90 |
author={Cem Subakan and Mirco Ravanelli and Samuele Cornell and Mirko Bronzi and Jianyuan Zhong},
|
91 |
year={2021},
|
92 |
booktitle={ICASSP 2021}
|
93 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
```
|
95 |
|
96 |
# **About SpeechBrain**
|
|
|
11 |
- speechbrain
|
12 |
license: "apache-2.0"
|
13 |
datasets:
|
14 |
+
- WHAM
|
15 |
metrics:
|
16 |
- SI-SNR
|
17 |
- PESQ
|
|
|
85 |
|
86 |
#### Referencing SepFormer
|
87 |
```bibtex
|
88 |
+
|
89 |
@inproceedings{subakan2021attention,
|
90 |
title={Attention is All You Need in Speech Separation},
|
91 |
author={Cem Subakan and Mirco Ravanelli and Samuele Cornell and Mirko Bronzi and Jianyuan Zhong},
|
92 |
year={2021},
|
93 |
booktitle={ICASSP 2021}
|
94 |
}
|
95 |
+
|
96 |
+
@article{subakan2023exploring,
|
97 |
+
author={Subakan, Cem and Ravanelli, Mirco and Cornell, Samuele and Grondin, François and Bronzi, Mirko},
|
98 |
+
journal={IEEE/ACM Transactions on Audio, Speech, and Language Processing},
|
99 |
+
title={Exploring Self-Attention Mechanisms for Speech Separation},
|
100 |
+
year={2023},
|
101 |
+
volume={31},
|
102 |
+
pages={2169-2180},
|
103 |
+
|
104 |
```
|
105 |
|
106 |
# **About SpeechBrain**
|