speechbrainteam commited on
Commit
8b8242b
1 Parent(s): 510c980

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -19
README.md CHANGED
@@ -89,22 +89,23 @@ You can find our training results (models, logs, etc) [here](https://drive.googl
89
  ### Limitations
90
  The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
91
 
92
- #### Referencing SpeechBrain
93
-
94
- ```
95
- @misc{SB2021,
96
- 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 },
97
- title = {SpeechBrain},
98
- year = {2021},
99
- publisher = {GitHub},
100
- journal = {GitHub repository},
101
- howpublished = {\url{https://github.com/speechbrain/speechbrain}},
102
- }
103
- ```
104
-
105
- #### About SpeechBrain
106
- 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.
107
-
108
- Website: https://speechbrain.github.io/
109
-
110
- GitHub: https://github.com/speechbrain/speechbrain
 
89
  ### Limitations
90
  The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
91
 
92
+ # **About SpeechBrain**
93
+ - Website: https://speechbrain.github.io/
94
+ - Code: https://github.com/speechbrain/speechbrain/
95
+ - HuggingFace: https://huggingface.co/speechbrain/
96
+
97
+
98
+ # **Citing SpeechBrain**
99
+ Please, cite SpeechBrain if you use it for your research or business.
100
+
101
+
102
+ ```bibtex
103
+ @misc{speechbrain,
104
+ title={SpeechBrain: A General-Purpose Speech Toolkit},
105
+ 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},
106
+ year={2021},
107
+ eprint={2106.04624},
108
+ archivePrefix={arXiv},
109
+ primaryClass={eess.AS}
110
+ }
111
+ ```