speechbrainteam
commited on
Commit
•
a055466
1
Parent(s):
1c9c61a
Update README.md
Browse files
README.md
CHANGED
@@ -88,18 +88,20 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
88 |
#### Referencing SpeechBrain
|
89 |
|
90 |
```
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
}
|
|
|
|
|
99 |
```
|
100 |
|
101 |
#### Referencing SepFormer
|
102 |
-
```
|
103 |
@inproceedings{subakan2021attention,
|
104 |
title={Attention is All You Need in Speech Separation},
|
105 |
author={Cem Subakan and Mirco Ravanelli and Samuele Cornell and Mirko Bronzi and Jianyuan Zhong},
|
@@ -108,9 +110,7 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
108 |
}
|
109 |
```
|
110 |
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
GitHub: https://github.com/speechbrain/speechbrain
|
|
|
88 |
#### Referencing SpeechBrain
|
89 |
|
90 |
```
|
91 |
+
```bibtex
|
92 |
+
@misc{speechbrain,
|
93 |
+
title={SpeechBrain: A General-Purpose Speech Toolkit},
|
94 |
+
author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},
|
95 |
+
year={2021},
|
96 |
+
eprint={2106.04624},
|
97 |
+
archivePrefix={arXiv},
|
98 |
+
primaryClass={eess.AS}
|
99 |
+
}
|
100 |
+
```
|
101 |
```
|
102 |
|
103 |
#### Referencing SepFormer
|
104 |
+
```bibtex
|
105 |
@inproceedings{subakan2021attention,
|
106 |
title={Attention is All You Need in Speech Separation},
|
107 |
author={Cem Subakan and Mirco Ravanelli and Samuele Cornell and Mirko Bronzi and Jianyuan Zhong},
|
|
|
110 |
}
|
111 |
```
|
112 |
|
113 |
+
# **About SpeechBrain**
|
114 |
+
- Website: https://speechbrain.github.io/
|
115 |
+
- Code: https://github.com/speechbrain/speechbrain/
|
116 |
+
- HuggingFace: https://huggingface.co/speechbrain/
|
|
|
|