poonehmousavi commited on
Commit
bbb1a40
1 Parent(s): da8536d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -27,9 +27,9 @@ SpeechBrain. For a better experience, we encourage you to learn more about
27
 
28
  The performance of the model is the following:
29
 
30
- | Release | Test WER | GPUs |
31
  |:--------------:|:--------------:| :--------:|
32
- | 03-06-21 | 15.69 | 2xV100 32GB |
33
 
34
  ## Pipeline description
35
 
@@ -58,8 +58,8 @@ 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-wav2vec2-commonvoice-en", savedir="pretrained_models/asr-wav2vec2-commonvoice-en")
62
- asr_model.transcribe_file("speechbrain/asr-wav2vec2-commonvoice-en/example.wav")
63
 
64
  ```
65
  ### Inference on GPU
 
27
 
28
  The performance of the model is the following:
29
 
30
+ | Release | Test CER | Test WER | GPUs |
31
  |:--------------:|:--------------:| :--------:|
32
+ | 15-08-23 | 7.92 | 16.68 | 1xV100 32GB |
33
 
34
  ## Pipeline description
35
 
 
58
  ```python
59
  from speechbrain.pretrained import EncoderDecoderASR
60
 
61
+ asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-wav2vec2-commonvoice-14-en", savedir="pretrained_models/asr-wav2vec2-commonvoice-14-en")
62
+ asr_model.transcribe_file("speechbrain/asr-wav2vec2-commonvoice-14-en/example.wav")
63
 
64
  ```
65
  ### Inference on GPU