speechbrainteam
commited on
Commit
·
ef2a1aa
1
Parent(s):
f7339f8
Update README.md
Browse files
README.md
CHANGED
@@ -68,6 +68,9 @@ asr_model.transcribe_file("speechbrain/asr-crdnn-commonvoice-it/example-it.wav")
|
|
68 |
### Inference on GPU
|
69 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
70 |
|
|
|
|
|
|
|
71 |
#### Referencing SpeechBrain
|
72 |
|
73 |
```
|
@@ -77,7 +80,7 @@ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling
|
|
77 |
year = {2021},
|
78 |
publisher = {GitHub},
|
79 |
journal = {GitHub repository},
|
80 |
-
howpublished = {
|
81 |
}
|
82 |
```
|
83 |
|
|
|
68 |
### Inference on GPU
|
69 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
70 |
|
71 |
+
### Limitations
|
72 |
+
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
73 |
+
|
74 |
#### Referencing SpeechBrain
|
75 |
|
76 |
```
|
|
|
80 |
year = {2021},
|
81 |
publisher = {GitHub},
|
82 |
journal = {GitHub repository},
|
83 |
+
howpublished = {\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
84 |
}
|
85 |
```
|
86 |
|