Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,8 @@ metrics:
|
|
19 |
|:-------------:|:--------------:| :--------:|
|
20 |
| 22-05-11 | - | 1xK80 24GB |
|
21 |
|
|
|
|
|
22 |
## Pipeline description
|
23 |
(by SpeechBrain text)
|
24 |
|
@@ -49,8 +51,8 @@ Please notice that SpeechBrain encourage you to read tutorials and learn more ab
|
|
49 |
|
50 |
```python
|
51 |
from speechbrain.pretrained import EncoderDecoderASR
|
52 |
-
asr_model = EncoderDecoderASR.from_hparams(source="AndyGo/
|
53 |
-
asr_model.transcribe_file('
|
54 |
```
|
55 |
|
56 |
### Inference on GPU
|
|
|
19 |
|:-------------:|:--------------:| :--------:|
|
20 |
| 22-05-11 | - | 1xK80 24GB |
|
21 |
|
22 |
+
after 9 epochs training - valid %WER - 4.09e+02
|
23 |
+
|
24 |
## Pipeline description
|
25 |
(by SpeechBrain text)
|
26 |
|
|
|
51 |
|
52 |
```python
|
53 |
from speechbrain.pretrained import EncoderDecoderASR
|
54 |
+
asr_model = EncoderDecoderASR.from_hparams(source="AndyGo/speechbrain-asr-crdnn-rnnlm-buriy-audiobooks-2-val", savedir="pretrained_models/speech-brain-asr-crdnn-rnnlm-buriy-audiobooks-2-val")
|
55 |
+
asr_model.transcribe_file('speechbrain-asr-crdnn-rnnlm-buriy-audiobooks-2-val/example.wav')
|
56 |
```
|
57 |
|
58 |
### Inference on GPU
|