speechbrainteam
commited on
Commit
•
c72d0a7
1
Parent(s):
ecc8fea
Update README.md
Browse files
README.md
CHANGED
@@ -101,22 +101,17 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
101 |
```
|
102 |
|
103 |
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
}
|
|
|
|
|
115 |
```
|
116 |
-
|
117 |
-
#### About SpeechBrain
|
118 |
-
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.
|
119 |
-
|
120 |
-
Website: https://speechbrain.github.io/
|
121 |
-
|
122 |
-
GitHub: https://github.com/speechbrain/speechbrain
|
|
|
101 |
```
|
102 |
|
103 |
|
104 |
+
# **Citing SpeechBrain**
|
105 |
+
Please, cite SpeechBrain if you use it for your research or business.
|
106 |
+
|
107 |
+
|
108 |
+
```bibtex
|
109 |
+
@misc{speechbrain,
|
110 |
+
title={SpeechBrain: A General-Purpose Speech Toolkit},
|
111 |
+
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},
|
112 |
+
year={2021},
|
113 |
+
eprint={2106.04624},
|
114 |
+
archivePrefix={arXiv},
|
115 |
+
primaryClass={eess.AS}
|
116 |
+
}
|
117 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|