Mirco commited on
Commit
5ad3c07
1 Parent(s): 6ac2374

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -10
README.md CHANGED
@@ -65,15 +65,12 @@ First of all, currently you need to install SpeechBrain from the source:
65
  1. Clone SpeechBrain:
66
 
67
  ```bash
68
-
69
  git clone https://github.com/speechbrain/speechbrain/
70
-
71
  ```
72
 
73
  2. Install it:
74
 
75
  ```
76
-
77
  cd speechbrain
78
 
79
  pip install -r requirements.txt
@@ -157,21 +154,14 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
157
  ```bibtex
158
 
159
  @misc{speechbrain,
160
-
161
  title={{SpeechBrain}: A General-Purpose Speech Toolkit},
162
 
163
  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},
164
-
165
  year={2021},
166
-
167
  eprint={2106.04624},
168
-
169
  archivePrefix={arXiv},
170
-
171
  primaryClass={eess.AS},
172
-
173
  note={arXiv:2106.04624}
174
-
175
  }
176
 
177
  ```
65
  1. Clone SpeechBrain:
66
 
67
  ```bash
 
68
  git clone https://github.com/speechbrain/speechbrain/
 
69
  ```
70
 
71
  2. Install it:
72
 
73
  ```
 
74
  cd speechbrain
75
 
76
  pip install -r requirements.txt
154
  ```bibtex
155
 
156
  @misc{speechbrain,
 
157
  title={{SpeechBrain}: A General-Purpose Speech Toolkit},
158
 
159
  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},
 
160
  year={2021},
 
161
  eprint={2106.04624},
 
162
  archivePrefix={arXiv},
 
163
  primaryClass={eess.AS},
 
164
  note={arXiv:2106.04624}
 
165
  }
166
 
167
  ```