Update README.md
Browse files
README.md
CHANGED
@@ -59,6 +59,12 @@ asr_model.transcribe_file('speechbrain-asr-crdnn-rnnlm-buriy-audiobooks-2-val/ex
|
|
59 |
### Inference on GPU
|
60 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
## About SpeechBrain
|
63 |
Website: https://speechbrain.github.io/
|
64 |
Code: https://github.com/speechbrain/speechbrain/
|
|
|
59 |
### Inference on GPU
|
60 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
61 |
|
62 |
+
### Russian Speech Datasets
|
63 |
+
Russian Speech Datasets are provided by Microsoft Corporation with CC BY-NC license.
|
64 |
+
Instructions by downloading - https://github.com/snakers4/open_stt
|
65 |
+
The CC BY-NC license requires that the original copyright owner be listed as the author and the work be used only for non-commercial purposes
|
66 |
+
|
67 |
+
|
68 |
## About SpeechBrain
|
69 |
Website: https://speechbrain.github.io/
|
70 |
Code: https://github.com/speechbrain/speechbrain/
|