speechbrainteam commited on
Commit
4381f7b
1 Parent(s): 54a8ec8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -60,6 +60,9 @@ torchaudio.save("source2hat.wav", est_sources[:, :, 1].detach().cpu(), 8000)
60
  ### Inference on GPU
61
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
62
 
 
 
 
63
  #### Referencing SpeechBrain
64
 
65
  ```
@@ -69,7 +72,7 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
69
  year = {2021},
70
  publisher = {GitHub},
71
  journal = {GitHub repository},
72
- howpublished = {\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
73
  }
74
  ```
75
 
 
60
  ### Inference on GPU
61
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
62
 
63
+ ### Limitations
64
+ The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
65
+
66
  #### Referencing SpeechBrain
67
 
68
  ```
 
72
  year = {2021},
73
  publisher = {GitHub},
74
  journal = {GitHub repository},
75
+ howpublished = {\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
76
  }
77
  ```
78