AndyGo commited on
Commit
d696558
1 Parent(s): c9c5f82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -54,4 +54,22 @@ asr_model.transcribe_file('speech-brain-asr-crdnn-rnnlm-buriy-audiobooks-2-val/e
54
  ```
55
 
56
  ### Inference on GPU
57
- To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  ```
55
 
56
  ### Inference on GPU
57
+ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
58
+
59
+ ## About SpeechBrain
60
+ Website: https://speechbrain.github.io/
61
+ Code: https://github.com/speechbrain/speechbrain/
62
+ HuggingFace: https://huggingface.co/speechbrain/
63
+
64
+ ## Citing SpeechBrain
65
+ Please, cite SpeechBrain if you use it for your research or business.
66
+
67
+ @misc{speechbrain,
68
+ title={{SpeechBrain}: A General-Purpose Speech Toolkit},
69
+ 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},
70
+ year={2021},
71
+ eprint={2106.04624},
72
+ archivePrefix={arXiv},
73
+ primaryClass={eess.AS},
74
+ note={arXiv:2106.04624}
75
+ }