speechbrainteam commited on
Commit
b07121e
1 Parent(s): bae4918

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -18
README.md CHANGED
@@ -115,22 +115,25 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
115
  ```
116
 
117
 
118
- #### Referencing SpeechBrain
119
-
120
- ```
121
- @misc{SB2021,
122
- 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 },
123
- title = {SpeechBrain},
124
- year = {2021},
125
- publisher = {GitHub},
126
- journal = {GitHub repository},
127
- howpublished = {\url{https://github.com/speechbrain/speechbrain}},
128
- }
 
 
 
 
 
 
 
 
 
 
129
  ```
130
-
131
- #### About SpeechBrain
132
- 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.
133
-
134
- Website: https://speechbrain.github.io/
135
-
136
- GitHub: https://github.com/speechbrain/speechbrain
 
115
  ```
116
 
117
 
118
+ # **About SpeechBrain**
119
+ - Website: https://speechbrain.github.io/
120
+ - Code: https://github.com/speechbrain/speechbrain/
121
+ - HuggingFace: https://huggingface.co/speechbrain/
122
+
123
+
124
+ # **Citing SpeechBrain**
125
+ Please, cite SpeechBrain if you use it for your research or business.
126
+
127
+ # **Citing SpeechBrain**
128
+ Please, cite SpeechBrain if you use it for your research or business.
129
+
130
+ ```bibtex
131
+ @misc{speechbrain,
132
+ title={SpeechBrain: A General-Purpose Speech Toolkit},
133
+ 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},
134
+ year={2021},
135
+ eprint={2106.04624},
136
+ archivePrefix={arXiv},
137
+ primaryClass={eess.AS}
138
+ }
139
  ```