speechbrainteam commited on
Commit
63d22cc
1 Parent(s): fa81894

Update README.md

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