speechbrainteam
commited on
Commit
·
e1e93df
1
Parent(s):
7d7e651
Update README.md
Browse files
README.md
CHANGED
@@ -103,24 +103,23 @@ If you find MetricGAN+ useful, please cite:
|
|
103 |
}
|
104 |
```
|
105 |
|
106 |
-
|
|
|
|
|
|
|
107 |
|
108 |
-
If you find SpeechBrain useful, please cite:
|
109 |
|
110 |
-
|
111 |
-
|
112 |
-
author = {Ravanelli, Mirco and Parcollet, Titouan and Rouhe, Aku and Plantinga, Peter and Rastorgueva, Elena and Lugosch, Loren and Dawalatabad, Nauman and Ju-Chieh, Chou and Heba, Abdel and Grondin, Francois and Aris, William and Liao, Chien-Feng and Cornell, Samuele and Yeh, Sung-Lin and Na, Hwidong and Gao, Yan and Fu, Szu-Wei and Subakan, Cem and De Mori, Renato and Bengio, Yoshua },
|
113 |
-
title = {SpeechBrain},
|
114 |
-
year = {2021},
|
115 |
-
publisher = {GitHub},
|
116 |
-
journal = {GitHub repository},
|
117 |
-
howpublished = {\url{https://github.com/speechbrain/speechbrain}},
|
118 |
-
}
|
119 |
-
```
|
120 |
|
121 |
-
#### About SpeechBrain
|
122 |
-
SpeechBrain is an open-source and all-in-one speech toolkit. It is designed to be simple, extremely flexible, and user-friendly. Competitive or state-of-the-art performance is obtained in various domains.
|
123 |
|
124 |
-
|
125 |
-
|
126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
}
|
104 |
```
|
105 |
|
106 |
+
# **About SpeechBrain**
|
107 |
+
- Website: https://speechbrain.github.io/
|
108 |
+
- Code: https://github.com/speechbrain/speechbrain/
|
109 |
+
- HuggingFace: https://huggingface.co/speechbrain/
|
110 |
|
|
|
111 |
|
112 |
+
# **Citing SpeechBrain**
|
113 |
+
Please, cite SpeechBrain if you use it for your research or business.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
|
|
|
|
|
115 |
|
116 |
+
```bibtex
|
117 |
+
@misc{speechbrain,
|
118 |
+
title={SpeechBrain: A General-Purpose Speech Toolkit},
|
119 |
+
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},
|
120 |
+
year={2021},
|
121 |
+
eprint={2106.04624},
|
122 |
+
archivePrefix={arXiv},
|
123 |
+
primaryClass={eess.AS}
|
124 |
+
}
|
125 |
+
```
|