add example
Browse files- README.md +2 -2
- example.wav +0 -0
README.md
CHANGED
|
@@ -29,7 +29,7 @@ The performance of the model is the following:
|
|
| 29 |
|
| 30 |
| Release | Swbd CER | Callhome CER | Eval2000 CER | Swbd WER | Callhome WER | Eval2000 WER | GPUs |
|
| 31 |
|:--------:|:--------:|:------------:|:------------:|:--------:|:------------:|:------------:|:-----------:|
|
| 32 |
-
| 17-09-22 | 5.24 | 9.69 | 7.44
|
| 33 |
|
| 34 |
## Pipeline Description
|
| 35 |
|
|
@@ -57,7 +57,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
| 57 |
from speechbrain.pretrained import EncoderASR
|
| 58 |
|
| 59 |
asr_model = EncoderASR.from_hparams(source="speechbrain/asr-wav2vec2-switchboard", savedir="pretrained_models/asr-wav2vec2-switchboard")
|
| 60 |
-
asr_model.transcribe_file('
|
| 61 |
|
| 62 |
```
|
| 63 |
|
|
|
|
| 29 |
|
| 30 |
| Release | Swbd CER | Callhome CER | Eval2000 CER | Swbd WER | Callhome WER | Eval2000 WER | GPUs |
|
| 31 |
|:--------:|:--------:|:------------:|:------------:|:--------:|:------------:|:------------:|:-----------:|
|
| 32 |
+
| 17-09-22 | 5.24 | 9.69 | 7.44 | 8 .76 | 14.67 | 11.78 | 4xA100 40GB |
|
| 33 |
|
| 34 |
## Pipeline Description
|
| 35 |
|
|
|
|
| 57 |
from speechbrain.pretrained import EncoderASR
|
| 58 |
|
| 59 |
asr_model = EncoderASR.from_hparams(source="speechbrain/asr-wav2vec2-switchboard", savedir="pretrained_models/asr-wav2vec2-switchboard")
|
| 60 |
+
asr_model.transcribe_file('speechbrain/asr-wav2vec2-switchboard/example.wav')
|
| 61 |
|
| 62 |
```
|
| 63 |
|
example.wav
ADDED
|
Binary file (925 kB). View file
|
|
|