Update README.md
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
58 |
```python
|
59 |
from speechbrain.pretrained import EncoderDecoderASR
|
60 |
|
61 |
-
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-
|
62 |
asr_model.transcribe_file("example-fr.wav")
|
63 |
|
64 |
```
|
@@ -72,6 +72,6 @@ asr_model.transcribe_file("example-fr.wav")
|
|
72 |
year = {2021},
|
73 |
publisher = {GitHub},
|
74 |
journal = {GitHub repository},
|
75 |
-
howpublished = {
|
76 |
}
|
77 |
```
|
|
|
58 |
```python
|
59 |
from speechbrain.pretrained import EncoderDecoderASR
|
60 |
|
61 |
+
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-wav2vec2-commonvoice-fr", savedir="pretrained_models/asr-crdnn-commonvoice-fr")
|
62 |
asr_model.transcribe_file("example-fr.wav")
|
63 |
|
64 |
```
|
|
|
72 |
year = {2021},
|
73 |
publisher = {GitHub},
|
74 |
journal = {GitHub repository},
|
75 |
+
howpublished = {\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
76 |
}
|
77 |
```
|