speechbrainteam commited on
Commit
9897ff6
1 Parent(s): 5025721

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -32,6 +32,9 @@ slu.decode_file("speechbrain/slu-timers-and-such-direct-librispeech-asr/math.wav
32
  ### Inference on GPU
33
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
34
 
 
 
 
35
  #### Referencing SpeechBrain
36
 
37
  ```
@@ -41,7 +44,7 @@ title = {SpeechBrain},
41
  year = {2021},
42
  publisher = {GitHub},
43
  journal = {GitHub repository},
44
- howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
45
  }
46
  ```
47
 
 
32
  ### Inference on GPU
33
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
34
 
35
+ ### Limitations
36
+ The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
37
+
38
  #### Referencing SpeechBrain
39
 
40
  ```
 
44
  year = {2021},
45
  publisher = {GitHub},
46
  journal = {GitHub repository},
47
+ howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
48
  }
49
  ```
50