Commit
·
ce68bac
1
Parent(s):
34989f7
Update README.md
Browse files
README.md
CHANGED
|
@@ -61,8 +61,8 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
| 61 |
```python
|
| 62 |
from speechbrain.pretrained import EncoderDecoderASR
|
| 63 |
|
| 64 |
-
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-branchformer-large-
|
| 65 |
-
asr_model = EncoderDecoderASR.transcribe_file("speechbrain/asr-branchformer-large-
|
| 66 |
|
| 67 |
```
|
| 68 |
### Inference on GPU
|
|
|
|
| 61 |
```python
|
| 62 |
from speechbrain.pretrained import EncoderDecoderASR
|
| 63 |
|
| 64 |
+
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-branchformer-large-tedlium2")
|
| 65 |
+
asr_model = EncoderDecoderASR.transcribe_file("speechbrain/asr-branchformer-large-tedlium2/example.wav")
|
| 66 |
|
| 67 |
```
|
| 68 |
### Inference on GPU
|