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