Commit
·
9797e7a
1
Parent(s):
f8c4ef9
Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
61 |
from speechbrain.pretrained import EncoderDecoderASR
|
62 |
|
63 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-transformer-aishell", savedir="pretrained_models/asr-transformer-aishell")
|
64 |
-
asr_model.transcribe_file("speechbrain/asr-transformer-aishell/
|
65 |
|
66 |
```
|
67 |
|
@@ -102,7 +102,7 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
102 |
year = {2021},
|
103 |
publisher = {GitHub},
|
104 |
journal = {GitHub repository},
|
105 |
-
howpublished = {
|
106 |
}
|
107 |
```
|
108 |
|
|
|
61 |
from speechbrain.pretrained import EncoderDecoderASR
|
62 |
|
63 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-transformer-aishell", savedir="pretrained_models/asr-transformer-aishell")
|
64 |
+
asr_model.transcribe_file("speechbrain/asr-transformer-aishell/example_mandarin.wav")
|
65 |
|
66 |
```
|
67 |
|
|
|
102 |
year = {2021},
|
103 |
publisher = {GitHub},
|
104 |
journal = {GitHub repository},
|
105 |
+
howpublished = {\\url{https://github.com/speechbrain/speechbrain}},
|
106 |
}
|
107 |
```
|
108 |
|