speechbrainteam commited on
Commit
7c834dc
1 Parent(s): e0c5619

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -71,6 +71,9 @@ asr_model.transcribe_file('speechbrain/asr-crdnn-rnnlm-librispeech/example.wav')
71
  ### Inference on GPU
72
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
73
 
 
 
 
74
  #### Referencing SpeechBrain
75
 
76
  ```
@@ -80,7 +83,7 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
80
  year = {2021},
81
  publisher = {GitHub},
82
  journal = {GitHub repository},
83
- howpublished = {\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
84
  }
85
  ```
86
 
 
71
  ### Inference on GPU
72
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
73
 
74
+ ### Limitations
75
+ The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
76
+
77
  #### Referencing SpeechBrain
78
 
79
  ```
 
83
  year = {2021},
84
  publisher = {GitHub},
85
  journal = {GitHub repository},
86
+ howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
87
  }
88
  ```
89