speechbrainteam commited on
Commit
8afc82e
1 Parent(s): 1fd704a

Update README.md

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